https://github.com/corymccartan/sba
Simple Bayesian Analyses
https://github.com/corymccartan/sba
Last synced: 4 months ago
JSON representation
Simple Bayesian Analyses
- Host: GitHub
- URL: https://github.com/corymccartan/sba
- Owner: CoryMcCartan
- License: gpl-3.0
- Created: 2021-04-25T20:12:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T20:21:13.000Z (about 4 years ago)
- Last Synced: 2025-01-10T23:35:23.799Z (5 months ago)
- Homepage: https://corymccartan.github.io/sba
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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%"
)
```# **sba**: Simple Bayesian Analyses
[](https://github.com/CoryMcCartan/sba/actions)
The **sba** package provides a wrapper function, `bayes()`, to turn simple
ordinary analyses like regressions into Bayesian analyses.## Installation
You can install the development of **sba** from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("CoryMcCartan/sba")
```