Learn R Programming

BMTAR (version 0.1.1)

print.regime_number: print regime_number object for the function outputs mtarnumreg

Description

Print estimates for the results of the mtarnumreg function.

Usage

# S3 method for regime_number
print(object, ...)

Arguments

object

Object of class “regime_number”. Not NULL

...

Other print parameters that affect.

Value

Return to console.

Details

Print estimates outputs corresponding to function “mtarnumreg” which return an object of class “regime_number”.

References

Calderon, S. and Nieto, F. (2017) Bayesian analysis of multivariate threshold autoregress models with missing data. Communications in Statistics - Theory and Methods 46 (1):296<U+2013>318. doi:10.1080/03610926.2014.990758.

See Also

mtarnumreg

Examples

Run this code
# NOT RUN {
data("datasim_numreg")
print.regime_number(datasim_numreg)
# }

Run the code above in your browser using DataLab