The wisclabmisc package provides standardized analysis code from WISC Lab project projects. The package also collects useful data-cleaning function and reference datasets for our lab. See the package documentation website https://wisclab.github.io/wisclabmisc/.
Analysis code for selected publications is included on the articles page.
Installation
Install wisclabmisc from GitHub with:
# install.packages("devtools")
devtools::install_github("wisclab/wisclabmisc")Contributing notes
This package follows conventions and practices from the R Packages book. The package documentation site is generated by pkgdown via GitHub actions. See ?usethis::use_pkgdown_github_pages() https://usethis.r-lib.org/reference/use_pkgdown.html.
Acknowledgments
wisclabmisc was created to process data from the WISC Lab project. Thus, development of this package was supported by NIH R01DC009411 and NIH R01DC015653.