See mle.
mle
## S3 method for class 'mle' print(x,...)
x
mle object corresponding to the fitted model.
...
none...
mle, print
print
data(yarns) x <- yarns$x fit.x <- mle(x,'gamma',c(.1,.1)) print(fit.x) print.mle(fit.x)