Description Usage Arguments Value Examples
biqq function, taking data as arguments Basic model; used to define fast biqq function
1 2 3 4 5 | biqq(fit = fit_biqq, XY = c(0, 0, 0, 0), XYK = c(0, 0, 0, 0, 0, 0, 0,
0), XYK_data = NULL, alpha_prior = c(1, 1, 1, 1), pi_alpha = c(1,
1, 1, 1), pi_beta = c(1, 1, 1, 1), q0_alpha = c(1, 1, 1, 1),
q0_beta = c(1, 1, 1, 1), q1_alpha = c(1, 1, 1, 1), q1_beta = c(1,
1, 1, 1), doubly_decisive = FALSE, iter = 1000, chains = 2, ...)
|
fit |
a fitted model |
XY |
XY data – 4-vector 00 01 10 11 |
XYK |
XYK data – 12-vector 000 001 010 011... |
XYK_data |
XYK data provided as a dataframe |
doubly_decisive |
if TRUE pobative value defaults to clue traces for a and b types only |
A stan object
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.