Description Objects from the Class Slots Extends Methods Author(s) See Also
MSM.glm is an object containing Markov Switching model information for general linear models.
msmFit is an algorithm that builds a MSM.glm when the original model class is glm.
family:Object of class "ANY", contains the family of the object glm.
Likelihood:Object of class "function", is the function that allows calculation of the conditional density of the response.
model:Object of class "glm", contains the original model glm.
Coef:Object of class "data.frame", contains the coefficientes of the model MSM where each row indicates the state.
seCoef:Object of class "data.frame", contains the standard errors of the coefficients.
transMat:Object of class "matrix", contains the transition probabilities of the states.
iniProb:Object of class "numeric", contains initial values of the parameters.
call:Object of class "call", contains the object call which msmFit has been executed.
k:Object of class "numeric", the numbers of states that the model has.
switch:Object of class "logical", contains which coefficients have switching.
Fit:Object of class "MSM.fitted", contains the values obtained for fitting an MSM model with EM algorithm.
Class "MSM.linear", directly.
Class "MSM", by class "MSM.linear", distance 2.
signature(x = "MSM.glm", i = "character", j = "missing", drop = "missing"): extract the componentes of the model.
Jose A. Sanchez-Espigares, Alberto Lopez-Moreno
Overview: MSwM-package
Classes : MSM.lm, MSM.glm, MSM.fitted
Methods : msmFit,summary,AIC,intervals,msmResid
Plot : plot,plotProb,plotReg,plotDiag
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.