Learn R Programming

MSwM (version 1.5)

summary-methods: Function: Summary for Markov Switching Models

Description

summary produces results summaries of the results of fitting Markov Switching Models.

Usage

# S4 method for MSM.lm
summary(object)
# S4 method for MSM.glm
summary(object)

Arguments

object

an object of class "MSM.lm" or "MSM.glm".

See Also

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