stan_augbin_demo {trialr} | R Documentation |
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()
Value
instance of augbin_fit
See Also
stan_augbin
augbin_fit
prior_predictive_augbin_2t_1a
sampling
Examples
## Not run:
fit <- stan_augbin_demo()
# I told you it was simple.
## End(Not run)
[Package trialr version 0.1.6 Index]