print.summary.RRglm {GLMMRR} | R Documentation |
Print RRglm summary
Description
Print RRglm summary
Usage
## 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. |
[Package GLMMRR version 0.5.0 Index]