Learn R Programming

FedIRT (version 1.1.0)

example_data_graded: Graded Response Dataset for Federated Graded Model

Description

A synthetic dataset containing responses of 100 students across 10 items, with all items a graded response (0-3 points). This kind of dataset is typically used for testing and validating federated graded response models.

Usage

example_data_graded

Arguments

Format

A data frame with 100 rows and 10 columns. Each row represents the responses of a single student, and each column represents one of the 10 graded response items.

Details

The dataset is particularly suitable for testing federated graded model.

Examples

Run this code
data(example_data_graded)

Run the code above in your browser using DataLab