print.summary.risks {risks} | R Documentation |
Print model summary
Description
Print summaries for "risks" models. The printout is the same as
for regular summaries of generalized linear models fit via
stats::glm()
, except that the type of "risks" model
is printed first (e.g., "Poisson model with robust covariance")
and confidence intervals for model parameters are printed at the end.
Usage
## S3 method for class 'summary.risks'
print(x, ...)
Arguments
x |
Model |
... |
Passed on |
Value
No return value, called for printing
[Package risks version 0.4.2 Index]