Re: [R] Fiting a beta distribution in R

2011-02-21 Thread Jim Silverton
Is there any R package that can fit a beta distribution in R?

-- 
Thanks,
Jim.

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


Re: [R] Fiting a beta distribution in R

2011-02-21 Thread Daróczi Gergely
Hi,

Sure.
Check fitdistr from MASS or fitdist from fitdistrplus package.

Best,
Gergely

On Mon, Feb 21, 2011 at 3:29 PM, Jim Silverton jim.silver...@gmail.comwrote:

 Is there any R package that can fit a beta distribution in R?

 --
 Thanks,
 Jim.

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


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