R/ahpgaussian.R

Defines functions ahpgaussian

Documented in ahpgaussian

#' @importFrom methods setRefClass new
#' @importFrom reshape2 melt dcast
#' @importFrom graphics barplot text
#' @importFrom stats ave reorder sd
#' @docType package
#' @name ahpgaussian
#' @export

ahpgaussian <- function(x)
  UseMethod('ahpgaussian', x)

Try the AHPGaussian package in your browser

Any scripts or data that you put into this service are public.

AHPGaussian documentation built on July 9, 2023, 7:40 p.m.