example_data: Example Data

example_dataR 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)

atalay-k/drawsample documentation built on Sept. 12, 2022, 11 a.m.