View source: R/summary.riskRegression.R
summary.riskRegression | R Documentation |
Summary of a risk regression model
## S3 method for class 'riskRegression' summary( object, times, digits = 3, pvalue.digits = 4, eps = 10^-4, verbose = TRUE, ... )
object |
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 |
pvalue.digits |
Number of digits for p-values |
eps |
p-values smaller than this number are shown as such |
verbose |
Level of verbosity |
... |
not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.