Learn R Programming

risks (version 0.4.2)

print.risks: 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 risks
print(x, ...)

Value

No return value, called for printing

Arguments

x

Fitted model

...

Passed to print.glm()