R/responses.R

#' Response data
#'
#' Simulated response sets for 5000 students on an exam with 30 items.
#'
#' @source Generated by sampling from the probability of student success
#' on a given item according to the ML2P model. Model parameters can be found in
#' \code{diff_true.rda}, \code{disc_true.rda}, and \code{theta_true.rda}.
#' @format A data frame with 30 columns and 5000 rows.
#' Entry \code{[j,i]} is 1 if student \code{j} answers item \code{i} correctly, and 0 otherwise.
#'
"responses"

Try the ML2Pvae package in your browser

Any scripts or data that you put into this service are public.

ML2Pvae documentation built on May 23, 2022, 9:05 a.m.