print.mle {FAmle} | R Documentation |
Maximum Likelihood Estimation of Univariate Probability Distributions
Description
See mle
.
Usage
## S3 method for class 'mle'
print(x,...)
Arguments
x |
|
... |
none... |
See Also
Examples
data(yarns)
x <- yarns$x
fit.x <- mle(x,'gamma',c(.1,.1))
print(fit.x)
print.mle(fit.x)
[Package FAmle version 1.3.7 Index]