R/npde-package.R

#' 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
LAPKB/npde documentation built on Oct. 19, 2022, 2:10 p.m.