#' Compute the npde.
#'
#' This package contains functions to compute an npde.
#'
#' @name npde-package
#' @aliases npde
#' @docType package
#' @author Michael Neely MD
#' \url{http://www.lapk.org}
#' @keywords package
#'
#' @importFrom grDevices dev.off jpeg pdf png postscript
#' @importFrom graphics abline boxplot hist lines par
#' points polygon rect segments
#' @importFrom methods new show validObject
#' @importFrom stats anova cor.test cov dnorm
#' kruskal.test ks.test lm pchisq qnorm
#' qqline qqnorm qqplot quantile rnorm runif
#' sd shapiro.test t.test var wilcox.test
#' @importFrom utils head read.table write.table
#' @importFrom mclust Mclust
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.