Sample data that can be analysed using the Dynameta shiny app
Source:R/sample_data.R
sample_data.RdAn example dataset containing data collected for a GLiTRS meta-analysis investigating the effect of insecticide application on Odonata abundance. This can be analysed using the Dynameta shiny app.
Usage
data(sample_data)Format
A data frame with 47 rows and 46 variables:
Paper_IDThe paper from which the comparison was drawn. (character)
IncludedThe exclusion or inclusion status of the paper. (character)
Observation_IDThe comparison of that row, which should be unique to each row. (character)
AuthorThe full list of authors of the paper. (character)
YearThe year of publication of the paper. (integer)
TitleThe paper title. (character)
JournalThe journal the paper was published in. (character)
DOIThe DOI of the paper. (character)
URLThe URL of the paper. (character)
LanguageThe language of the paper. (character)
DatabaseThe database from which the paper was found. (character)
LatitudeThe latitude coordinate of the observation in that row. (double)
LongitudeThe longitude coordinate of the observation in that row. (double)
CountryThe country in which the observation in that row is located. (character)
Taxa_levelThe taxonomic level that is common to all of the biodiversity recorded in that row. (character)
Taxa_nameThe name of the taxonomic level that is common to all of the biodiversity recorded in that row. (character)
OrderThe taxonomic order of the biodiversity measured in that row, for both the treatment and control. (character)
FamilyThe taxonomic family of the biodiversity measured in that row, for both the treatment and control. (character)
GenusThe taxonomic genus of the biodiversity measured in that row, for both the treatment and control. (character)
BinomialThe Latin binomial of the species in that row, if it has been recorded. (character)
Life_history_stageThe life-history stage of the taxa in that row. (character)
Experimental_year_startThe year in which data collection started. (integer)
Experimental_year_endThe year in which data collection ended. (integer)
Sampling_methodThe sampling method used to sample the biodiversity measure. (character)
Biodiversity_metricThe metric of biodiversity measured. Biodiversity_metric should typically be one of “Abundance”, “Richness”, or “Biomass”. (character)
UnitThe more specific unit of measure for the biodiversity recorded in that row. (character)
IUCN_threat_category_1Broadest level of IUCN threat. (character)
IUCN_threat_category_2Secondary level of IUCN threat. (character)
IUCN_threat_category_3Tertiary level of IUCN threat. (character)
TreatmentName of the threat measured in that row (e.g. insecticide). (character)
Treatment_quantityThe quantity of treatment reported by the authors for that observation. (double)
Treatment_quantity_unitThe unit of measure for the numeric value in Treatment_quantity. (character)
ControlName of the control measured in that row (e.g. no insecticide). (character)
Extracted_fromThe figure or table from which the data in that row was extracted. (character)
Evidence_typeThe type of evidence for the data in that row. Type of evidence should be either “Experimental” or “Quasi-experimental”. (character)
Treatment_NThe number of treatment sites from which the mean and error values were drawn. (integer)
Treatment_MeanThe mean biodiversity value across all treatment sites for that comparison. (double)
Treatment_errorThe raw treatment error value reported by the authors for that observation. (double)
Treatment_error_typeThe type of error recorded in Treatment_error. Typically this will be one of Standard error, Standard deviation, or 95% confidence interval. (character)
Control_NThe number of control sites from which the mean and error values were drawn. (integer)
Control_MeanThe mean biodiversity value across all control sites for that comparison. (double)
Control_errorThe raw control error value reported by the authors for that observation. (double)
Control_error_typeThe type of error recorded on Control_error. Typically this will be one of “Standard error”, “Standard deviation”, or “95% confidence interval”. (character)
Contributor_nameName of the contributor for that row. (character)
Search_dateDate on which the final optimised search is carried out. (date)
NotesThis field should be used for any relevant descriptions that don’t fall within core data, can’t be categorised into clearly defined factors in the associated metadata, or provide explanations for the associated metadata. (character)