get_formula_str | R Documentation |
You will need to replace PAR_X for whatever your x-axis observation column
is called. In JAGS typically x[i_]
. In R just x
.
get_formula_str(ST, par_x, ytype = "ct", init = FALSE)
ST |
Tibble. Returned by |
par_x |
String (default: NULL). Only relevant if no segments contains slope (no hint at what x is). Set this, e.g., par_x = "time". |
ytype |
One of "ct" (central tendency), "sigma", "ar1" (or another order), or "ma1" (or another order) |
init |
TRUE/FALSE. Set to TRUE for the first call. Adds segment-relative X-codings and verbose commenting of one formula |
A string with JAGS code.
Jonas Kristoffer Lindeløv jonas@lindeloev.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.