View source: R/makeDailyMaps.R
create_c19r_data | R Documentation |
Create covid19 risk prediction data
create_c19r_data( risk_output = "usa_risk_counties.csv", vaccine_output = "usa_risk_countiesV.csv", output_prefix = ".", event_size = c(10, 15, 20, 25, 50, 100, 500, 1000, 5000), asc_bias_list = c(3, 4, 5), scale_factor = (10/14) )
risk_output |
Risk output |
vaccine_output |
Risk outut |
output_prefix |
Output file prefux to applu to risk_output and vaccine_output |
event_size |
Vector of event sizes to predict risk with |
asc_bias_list |
Vector of ascertainment biases to predict risk with |
scale_factor |
Scaling factor, should be =< 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.