summary.lmls {lmls} | R Documentation |
Summary for LMLS
Description
Prints a summary for location-scale regression models from the lmls()
function.
Usage
## S3 method for class 'lmls'
summary(
object,
type = c("ml", "boot", "mcmc"),
digits = max(3, getOption("digits") - 3),
...
)
Arguments
object |
A location-scale regression model from the |
type |
Either
|
digits |
The number of digits to print. |
... |
Passed on to |
Value
The (unmodified and invisible) lmls
S3 object, see lmls()
.
[Package lmls version 0.1.0 Index]