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

https://github.com/corymccartan/sba

Simple Bayesian Analyses
https://github.com/corymccartan/sba

Last synced: 4 months ago
JSON representation

Simple Bayesian Analyses

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

[![R-CMD-check](https://github.com/CoryMcCartan/sba/workflows/R-CMD-check/badge.svg)](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")
```