Generate_Choice {cIRT} | R Documentation |
Generate Observed Data from choice model
Description
Generates observed cognitive and choice data from the IRT-Thurstone model.
Usage
Generate_Choice(
N,
J,
K,
theta,
as,
bs,
zeta,
gamma,
X,
W,
subject_ids,
unique_subject_ids
)
Arguments
N |
An |
J |
An |
K |
An |
theta |
A |
as |
A |
bs |
A |
zeta |
A |
gamma |
A |
X |
A |
W |
A |
subject_ids |
A |
unique_subject_ids |
A |
Value
A list
that contains:
Y
A
matrix
of dimension N by JC
A
vector
of length NK
Author(s)
Steven Andrew Culpepper and James Joseph Balamuta