powered by
Results of an experiment comparing a rubber band travels to the amount it was stretched prior to launch.
A data frame with 16 observations on the following 2 variables.
amount rubber band was stretched before launch
distance rubber band traveled
data(RubberBand) gf_point(distance ~ stretch, data = RubberBand) %>% gf_lm(interval = "confidence")
Run the code above in your browser using DataLab