https://github.com/miserman/lusilab
A collection of R functions for data collection and analysis
https://github.com/miserman/lusilab
Last synced: over 1 year ago
JSON representation
A collection of R functions for data collection and analysis
- Host: GitHub
- URL: https://github.com/miserman/lusilab
- Owner: miserman
- License: other
- Created: 2022-06-28T19:47:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T11:16:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T11:13:31.221Z (over 1 year ago)
- Language: R
- Homepage: https://miserman.github.io/lusilab
- Size: 4.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lusilab
A collection of functions relating to data collection and analysis.
This is a casual import and update of the original
[code](https://www.depts.ttu.edu/psy/lusi/files/lusi.txt)
and [documentation](https://www.depts.ttu.edu/psy/lusi/files/LusiLabDoc.pdf).
## Installation
Download R from [r-project.org](https://www.r-project.org), then install the package from an R console:
```R
# install.packages('remotes')
remotes::install_github('miserman/lusilab')
```
And load the package:
```R
library(lusilab)
```