example_data_graded {FedIRT}R Documentation

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

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.

Source

The data have been created for demonstration purposes and do not correspond to any actual student's grades.

Examples

data(example_data_graded)


[Package FedIRT version 0.1.0 Index]