Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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

Datasets and models included in the book [An Introduction to Bayesian Data Analysis for Cognitive Science](https://vasishth.github.io/bayescogsci/book/).

## Installation

There is still no released version of bcogsci in CRAN. Install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("bnicenboim/bcogsci")
```