R/shift_post.R

Defines functions shift_post

Documented in shift_post

#' Return the shift functions
#'
#' @param fit An object of class anova_bnp_model.
#' @return A tibble with the following variables:
#' \itemize{
#'   \item group the group id.
#'   \item y the value of the response variable.
#'   \item the shift function evaluated at y, given the group.
#' }
#' @export
shift_post <- function(fit) {
  fit$shift_post
}
igutierrezm/ANOVABNPTestR documentation built on April 22, 2024, 3:24 a.m.