Skip to contents

Prints a summary for location-scale regression models from the lmls() function.

Usage

# S3 method for lmls
summary(
  object,
  type = c("ml", "boot", "mcmc"),
  digits = max(3, getOption("digits") - 3),
  ...
)

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().