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 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. ~

__
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.


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-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]]

__
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.