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

https://github.com/vasishth/lingpsych

Datasets and models included in the book "Linear Mixed Models for Linguistics and Psychology: A Comprehensive Introduction".
https://github.com/vasishth/lingpsych

Last synced: about 1 year ago
JSON representation

Datasets and models included in the book "Linear Mixed Models for Linguistics and Psychology: A Comprehensive Introduction".

Awesome Lists containing this project

README

          

# lingpsych
Datasets and models used in the book [Linear Mixed Models for Linguistics and Psychology: A Comprehensive Introduction](https://vasishth.github.io/Freq_CogSci/)

## Installation

lingpsych has not yet been released in CRAN. Install the
development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("vasishth/lingpsych")
```

Alternatively, download the zip archive, unzip it, and then in the R console run (the files has to be in the current working directory that R is in):

devtools::install("lingpsych-main")