powered by
Produces a summary of a mable fit.
# S3 method for mable summary(object, ...)# S3 method for mable_reg summary(object, ...)
# S3 method for mable_reg summary(object, ...)
Invisibly returns its argument, object.
object
Class "mable" or 'mable_reg' object return by mable or mable.xxxx functions
mable
mable.xxxx
for future methods
# \donttest{ ## 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) # }
Run the code above in your browser using DataLab