R/tukeyGH-package.R

#' Tukey's g-and-h probability distribution
#'
#' @encoding UTF-8
#'
#' @docType package
#' @name tukeyGH-package
#' @aliases tukeyGH-package
#'
#' @import magrittr
#'
#' @importFrom rootSolve uniroot.all
#' @importFrom stats median nlm pnorm qnorm quantile
#' @importFrom utils flush.console
#'
"_PACKAGE"

utils::globalVariables('.')

Try the tukeyGH package in your browser

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

tukeyGH documentation built on April 10, 2021, 9:06 a.m.