summary.mable {mable} | R Documentation |
Summary mathods for classes 'mable' and 'mable_reg'
Description
Produces a summary of a mable fit.
Usage
## S3 method for class 'mable'
summary(object, ...)
## S3 method for class 'mable_reg'
summary(object, ...)
Arguments
object |
Class "mable" or 'mable_reg' object return by |
... |
for future methods |
Value
Invisibly returns its argument, object
.
Examples
## Breast Cosmesis Data
aft.res<-mable.aft(cbind(left, right)~treat, data=cosmesis, M=c(1, 30), g=.41,
tau=100, x0=data.frame(treat="RCT"))
summary(aft.res)
[Package mable version 4.1.1 Index]