[R] HELP ERROR Weibull values must be > 0
Uwe Ligges
ligges at statistik.tu-dortmund.de
Tue Feb 21 18:44:34 CET 2012
On 21.02.2012 16:48, Vanúcia Schumacher wrote:
>
> GUYS,
>
> I NEED HELP WITH ERROR:
>
> library(MASS)
>> dados<-read.table("mediaRGinverno.txt",header=FALSE)
>> vento50<-fitdistr(dados[[1]],densfun="weibull")
> Erro em fitdistr(dados[[1]],
> densfun = "weibull") :
> Weibull values must be> 0
> WHY RETURN THIS ERROR? WHAT CAN I DO?
Probably you have values <= 0 in dados[[1]]? Hence we are sure it is not
a Weibull distribution underlying your data....
Please repair your broken shift key!
Uwe Ligges
>
> BEST REGARDS
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list