print.risks {risks} | R Documentation |
Print model
Description
Print fitted risks model. The only change, compared to print.glm()
,
is the addition of the main type of model: relative risk or risk difference.
If multiple models were fitted via approach = "all"
, then the
first converged model will be printed.
Usage
## S3 method for class 'risks'
print(x, ...)
Arguments
x |
Fitted model |
... |
Passed to print.glm() |
Value
No return value, called for printing
[Package risks version 0.4.2 Index]