example_data {drawsample}R Documentation

Example Data

Description

The example data set is made of 500 subjects ids and total scores from two different tests.

Usage

data(example_data)

Format

A data.frame with 3 columns, which are

ID

students' id

Score_1

Scores of test 1

Score_2

Scores of test 2

Examples

# First 6 rows of the example_data
data(example_data)
head(example_data)

[Package drawsample version 1.0.1 Index]