LogisticBinaryOutcome class
LogisticBinaryOutcome-class.RdA class for defining a logistic regression with a binary outcome
to be translated to Stan code.
Objects of class LogisticBinaryOutcome should not be created directly but by
the constructor logistic_bin_outcome().
Slots
function_stan_codecharacter. stan function code block containing text to interpolate into stan model. Empty string for
LogisticBinaryOutcome.param_stan_codecharacter. stan parameter code block containing text to interpolate into stan model. Empty string for
LogisticBinaryOutcome.likelihood_stan_codecharacter. stan model likelihood code block containing text to interpolate into stan model.
n_paraminteger. Number of ancillary parameters for the model to estimate (0).
param_priorslist. Named list of prior distributions on the ancillary parameters in the model. Empty for
LogisticBinaryOutcome.binary_varcharacter. Variable used for outcome in
LogisticBinaryOutcomeobjects.