powered by
Creates a data frame of item parameters.
irt_gen(theta, a_par = 1, b_par, c_par = 0, D = 1)
numeric ability estimate.
numeric discrimination parameter.
numeric or vector of numerics difficulty parameter(s).
numeric guessing parameter.
numeric parameter to specify logistic (1) or normal (1.7).
irt_gen(theta = 0.2, b_par = 0.6) irt_gen(theta = 0.2, a_par = 1.15, b_par = 0.6) irt_gen(theta = 0.2, a_par = 1.15, b_par = 0.6, c_par = 0.2)
Run the code above in your browser using DataLab