Learn R Programming

ARCensReg (version 3.0.1)

summary: Summary of an ARpCRM or ARtpCRM object

Description

summary method for class "ARpCRM" or "ARtpCRM".

Usage

# S3 method for ARpCRM
summary(object, ...)
  
  # S3 method for ARtpCRM
summary(object, ...)

Arguments

object

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

...

Additional arguments.

Author

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

See Also

ARCensReg, ARtCensReg, print, plot

Examples

Run this code
n = 80; x = rep(1, n)
dat = rARCens(n=n, beta=2, phi=.6, sig2=.3, x=x, cens='right', pcens=.05, 
              innov='t', nu=4)

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

Run the code above in your browser using DataLab