#' #' Statistical analysis of groups
#' #'
#' immunr_permut <- function () {
#' stop(IMMUNR_ERROR_NOT_IMPL)
#' }
#'
#' # groups
#' immunr_mann_whitney <- function () {
#' stop(IMMUNR_ERROR_NOT_IMPL)
#' }
#'
#' immunr_kruskall <- function (.dunn = T) {
#' stop(IMMUNR_ERROR_NOT_IMPL)
#' }
#'
#' immunr_logreg <- function () {
#' stop(IMMUNR_ERROR_NOT_IMPL)
#' }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.