prep_dx_hosp_calib: Produce hospitalization occupation over time

Description Usage Arguments Value

View source: R/03_hosp_calibration_functions.R

Description

prep_dx_hosp_calib computes both incident hospitalizations and prevalence in hospitalizations (Tot, Non ICU and ICU) by age groups to be used for calibration routines.

Usage

1
prep_dx_hosp_calib(l_params_all, use_prevalence = FALSE)

Arguments

use_prevalence

Flag (default is FALSE) of whether to use prevalence as input to hospitalization model. If FALSE, incidence is used instead of prevalence.

l_out_cosmo

List with output from SC-COSMO and all parameters.

Value

A list of incident hospitalizations by type (Tot , Non ICU, or ICU), age group (including All), and time and of prevalent hospitalizations by type (Tot , Non ICU, or ICU), age group (including All), and time.


SC-COSMO/sccosmomcma documentation built on Dec. 18, 2021, 11:56 a.m.