Description Usage Arguments Value See Also
Functions to generate normalized samples; combine exposure and food item samples; and generate foodborne burden estimates.
1 2 3 4 5 6 7 8  | ## Generate normalized samples
generate_samples(n, file, cols, names)
## Normalize samples by proportion foodborne
normalize_by_food(food, exp)
## Apply proportion foodborne to burden estimates
apply_prop_fb(agent, date_DALY, exp)
 | 
n | 
 number of samples  | 
file | 
 
  | 
cols | 
 
  | 
names | 
 names of exposure routes or food items  | 
food | 
 list of food item samples  | 
exp | 
 list of exposure route samples  | 
agent | 
 agent name, abbreviated  | 
date_DALY | 
 date of DALY calculation  | 
generate_samples and normalize_by_food return a data frame of normalized samples; apply_prop_fb creates ‘DALYrun’ objects per country.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.