summary: Summary of an ARpCRM or ARtpCRM object

summaryR Documentation

Summary of an ARpCRM or ARtpCRM object

Description

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

Usage

  ## S3 method for class 'ARpCRM'
summary(object, ...)
  
  ## S3 method for class '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(s)

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

See Also

ARCensReg, ARtCensReg, print, plot

Examples

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)

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