1

How to add data in syntax of WinBUGS 14 for differential item function (DIF)?

Tomas
  • 57,621
  • 49
  • 238
  • 373

1 Answers1

0

Try to search for "differential item functioning bayesian" to find some resources. From what I found it is clear that the model would look something like:

y[i,j,k] ~ Bernoulli(p[i,j,k])
logit(p[i,j,k]) <- ....

I.e. logistic regression. See resources:

For more resources type "differential item functioning bayesian" into google.

Tomas
  • 57,621
  • 49
  • 238
  • 373