Learn R Programming

BMTAR (version 0.1.1)

print.tsregime: Print tsregime object

Description

Print the structure of a object class “tsregime”.

Usage

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

Arguments

object

Object of class “tsregime”. Not NULL

...

Other parameters that affect print.

Value

Return to console.

Details

Print the structure of a object class “tsregime”.

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

tsregime

Examples

Run this code
# NOT RUN {
data("datasim")
data = datasim
print.tsregime(data$Sim)
# }

Run the code above in your browser using DataLab