This vignette can be referred to by citing the package:


library(knitr)
options(knitr.kable.NA = "")
knitr::opts_chunk$set(
  comment = ">",
  message = FALSE,
  warning = FALSE,
  out.width = "100%"
)

options(digits = 2)

set.seed(333)
knitr::include_graphics("../man/figures/YodaBayes.jpg")

Mixed Models

TO BE CONTINUED.

Priors

TO BE CONTINUED.

What's next?

The journey to become a true Bayesian master is not yet over. It is merely the beginning. It is now time to leave the bayestestR universe and apply the Bayesian framework in a variety of other statistical contexts:



DominiqueMakowski/bayestestR documentation built on March 29, 2024, 3:13 a.m.