This function performs data smoothing for burden of disease, when necessary.
For instance, with only a few simulations, there can be positive values in
difference in burden of disease.
Usage
gen_data_weighted_bd_spline(
data_weighted_bd_wide_collapse,
configname = "default"
)
Arguments
- data_weighted_bd_wide_collapse
A data frame containing weighted
values for burden of disease.
- configname
The name of the configuration file to use (e.g., "default", "development", "production", "testing").
Value
A data frame with spline smoothing applied for burden of disease.