Learn R Programming

trialr (version 0.1.6)

stan_augbin_demo: Simple helper function to demonstrate fitting of an Augmented Binary model.

Description

This function exist mostly to demonstrate things you can do to instances of augbin_fit without having to paste into each example the not inconsiderable blob of code to sample outcomes and fit the model.

Usage

stan_augbin_demo()

Arguments

Value

instance of augbin_fit

See Also

stan_augbin augbin_fit prior_predictive_augbin_2t_1a sampling

Examples

Run this code
if (FALSE) {
fit <- stan_augbin_demo()
# I told you it was simple.
}

Run the code above in your browser using DataLab