Old faithful

Sign in to test your solution.
# Een dataset met gegevens Old Faithful data <- read.csv("https://raw.githubusercontent.com/gchoi/Dataset/master/OldFaithful.csv", header = TRUE) colnames(data) <- c("time_eruption", "time_waiting") # Bepaal hier een antwoord op de vragen
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.