#' raschtreeMH: Helper functions to use the Mantel-Haenszel effect size measure as a stopping criterion in Rasch trees
#'
#' @docType package
#' @name raschtreeMH-package
#' @aliases raschtreeMH
#' @author Mirka Henninger
#'
#' @description Helper functions to use the Mantel-Haenszel effect size measure as a stopping criterion in Rasch trees
#'
#' @import psychotools
#' @import grid
#' @import stats
#' @importFrom difR mantelHaenszel
#' @importFrom utils capture.output
#' @importFrom utils head
#' @importFrom utils tail
#' @importFrom grDevices gray.colors
#' @importFrom graphics boxplot
#' @importFrom graphics hist
#' @export raschtree
#' @export mob
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.