R/pairwiseDifferences.r

Defines functions pairwiseDifferences

Documented in pairwiseDifferences

#' @title [Defunct!] Pairwise differences for unreplicated CBD
#' @description Defunct. Calculates the differences in the response variable
#'              for each pair of levels of a grouping variable 
#'              in an unreplicated complete block design.
#' @param ... Anything.
#' @return NULL
#' @export
pairwiseDifferences <- function(...) {
  .Defunct(
    msg = "'pairwiseDifferences' is defunct.")
}

Try the rcompanion package in your browser

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

rcompanion documentation built on Sept. 17, 2023, 5:07 p.m.