excess_stats | R Documentation |
Helper function to compute excess deaths statistics for a
excess_stats(
start,
end,
obs,
mu,
cov,
pop,
frequency,
fhat = NULL,
X = NULL,
betacov = NULL
)
start |
First day of interval |
end |
Last day of interval |
obs |
Observed counts |
mu |
Expected counts |
cov |
Covariance matrix for percent change |
pop |
Population size |
frequency |
Observations per year |
fhat |
Estimated percent increase |
X |
Design matrix used to estimate fhat |
betacov |
Covariance matrix for parameter estimates used to estimate fhat |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.