Sachin J <[EMAIL PROTECTED]> writes: > Hi, > > I have a data set which is assumed to follow weibull distr'. How can I find > of cdf for this data. For example, for normal data I used (package - lmomco) > > >cdfnor(15,parnor(lmom.ub(c(df$V1)))) > > Also, lmomco package does not have functions for finding cdf for some of > the distributions like lognormal. Is there any other package, which can > handle these distributions?
What's wrong with pweibull, plnorm, etc.? Or pnorm for that matter.... -- O__ ---- Peter Dalgaard Ă˜ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
