runFwProj: Run forward projection

Description Usage Arguments Value

View source: R/forwProjCalc.R

Description

Applies the forward projection of last observations on the incAnalysis object

Usage

1
2
runFwProj(obj, method = "jeffreys", text = "", constRates = T,
  roundFun = identity)

Arguments

obj

incClass instance

method

which method to use, parameters used for DescTools::BinomCI, defaults to "jeffreys": "wald", "wilson", "agresti-coull", "jeffreys", "modified wilson", "modified jeffreys", "clopper-pearson", "arcsine", "logit", "witting" or "pratt"

text

Freely usable additional textfield

constRates

if true, calculate constant rates, project last observations forward, otherwise

roundFun

if constRates=TRUE, how to process predicted counts. Defaults to identity, can be e.g. floor or ceiling.

Value

Updated incAnalysis object


mknoll/incAnalysis documentation built on Oct. 22, 2020, 9:20 a.m.