#' multiTreeR: R interface for performing analyses of MPT models using multiTree.
#'
#' TO fit an MPT model using multiTree in R use \code{\link{doMT}}
#'
#' multiTreeR calls java code, so the Java Runtime Environment has to be installed, get it here: \url{http://www.java.com}.
#' For details on multiTree, see \url{http://psycho3.uni-mannheim.de/multitree}
#'
#' @docType package
#' @name multiTreeR
#' @author Morten Moshagen
#' @references
#' Moshagen, M. (2010). multiTree: A computer program for the analysis of multinomial processing tree models. Behavior Research Methods, 42, 42-54.
#' @import rJava
#'
"_PACKAGE"
#library(devtools)
#devtools::document()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.