Re: [R] Fitting a Weibull Distribution

2011-11-19 Thread Owensmartin
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. __

Re: [R] Fitting a Weibull Distribution

2009-06-05 Thread Jorge Ivan Velez
Dear ryan, See the third example in require(survival) ?survreg HTH, Jorge On Fri, Jun 5, 2009 at 6:21 PM, wrote: > > How do you fit a Weibull distribution in R? > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-

Re: [R] Fitting a Weibull Distribution

2009-06-05 Thread Mike Lawrence
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, wrote: > >   How do you fit a Weibull distribution in R? > > __ > R-help@r-project.org mailing lis

[R] Fitting a Weibull Distribution

2009-06-05 Thread ryan
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,