print.mle | R Documentation |
See mle
.
## S3 method for class 'mle' print(x,...)
x |
|
... |
none... |
mle
, print
data(yarns) x <- yarns$x fit.x <- mle(x,'gamma',c(.1,.1)) print(fit.x) print.mle(fit.x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.