### dis_data comes loaded with the package
### but need to update dis_data to be an object of class dis_data
new_dis_data <- make_dis_data(yRef = dis_data[dis_data$group == "Reference", -1],
yTest = dis_data[dis_data$group == "Test", -1])
Run the code above in your browser using DataLab