
Is an expectation module minimal (intercept-only, no convolution)?
Source:R/epinowcast.R
dot-expectation_is_minimal.RdUsed by epinowcast() to decide whether a delay-only fit can leave the
supplied expectation untouched. A minimal expectation has no growth-rate
covariates or random effects (expr_fncol and expr_rncol both zero), so
replacing it with enw_expectation(~1, ...) would change nothing.
Arguments
- expectation
An expectation module as returned by
enw_expectation().
See also
Model modules
enw_expectation(),
enw_fit_opts(),
enw_missing(),
enw_obs(),
enw_reference(),
enw_report()