Learn R Programming

riskRegression (version 1.3.7)

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, ...)

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

...

not used