An open API service indexing awesome lists of open source software.

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

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)
```