R/example_data_2PL.R

#' Binary Response Dataset for Federated 2PL Model
#'
#' A synthetic dataset composed of responses from 160 students to 10 items, with all responses binary.
#'
#' A response of 1 indicates a correct answer, and 0 represents an incorrect answer.
#'
#' @format A dataframe with 160 rows and 10 columns.
#' Each row corresponds to a student's set of responses, and each column represents the responses of all students to a particular item.
#'
#' @examples
#' data(example_data_2PL)
#'
#' @source The data are synthetically generated.
#'

"example_data_2PL"

Try the FedIRT package in your browser

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

FedIRT documentation built on Sept. 30, 2024, 9:34 a.m.