print.tsregime: Print tsregime object

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Print the structure of a object class “tsregime”.

Usage

1
2
## S3 method for class 'tsregime'
print(object, ...)

Arguments

object

Object of class “tsregime”. Not NULL

...

Other parameters that affect print.

Details

Print the structure of a object class “tsregime”.

Value

Return to console.

Author(s)

Valeria Bejarano vbejaranos@unal.edu.co & Andrey Rincon adrincont@unal.edu.co

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–318. doi:10.1080/03610926.2014.990758.

See Also

tsregime

Examples

1
2
3
data("datasim")
data = datasim
print.tsregime(data$Sim)

BMTAR documentation built on Jan. 19, 2021, 9:06 a.m.