-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# rodenticide-rat-infection | ||
A repository for: | ||
================ | ||
|
||
Murray MH, Sánchez CA. in press. Urban rat exposure to anticoagulant rodenticides | ||
and zoonotic infection risk. Biology Letters. | ||
|
||
|
||
**This repository has 5 R scripts used for this analysis:** The first script | ||
(1_calculateAgeSMI.R) loads the data and calculates two new variables: age | ||
(based on weight) and scaled mass index (SMI), a measure of body condition. | ||
The second script (2_analysis.R) runs models to assess how variance in infection | ||
status is associated with multiple predictor variables. The third script | ||
(3_Figure2.R) generates Figure 2 of the manuscript. Figure 1 was generated | ||
separately in QGIS. The other scripts contain libraries and functions necessary | ||
to run the rest of the code, and are sourced when needed. |