sympt_risk: Calculating risk of being symptomatic mortality rate based on...

Description Usage Arguments Value

View source: R/covid_status_functions.R

Description

Calculating risk of being symptomatic mortality rate based on age and health risks

Usage

1
2
3
4
5
6
7
sympt_risk(
  df,
  overweight_sympt_mplier = 1.46,
  cvd = NULL,
  diabetes = NULL,
  bloodpressure = NULL
)

Arguments

df

The input list - the output from the create_input function

overweight_sympt_mplier

The obesity risk multiplier for BMI > 40

cvd

The cardiovascular disease mortality risk multiplier

diabetes

The disease mortality risk multiplier

bloodpressure

The bloodpressure/hypertension mortality risk multiplier

Value

A list of data to be used in the infection model - with updated mortality risk


Urban-Analytics/rampuaR documentation built on Nov. 27, 2020, 4:34 a.m.