Learn R Programming

riskRegression (version 2023.12.21)

print.riskRegression: Print function for riskRegression models

Description

Print function for riskRegression models

Usage

# S3 method for 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