inst/snippet/trebuchet01-fig.R

treb.model <- lm(distance ~ projectileWt, data = Trebuchet2) 
coef(treb.model)
gf_point(distance ~ projectileWt, data = Trebuchet2) %>%
  gf_lm()
rpruim/fastR documentation built on Nov. 12, 2023, 12:26 p.m.