Description
Simulation for Factorial Designs.
Description
Create datasets with factorial structure through simulation by specifying variable parameters. Extended documentation at <https://debruine.github.io/faux/>. Described in DeBruine (2020) <doi:10.5281/zenodo.2669586>.
README.md
It is useful to be able to simulate data with a specified structure. The faux
package provides some functions to make this process easier. See the package website for more details.
Installation
You can install the released version of faux from CRAN with:
install.packages("faux")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("debruine/faux")
Please note that the 'faux' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.