R/regWO.R

Defines functions regWO

Documented in regWO

#' A generic function for win odds regression
#'
#' @param x an object used to select a method.
#' @param ... further arguments passed to or from other methods.
#'
#' @return a data frame containing calculated values.
#' @export
#' @md
#' @seealso [hce::regWO.data.frame()]  methods.
regWO <- function(x, ...) {
  UseMethod("regWO")
}

Try the hce package in your browser

Any scripts or data that you put into this service are public.

hce documentation built on Oct. 16, 2024, 9:06 a.m.