Print RRglm summary
# S3 method for summary.RRglm
print(
x,
printPrevalence = TRUE,
printPrevalencePerLevel = FALSE,
printResiduals = FALSE,
digits = 5,
...
)an object of class summary.RRglm.
print estimated population prevalence per item and RR model (default: true).
print estimated population prevalence per item, RRmodel and protection level (default: false).
print deviance residuals (default: false).
minimal number of significant digits (default: 5).
further arguments passed to or from other methods.