BinaryOutcome
class
BinaryOutcome-class.Rd
BinaryOutcome
class
Slots
function_stan_code
character. stan function code block containing text to interpolate into stan model.
param_stan_code
character. stan parameter code block containing text to interpolate into stan model.
likelihood_stan_code
character. stan model likelihood code block containing text to interpolate into stan model.
n_param
integer. Number of ancillary parameters for the model to estimate.
param_priors
list. Named list of prior distributions on the ancillary parameters in the model.
binary_var
character. Variable used for outcome in
BinaryOutcome
objects.