**************************************************** Description of files in supplementary_materials.zip **************************************************** !! !! !! Please note that the supplementary materials are also available !! !! online in a more user-friendly format: https://github.com/alburezg/EGM !! !! !! 1_reproducible results Full code needed to reproduce the results, figures, and tables presented in the paper, to be used together with the R package EGM (see below). R package includes illustrative examples of the data and data structure. However, the full datasets used in this study are not included given privacy concerns. The files in this folder give details about the structure of the data to the degree needed to understand how the analysis was conducted. Compile in RStudio. 2_appendix_a Folder containing 'Appendix_A.pdf', a description of the seed selection, data collection, and data management using the EGM in Rio Negro. The folder also contains the .Rmd, .bib, and .csl files need to compile the pdf file in RStudio. 3_Appendix_B.pdf EGM questionnaires used in the study (edited and translated to English). 4_Appendix_C_EGM_R_package_0.1.0.tar.gz Source code to install the R package 'EGM'. This is given for archival purposes only. Users are encouraged to download the latest version of the package from Github using: library(devtools) install_github("alburezg/EGM", dep = FALSE) library(EGM) ****************** Software version ****************** ## R version 3.5.1 (2018-07-02) ## Platform: x86_64-w64-mingw32/x64 (64-bit) ## Running under: Windows 7 x64 (build 7601) Service Pack 1