Learn R Programming

FAmle (version 1.3.7)

print.mle: Maximum Likelihood Estimation of Univariate Probability Distributions

Description

See mle.

Usage

# S3 method for mle
print(x,...)

Arguments

x

mle object corresponding to the fitted model.

none...

See Also

mle, print

Examples

Run this code
# NOT RUN {
data(yarns)
x <- yarns$x
fit.x <- mle(x,'gamma',c(.1,.1))
print(fit.x)
print.mle(fit.x)
# }

Run the code above in your browser using DataLab