https://github.com/bnicenboim/bcogsci
Datasets and models included in the book "An Introduction to Bayesian Data Analysis for Cognitive Science".
https://github.com/bnicenboim/bcogsci
bayesian-data-analysis cognitive-science datasets
Last synced: 7 months ago
JSON representation
Datasets and models included in the book "An Introduction to Bayesian Data Analysis for Cognitive Science".
- Host: GitHub
- URL: https://github.com/bnicenboim/bcogsci
- Owner: bnicenboim
- License: other
- Created: 2020-09-04T08:10:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T18:59:15.000Z (10 months ago)
- Last Synced: 2025-07-07T22:11:04.901Z (7 months ago)
- Topics: bayesian-data-analysis, cognitive-science, datasets
- Language: R
- Homepage:
- Size: 40.7 MB
- Stars: 16
- Watchers: 2
- Forks: 6
- 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%"
)
```
# bcogsci
[](https://doi.org/10.5281/zenodo.15231704)
Datasets and models included in the book [Introduction to Bayesian Data Analysis for Cognitive Science](https://vasishth.github.io/bayescogsci/book/).
## Installation
There is no released version of bcogsci in CRAN. Install the development version from [GitHub](https://github.com/) with:
```{r, eval = FALSE}
# install.packages("remotes")
remotes::install_github("bnicenboim/bcogsci")
```
## How to cite
```{r, comment = NA, results="asis"}
citation("bcogsci")
```