R/negligibility_test.R

#' Negligibility tests.
#'
#' @param formula A formula with the model to be tested.
#' @param term A string indicating the term to be tested.
#' @param epsilon A numeric.
#' @param data A data frame.
#'
#' @return An object of class "negligibility_test".
#' @export

negligibility_test <- function(formula, term, epsilon, data) {
  
}

#' @export
summary.negligibility_test <- function(x, ...) {
  
}
cedricbatailler/LIPmisc documentation built on May 15, 2019, 1:28 p.m.