print.summary.RRglm: Print RRglm summary

Description Usage Arguments

View source: R/print.R

Description

Print RRglm summary

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'summary.RRglm'
print(
  x,
  printPrevalence = TRUE,
  printPrevalencePerLevel = FALSE,
  printResiduals = FALSE,
  digits = 5,
  ...
)

Arguments

x

an object of class summary.RRglm.

printPrevalence

print estimated population prevalence per item and RR model (default: true).

printPrevalencePerLevel

print estimated population prevalence per item, RRmodel and protection level (default: false).

printResiduals

print deviance residuals (default: false).

digits

minimal number of significant digits (default: 5).

...

further arguments passed to or from other methods.


GLMMRR documentation built on Jan. 16, 2021, 5:28 p.m.