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".
- Host: GitHub
- URL: https://github.com/vasishth/lingpsych
- Owner: vasishth
- License: other
- Created: 2021-05-01T13:45:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T17:46:03.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T10:11:54.493Z (about 1 year ago)
- Language: R
- Size: 48.4 MB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")