Prints a summary for location-scale regression models from the lmls()
function.
Arguments
- object
A location-scale regression model from the
lmls()
function.- type
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.
- digits
The number of digits to print.
- ...
Passed on to
printCoefmat()
.
Value
The (unmodified and invisible) lmls
S3 object, see lmls()
.