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
bcos=cosmesis
bcos2<-data.frame(bcos[,1:2], x=1*(bcos$treat=="RCT"))
aft.res<-mable.aft(cbind(left, right)~x, data=bcos2, M=c(1, 30), g=.41,
tau=100, x0=1)
summary(aft.res)
[Package mable version 3.1.3 Index]