View source: R/print.riskRegression.R
print.riskRegression | R Documentation |
Print function for riskRegression models
## S3 method for class 'riskRegression'
print(x, times, digits = 3, eps = 10^-4, verbose = TRUE, conf.int = 0.95, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.