Is an implementation of a density function for a logit-normal distribution available in R?
I have not found one in a package or in the CRAN task view of probability distributions.
This is for a MLE fitting of a function to data.
|
Is an implementation of a density function for a logit-normal distribution available in R? I have not found one in a package or in the CRAN task view of probability distributions. This is for a MLE fitting of a function to data. |
||||
|
|
|
Bare-bones scaled logit-normal distribution code, use at your own risk:
|
|||||||||||
|
|
The logitnorm package on R-Forge appears to do what you want. |
|||||||||||||
|