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/fastR documentation built on Nov. 12, 2023, 12:26 p.m.