R/example_data_graded_and_binary.R

#' Graded Response Dataset for Federated Graded Model
#'
#' A synthetic dataset containing 160 students and 8 items, with the first item graded response (0-3 points) and other items binary response.
#' It could be used in the federated graded model testing.
#'
#' @format A dataframe with 160 rows and 8 columns. Each row denotes a student's responding status, and each column denotes the responding status for all students in one item.
#' @examples
#' data(example_data_graded_and_binary)
#'
#' @source The data were generated synthetically for illustrative purposes.

"example_data_graded_and_binary"

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.