summary.mable | R Documentation |
Produces a summary of a mable fit.
## S3 method for class 'mable'
summary(object, ...)
## S3 method for class 'mable_reg'
summary(object, ...)
object |
Class "mable" or 'mable_reg' object return by |
... |
for future methods |
Invisibly returns its argument, object
.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.