powered by
The example data set is made of 500 subjects ids and total scores from two different tests.
data(example_data)
A data.frame with 3 columns, which are
data.frame
students' id
Scores of test 1
Scores of test 2
# First 6 rows of the example_data data(example_data) head(example_data)
Run the code above in your browser using DataLab