A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/rlang/../bayesian/readme/README.html below:

README

Bindings for Bayesian TidyModels

bayesian supports Bayesian modeling using brms/Stan with parsnip/tidymodels.

Installation

The stable version of bayesian can be installed from CRAN using:

install.packages("bayesian")

The development version of bayesian can be installed from GitHub using:

install.packages("pak")
pak::pkg_install("hsbadr/bayesian")
Example
library(bayesian)

bayesian_mod <-
  bayesian() |>
  set_engine("brms") |>
  fit(
    rating ~ treat + period + carry + (1 | subject),
    data = inhaler
  )

summary(bayesian_mod$fit)

For more details, get started with bayesian.

Citation

To cite bayesian in publications, please use:

citation("bayesian")

Hamada S. Badr and Paul C. Bürkner (2024): bayesian: Bindings for Bayesian TidyModels, Comprehensive R Archive Network (CRAN). URL: https://hsbadr.github.io/bayesian/.

Contributing

This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4