Print function for riskRegression models
# S3 method for riskRegression
print(x, times, digits = 3, eps = 10^-4, verbose = TRUE, conf.int = 0.95, ...)
Object obtained with ARR, LRR or riskRegression
Time points at which to show time-dependent coefficients
Number of digits for all numbers but p-values
p-values smaller than this number are shown as such
Level of verbosity
level of confidence. default is 0.95
not used