Simulate from 4PNO Model
Generate item responses under the 4PNO
Y_4pno_simulate(N, J, as, bs, gs, ss, theta)
N
: An int
, which gives the number of observations. (> 0)J
: An int
, which gives the number of items. (> 0)as
: A vector
of item discrimination parameters.bs
: A vector
of item threshold parameters.gs
: A vector
of item lower asymptote parameters.ss
: A vector
of item upper asymptote parameters.theta
: A vector
of prior thetas.A N by J matrix
of dichotomous item responses.
Gibbs_4PNO()
Steven Andrew Culpepper