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