R/hypothesize.R

Defines functions hypothesize

Documented in hypothesize

#' Construct hypotheses.
#'
#' @param x An object.
#' @param ... Other arguments passed to methods
#'
#' @section Methods:
#' \Sexpr[stage=render,results=rd]{generics:::methods_rd("hypothesize")}
#'
#' @export
hypothesize <- function(x, ...) {
  UseMethod("hypothesize")
}
tidymodels/modelgenerics documentation built on Nov. 1, 2023, 2:30 a.m.