Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjmahr/wisclabmisc
Tools to Support the 'WiscLab'
https://github.com/tjmahr/wisclabmisc
Last synced: about 1 month ago
JSON representation
Tools to Support the 'WiscLab'
- Host: GitHub
- URL: https://github.com/tjmahr/wisclabmisc
- Owner: tjmahr
- License: other
- Created: 2022-02-11T19:24:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:47:12.000Z (2 months ago)
- Last Synced: 2024-10-26T15:56:11.684Z (about 2 months ago)
- Language: R
- Homepage: https://www.tjmahr.com/wisclabmisc/
- Size: 24.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# wisclabmisc
The goal of wisclabmisc is to reuse analysis functions across [WISC Lab
project](https://kidspeech.wisc.edu/) projects and to provide
share analysis code used in our projects.## Installation
You can install the development version of wisclabmisc from
[GitHub](https://github.com/) with:```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("tjmahr/wisclabmisc")
```## Acknowledgments
wisclabmisc was created to process data from the [WISC Lab
project](https://kidspeech.wisc.edu/). Thus, development of this package
was supported by NIH R01DC009411 and NIH R01DC015653.