report: Reporting function for all jk2-functions.

Description Usage Arguments Author(s) Examples

Description

Summarizes the output of the jk2-functions jk2.mean, jk2.table, jk2.quantile, and jk2.glm.

Usage

1
2
3
report(jk2.out, trendDiffs = FALSE, add = list(),
      exclude = c("Ncases", "NcasesValid", "var"), printGlm = FALSE, digits = 3,
      printDeviance = FALSE)

Arguments

jk2.out

output of the jk2-functions

trendDiffs

Logical: compute differences of trends?

add

Optional: additional columns for output. See examples of the jk2-functions

exclude

Which parameters should be excluded from reporting?

printGlm

Only relevant for jk2.glm: print summary on console?

digits

Only relevant if printGlm is TRUE. How many digits should be printed?

printDeviance

Only relevant if printGlm is TRUE. Should the deviance information printed additionally?

Author(s)

Sebastian Weirich

Examples

1
### see examples of the jk2-functions.

eatRep documentation built on May 2, 2019, 5:40 p.m.