Summary for censorReg object
DESCRIPTION:
Summary for the objects of class
"censorReg"
.
USAGE:
summary.censorReg(object, ...)
REQUIRED ARGUMENTS:
- object
-
an object of class
"censorReg"
OPTIONAL ARGUMENTS:
- correlation
-
if T, correlations are printed out.
- derivatives
-
if T, derivatives are printed out.
- coverage
-
confidence level for the confidence interval.
- ...
-
optional arguments.
VALUE:
An objects of class
"summary.censorReg"
.
SEE ALSO:
,
.
EXAMPLES:
a <- censorReg(censor(days,event)~strata(volatage), data=capacitor2,weights=weights)
summary(a)