powered by
See mle.
mle
# S3 method for mle print(x,...)
mle object corresponding to the fitted model.
none...
mle, print
print
# 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