All Projects → wviechtb → metadat

wviechtb / metadat

Licence: other
Meta-analytic datasets for R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to metadat

Datasaurus
R Package 📦 Containing the Datasaurus Dozen datasets 📊
Stars: ✭ 193 (+819.05%)
Mutual labels:  datasets, r-package
psychmeta
Psychometric meta-analysis toolkit
Stars: ✭ 38 (+80.95%)
Mutual labels:  r-package, meta-analysis
metafor
A meta-analysis package for R
Stars: ✭ 174 (+728.57%)
Mutual labels:  r-package, meta-analysis
geodaData
Data package for accessing GeoDa datasets using R
Stars: ✭ 15 (-28.57%)
Mutual labels:  datasets, r-package
nlrx
nlrx NetLogo R
Stars: ✭ 66 (+214.29%)
Mutual labels:  r-package
datawizard
Magic potions to clean and transform your data 🧙
Stars: ✭ 149 (+609.52%)
Mutual labels:  r-package
lingtypology
R package for linguistic cartography and typological databases search
Stars: ✭ 47 (+123.81%)
Mutual labels:  r-package
metaBMA
Bayesian Model Averaging for Random and Fixed Effects Meta-Analysis
Stars: ✭ 20 (-4.76%)
Mutual labels:  meta-analysis
mlr3tuning
Hyperparameter optimization package of the mlr3 ecosystem
Stars: ✭ 44 (+109.52%)
Mutual labels:  r-package
packagefinder
Comfortable search for R packages on CRAN, either directly from the R console or with an R Studio add-in
Stars: ✭ 43 (+104.76%)
Mutual labels:  r-package
rAltmetric
Query and visualize metrics from altmetric.com
Stars: ✭ 46 (+119.05%)
Mutual labels:  r-package
CompBioDatasetsForMachineLearning
A Curated List of Computational Biology Datasets Suitable for Machine Learning
Stars: ✭ 90 (+328.57%)
Mutual labels:  datasets
tidyhydat
An R package to import Water Survey of Canada hydrometric data and make it tidy
Stars: ✭ 67 (+219.05%)
Mutual labels:  r-package
suppdata
Grabbing SUPPlementary DATA in R
Stars: ✭ 31 (+47.62%)
Mutual labels:  r-package
wqbc
An R package for water quality thresholds and index calculation for British Columbia
Stars: ✭ 16 (-23.81%)
Mutual labels:  r-package
PLNmodels
A collection of Poisson lognormal models for multivariate count data analysis
Stars: ✭ 44 (+109.52%)
Mutual labels:  r-package
states
Create country-year/month/day panels consistent with the COW or Gleditsch & Ward independent states lists
Stars: ✭ 13 (-38.1%)
Mutual labels:  r-package
humanflow2
Official repository of Learning Multi-Human Optical Flow (IJCV 2019)
Stars: ✭ 37 (+76.19%)
Mutual labels:  datasets
TIGMINT
TIGMINT: OSINT (Open Source Intelligence) GUI software framework
Stars: ✭ 195 (+828.57%)
Mutual labels:  meta-analysis
rcppsimdjson
Rcpp Bindings for the 'simdjson' Header Library
Stars: ✭ 103 (+390.48%)
Mutual labels:  r-package

metadat: Meta-Analysis Datasets for R

License: GPL (>=2) R build status CRAN Version devel Version Downloads

Description

The metadat package contains a large collection of meta-analysis datasets. These datasets are useful for teaching purposes, illustrating/testing meta-analytic methods, and validating published analyses.

Installation

The current official (i.e., CRAN) release can be installed within R with:

install.packages("metadat")

The development version of the package can be installed with:

install.packages("remotes")
remotes::install_github("wviechtb/metadat")

This builds the package from source based on the current version on GitHub.

Browsing and Searching for Datasets

A listing of all datasets in the package can be obtained with help(package=metadat). Each dataset is also tagged with one or multiple concept terms. These concept terms refer to various aspects of a dataset, such as the field/topic of research, the outcome measure used for the analysis, the model(s) used for analyzing the data, and the methods/concepts that can be illustrated with the dataset. The datsearch() function can be used to search among the existing datasets in the package based on their concept terms or based on a full-text search of their corresponding help files.

You can also read the documentation online at https://wviechtb.github.io/metadat/ (where the output from the example analyses corresponding to each dataset is provided).

Contributing New Datasets

We welcome contributions of new datasets to the package. For each dataset, there must be a citable reference, ideally in a peer-reviewed journal or publication. The general workflow for contributing a new dataset is as follows:

  • Install the metadat package in R in the usual manner (i.e., install.packages("metadat")).
  • If you are familiar with Git/GitHub and making pull requests, fork the package repository. Otherwise, download the source version of the package from GitHub and unzip the file to some directory on your computer.
  • Place the raw data (in a non-binary format) in the data-raw directory. The file should be named dat.<author><year>.<ext>, where <author> is the last name of the first author of the publication from which the data come, <year> is the publication year, and <ext> is the file extension (e.g., .txt, .csv).
  • Place a corresponding R script in the data-raw directory named dat.<author><year>.r that reads in the data, possibly does some data cleaning/processing, and then saves the dataset to the data directory (using save()), with name dat.<author><year>.rda.
  • Start R, load the metadat package (i.e., library(metadat)), and then run the prep_dat() function (either set the working directory to the location of the source package beforehand or use the pkgdir argument of the prep_dat() function to specify the source package location).
  • For a new dataset, this should create a boilerplate template for a corresponding help file in the man directory, named dat.<author><year>.Rd. Edit the help file, adding the title and a short description of the dataset in general, a description of each variable in the dataset, further details on the dataset (e.g., the field of research, how the data was collected, the purpose of the dataset or what it was used for, the effect size or outcome measure used in the analysis, the types of analyses/models that can be illustrated with the dataset), a reference for the source of the dataset, one or multiple concept terms, the name and email address of the contributor of the dataset, and (optionally) example code to illustrate the analysis of the dataset.
  • Either make a pull request (if you are familiar with this workflow) or zip up the dat.<author><year>.<ext>, dat.<author><year>.r, dat.<author><year>.rda, and dat.<author><year>.Rd files and open up a new issue at GitHub, attaching the zip file.
  • If the above makes no sense to you, you can also open an issue or email one of the package authors and attach a zip file including a cleaned, raw data file in .txt or .csv format, along with a meta-data file (format doesn't matter) that includes the information described above.

Citing the Package

If you use these data, please cite both the metadat package (see citation("metadat") for the reference) and the original source of the data as given under the help file of a dataset.

Bug/Error Reports

If you think you have found an error in an existing dataset or a bug in the package in general, please go to https://github.com/wviechtb/metadat/issues and open up a new issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].