get_stan_file: Get the Stan file with Bayesian Logistic Regression

View source: R/data_loader.R

get_stan_fileR Documentation

Get the Stan file with Bayesian Logistic Regression

Description

Get the Stan file with Bayesian Logistic Regression

Usage

get_stan_file()

Value

An RStan file with the model for variational Bayes that ships with this package (extension .stan).

Examples

f <- get_stan_file()
writeLines(readLines(f))


alan-turing-institute/PosteriorBootstrap documentation built on Sept. 12, 2023, 9:32 a.m.