Skip to content
Prev 106524 / 398513 Next

nonparametric significance test for one sample

HelponR <suncertain <at> gmail.com> writes:
Possibly contrary to what the documentation for the
beta regression package, the beta distribution has
finite density for 0 and 1 _if_ the shape parameters
are large enough/variance parameter is small enough
(but probably this is not your situation, if you
have lots of zeros).

  fitdistr() in the MASS package will give
a maximum-likelihood fit of the beta distribution
to a univariate distribution, but if you want
to calculate profile confidence limits etc. you
might want to look into the mle() function in 
the stats4 package ...

  Ben Bolker