Learn R Programming

stdReg2 (version 1.0.3)

summary.parfrailty: Summarizes parfrailty fit

Description

This is a summary method for class "parfrailty".

Usage

# S3 method for parfrailty
summary(
  object,
  ci_type = "plain",
  ci_level = 0.95,
  digits = max(3L, getOption("digits") - 3L),
  ...
)

Value

An object of class "summary.parfrailty", which is a list that contains relevant summary statistics about the fitted model

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

Arvid Sjölander and Elisabeth Dahlqwist.

See Also

parfrailty

Examples

Run this code
## See documentation for parfrailty

Run the code above in your browser using DataLab