R/split_LR.R

Defines functions split_LR

Documented in split_LR

split_LR <- function(sc){
  scnew <- split(sc, sc$p_throws)
  names(scnew) <- c("p_throws: L",
                    "p_throws: R")
  scnew
}
bayesball/CalledStrike documentation built on April 29, 2024, 6:21 p.m.