example_data_2PL {FedIRT}R Documentation

Binary Response Dataset for Federated 2PL Model

Description

A synthetic dataset composed of responses from 160 students to 10 items, with all responses binary.

Usage

example_data_2PL

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.

Details

A response of 1 indicates a correct answer, and 0 represents an incorrect answer.

Source

The data are synthetically generated and are not reflective of any real student data.

Examples

data(example_data_2PL)


[Package FedIRT version 0.1.0 Index]