Learn R Programming

mable (version 3.1.3)

summary.mable: Summary mathods for classes 'mable' and 'mable_reg'

Description

Produces a summary of a mable fit.

Usage

# S3 method for mable
summary(object, ...)

# S3 method for mable_reg summary(object, ...)

Value

Invisibly returns its argument, object.

Arguments

object

Class "mable" or 'mable_reg' object return by mable or mable.xxxx functions

...

for future methods

Examples

Run this code
# \donttest{
## 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)
# }

Run the code above in your browser using DataLab