inst/snippet/domedata-step02.R

step(
  lm(Dist ~ 1, data = domedata),  # starting point
  scope = Dist ~ Velocity + Angle + BallWt + BallDia + Cond, 
  direction = "forward", trace = FALSE)
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.