R/GSAfisher.R

Defines functions GSAfisher

Documented in GSAfisher

#' A GSAfisher Function
#'
#' This function acts as a foundation to the other methods
#' @param obj The object you want to calculate the Fischer value
#' @keywords GSAfisher
#' @export
#' @examples
#' GSAfisher()

GSAfisher <- function(obj,...) {
  UseMethod("GSAfisher")
  class(obj) <- "GSAfisher"
}
obaeza16/oscar.baeza.package documentation built on June 5, 2020, 12:34 a.m.