intervals: Function: Confidence Intervals on Coefficients

Description Usage Arguments Value Author(s) See Also

Description

Confidence intervals are obtained for the parameters associated with the model represented by the object.

Usage

1
intervals(object, level = 0.95, ...)

Arguments

object

a fitted Markov Switching model object from which parameter estimates can be extracted.

level

an optional numeric value for the interval confidence level. Defaults to 0.95.

...

currently not used.

Value

Print the coefficients with their intervals for each regime.

Author(s)

Jose A. Sanchez-Espigares, Alberto Lopez-Moreno

See Also

Overview: MSwM-package
Classes : MSM.lm, MSM.glm, MSM.fitted
Methods : msmFit,summary,AIC,intervals,msmResid
Plot : plot,plotProb,plotReg,plotDiag


MSwM documentation built on June 6, 2021, 5:06 p.m.

Related to intervals in MSwM...