Learn R Programming

mable (version 4.1.1)

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
  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