# Load the riboflavinv100 dataset
data(riboflavinv100)
# Display the dimensions of the dataset
print(dim(riboflavinv100$x))
print(length(riboflavinv100$y))
# Summary statistics for the response variable
summary(riboflavinv100$y)
Run the code above in your browser using DataLab