#' 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
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.