inst/snippet/trebuchet05.R

treb.model <-  
  lm(distance ~ projectileWt, data = Trebuchet2)
treb.dist <- makeFun(treb.model)
treb.dist(projectileWt = 44)
treb.dist(projectileWt = 44, interval = "confidence")
treb.dist(projectileWt = 44, interval = "prediction")
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.