get_stan_file {PosteriorBootstrap} | R 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))
[Package PosteriorBootstrap version 0.1.2 Index]