Learn R Programming

frailtypack (version 2.0-2)

print.frailtyPenal: Print a Short Summary of parameter estimates of a shared gamma frailty model

Description

Prints a short summary of 'frailtyPenal' object

Usage

print.frailtyPenal(x, digits = max(options()$digits - 4, 3), ...)

Arguments

x
the result of a call to the frailtyPenal function
digits
number of digits to print
...
other unusued arguments

Value

  • x, with the invisible flag set

See Also

summary.frailtyPenal, frailtyPenal

Examples

Run this code
data(kidney)
mod<-frailtyPenal(Surv(time,status)~sex+age+cluster(id),
     n.knots=8,kappa1=10000,data=kidney)
print(mod)

Run the code above in your browser using DataLab