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

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".

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

[![DOI](https://zenodo.org/badge/292789590.svg)](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")
```