biqq: biqq function, taking data as arguments Basic model; used to...

Description Usage Arguments Value Examples

Description

biqq function, taking data as arguments Basic model; used to define fast biqq function

Usage

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, ...)

Arguments

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

Value

A stan object

Examples

1
print(biqq(alpha_prior = c(5,1,1,1)))

macartan/biqq documentation built on May 6, 2019, 6:03 p.m.