R/ls_gam_fit.R

Defines functions ls_gam_fit

Documented in ls_gam_fit

ls_gam_fit <- function(d){
  gam(launch_speed ~ s(plate_x, plate_z),
      data=d)
}
bayesball/CalledStrike documentation built on April 29, 2024, 6:21 p.m.