Learn R Programming

BMTAR (version 0.1.1)

print.regime_missing: Print estimates of a regime_missing object of the function output mtarmissing

Description

Print estimates output of mtarmissing function.

Usage

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

Arguments

object

Object of class “regime_model”. Not NULL

...

Other plotting parameters to affect the plot.

Value

Return to console.

Details

Print the estimates for the outputs corresponding to the function “mtarmissing” which return an object of class “regime_missing”.

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

mtarmissing

Examples

Run this code
# NOT RUN {
data('missingest')
print.regime_missing(missingest)
# }

Run the code above in your browser using DataLab