Learn R Programming

ARCensReg (version 3.0.1)

print: Print an ARpCRM or ARtpCRM object

Description

Print an ARpCRM or ARtpCRM object.

Usage

# S3 method for ARpCRM
print(x, ...)

# S3 method for ARtpCRM print(x, ...)

Arguments

x

An object inheriting from class ARpCRM or ARtpCRM, representing a fitted censored autoregressive model of order \(p\).

...

Additional print arguments.

Author

Fernanda L. Schumacher, Katherine L. Valeriano, Victor H. Lachos, Christian E. Galarza, and Larissa A. Matos

See Also

ARCensReg, ARtCensReg, summary, plot

Examples

Run this code
n = 50; x = rep(1, n)
dat = rARCens(n=n, beta=2, phi=.5, sig2=.3, x=x, cens='left', pcens=.1)

fit = ARCensReg(dat$data$cc, dat$data$lcl, dat$data$ucl, dat$data$y, x,
                M=5, pc=.12, tol=0.001, show_se=FALSE)
fit

Run the code above in your browser using DataLab