summary {ARCensReg} | R 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 |
... |
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)
[Package ARCensReg version 3.0.1 Index]