Ecosyste.ms: Awesome
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: about 1 month 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T12:21:54.000Z (4 months ago)
- Last Synced: 2024-11-01T06:12:19.392Z (about 2 months ago)
- Topics: bayesian-data-analysis, cognitive-science, datasets
- Language: R
- Homepage:
- Size: 40.7 MB
- Stars: 15
- Watchers: 3
- 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
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")
```