bowers-illinois-edu / DesignLibrary

Library of Research Designs

Home Page:https://declaredesign.org/library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DesignLibrary: A Library of Common Research Designs

Travis-CI Build Status Coverage Status CRAN_Status_Badge minimal R version packageversion

DesignLibrary provides simple interface to build designs using the package DeclareDesign. In one line of code users can specify the parameters of individual designs and diagnose their properties. The designers can also be used to compare performance of a given design across a range of combinations of parameters, such as effect size, sample size, assignment probabilities and more.

Check out the online version of the library here.


Installing the design library

To install the latest stable release of DesignLibrary, please ensure that you are running version 3.4 or later of R and run the following code:

install.packages("DesignLibrary")

If you would like to use the latest development release of DesignLibrary, please ensure that you are running version 3.4 or later of R and run the following code:

devtools::install_github("DeclareDesign/DesignLibrary", keep_source = TRUE)

Contributing designs and designers

We welcome contributions to the library!


This project is generously supported by a grant from the Laura and John Arnold Foundation and seed funding from Evidence in Governance and Politics (EGAP).

About

Library of Research Designs

https://declaredesign.org/library/

License:Other


Languages

Language:R 97.3%Language:CSS 2.7%