How do you fit a Weibull distribution in R?
http://lmgtfy.com/?q=fit+weibull+distribution+R Hit #8: http://cran.r-project.org/doc/contrib/Ricci-distributions-en.pdf On Fri, Jun 5, 2009 at 7:21 PM, <ryan at rstatx.com> wrote:> > ? How do you fit a Weibull distribution in R? > > ______________________________________________ > 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. >-- Mike Lawrence Graduate Student Department of Psychology Dalhousie University Looking to arrange a meeting? Check my public calendar: http://tr.im/mikes_public_calendar ~ Certainty is folly... I think. ~
Dear ryan, See the third example in require(survival) ?survreg HTH, Jorge On Fri, Jun 5, 2009 at 6:21 PM, <ryan@rstatx.com> wrote:> > How do you fit a Weibull distribution in R? > > ______________________________________________ > R-help@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. >[[alternative HTML version deleted]]
I think the function you're looking for is fitdistr in the MASS package. You can find most MLEs there. -- View this message in context: http://r.789695.n4.nabble.com/Fitting-a-Weibull-Distribution-tp892609p4087698.html Sent from the R help mailing list archive at Nabble.com.