Skip to contents

Creates a JAGS model available as a string, or .txt file, where priors are initialized to be uninformative by default.

Usage

create_jags_model(binary_outcome)

Arguments

binary_outcome

Boolean indicating whether the outcome is binary.

No inputs are given to this function (for now) since data-related information is provided in jags.model() during model initialization.