print: Print an ARpCRM or ARtpCRM object

printR Documentation

Print an ARpCRM or ARtpCRM object

Description

Print an ARpCRM or ARtpCRM object.

Usage

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

  ## S3 method for class '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(s)

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

See Also

ARCensReg, ARtCensReg, summary, plot

Examples

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

ARCensReg documentation built on Aug. 30, 2023, 1:09 a.m.