I am trying to create a Q-Q plot to test if my data can be modeled by the Weibull distribution using the command
qqplot(x,'weibull')
using the data in
x =c(3.367, 0.769,0.8,1,1.2)
I keep getting presented with with the error
"In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion"
and cannot figure out why. Does this mean I can't fit the Weibull distribution to my data? If anyone could help point me to why this isn't working, I would be very grateful.