print.MS_Model: Function to Print (output to screen) a Markov Switching Model

Description Usage Arguments Value Author(s) See Also Examples

Description

This function will output to screen a model fitted with MS_Regress_Fit

Usage

1
print(MS_Model_In)

Arguments

MS_Model_In

A S4 object obtained with MS_Regress_Fit

Value

Returns nothing. Prints model in screen

Author(s)

Marcelo Perlin - ICMA/UK <marceloperlin@gmail.com>

See Also

MS_Regress_Fit,dim.MS_Model,plot.MS_Model

Examples

1
2
3
# Assuming the myModel is a S4 object from the use of MS_Regress_Fit

#print(myModel)

fMarkovSwitching documentation built on May 2, 2019, 5:58 p.m.