Prints a summary for location-scale regression models from the lmls()
function.
# S3 method for lmls
summary(
object,
type = c("ml", "boot", "mcmc"),
digits = max(3, getOption("digits") - 3),
...
)A location-scale regression model from the lmls() function.
Either "ml" or "boot" or "mcmc":
If "ml", the maximum likelihood estimates and the
asymptotic standard errors are shown.
If "boot", the bootstrap estimates and confidence
intervals are shown.
If "mcmc", the Markov chain Monte Carlo (MCMC)
estimates and credible intervals are shown.
The number of digits to print.
Passed on to printCoefmat().
The (unmodified and invisible) lmls S3 object, see lmls().