Generate responses that can be used for the MUPP model.

simulate_mupp_resp(persons, items)

Arguments

persons

persons data.frame with column names [person, dim, theta]

items

items data.frame with column names [item, statement, dim, alpha, delta, tau]

Value

a data.frame of [person x item x response pattern]

Details

The persons and items df needs to look identical to that coming from simulate_mupp_params or else this function will not work.

Author

Steven Nydick, steven.nydick@kornferry.com