Skip to content

This code powers the models for the paper "Global hotspots and correlates of emerging zoonotic diseases".

License

Notifications You must be signed in to change notification settings

ecohealthalliance/hotspots2

Repository files navigation

Hotspots II Models

Location of Model Outputs

The file data/predictions.RData contains the output of the model. All variables are described in more depth in the paper.

  • The columns lon and lat are WGS84 longitude and latitude. gridid is a grid cell identifier.
  • bsm_weight_pubs is the model’s output weighted with publications (“observed”).
  • bsm_weight_pop is the model’s output weighted with population (“bias factored out”).
  • bsm_response is the model’s output weighted with neither.
  • The other columns are generally predictor variables used in the model.

The weighted versions are generated by multiplying the output variables with versions of the publication and populations variables normalized to sum to 1 over the entire grid.

Getting Set Up

The data-raw directory contains all the scripts needed to import the data into the repository. The datasets are not in the directory, though. These scripts build all the working datasets to the data directory, which is under version control, so the code should all run. Original raw data is stored on EHA's AWS S3 buckets, or can be found attached to the data-raw release of this repository.

About

This code powers the models for the paper "Global hotspots and correlates of emerging zoonotic diseases".

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages