summary.lmls | R Documentation |
Prints a summary for location-scale regression models from the lmls()
function.
## S3 method for class 'lmls'
summary(
object,
type = c("ml", "boot", "mcmc"),
digits = max(3, getOption("digits") - 3),
...
)
object |
A location-scale regression model from the |
type |
Either
|
digits |
The number of digits to print. |
... |
Passed on to |
The (unmodified and invisible) lmls
S3 object, see lmls()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.