print.riskRegression: Print function for riskRegression models

View source: R/print.riskRegression.R

print.riskRegressionR Documentation

Print function for riskRegression models

Description

Print function for riskRegression models

Usage

## S3 method for class 'riskRegression'
print(x, times, digits = 3, eps = 10^-4, verbose = TRUE, conf.int = 0.95, ...)

Arguments

x

Object obtained with ARR, LRR or riskRegression

times

Time points at which to show time-dependent coefficients

digits

Number of digits for all numbers but p-values

eps

p-values smaller than this number are shown as such

verbose

Level of verbosity

conf.int

level of confidence. default is 0.95

...

not used


riskRegression documentation built on May 29, 2024, 10:59 a.m.