summary.parfrailty: Summarizes parfrailty fit

Description Usage Arguments Author(s) See Also Examples

Description

This is a summary method for class "parfrailty".

Usage

1
2
3
## S3 method for class 'parfrailty'
summary(object, CI.type = "plain", CI.level = 0.95, 
  digits=max(3L, getOption("digits") - 3L), ...)

Arguments

object

an object of class "parfrailty".

CI.type

string, indicating the type of confidence intervals. Either "plain", which gives untransformed intervals, or "log", which gives log-transformed intervals.

CI.level

desired coverage probability of confidence intervals, in decimal form.

digits

the number of significant digits to use when printing..

...

not used.

Author(s)

Arvid Sjolander and Elisabeth Dahlqwist.

See Also

parfrailty

Examples

1
##See documentation for frailty

stdReg documentation built on May 17, 2021, 9:10 a.m.