run.null.models | R Documentation |
Create simple null models for comparison
run.null.models( forecast.targets, forecasts.df, forecast.distributions, human.data, week.id, weekinquestion, n.draws, point.estimate, analysis.locations, mosq.data = NA, population.df = NA, model.name = "NULL.MODELS" )
forecast.targets |
See |
forecasts.df |
See |
forecast.distributions |
See |
human.data |
See |
week.id |
See |
weekinquestion |
See |
n.draws |
The number of draws for the forecast distributions. Should be 1 if a point estimate is used, otherwise should be a large enough number to adequately represent the variation in the underlying data |
point.estimate |
Whether a single point estimate should be returned for forecast distributions representing the mean value. Otherwise past years are sampled at random. |
analysis.locations |
locations to include in the analysis. This may include locations with no human cases that would otherwise be dropped from the modeling. |
mosq.data |
Only required if a mosquito output is among the forecast targets. See |
population.df |
A data frame with locations (counties) and their populations. A column labeled SPATIAL should contain the county/location information, while population should be in a TOTAL_POPULATION column. Only required if incidence calculations are desired. |
model.name |
The name of the model to use in forecasts.df and forecast.distributions |
A list consisting of a data frame with forecast results and a list of forecast distributions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.