R/RcppExports.R

Defines functions criticalvalue pv getL

Documented in criticalvalue getL pv

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

getL <- function(ub, lb, level) {
    .Call(`_ctgt_getL`, ub, lb, level)
}

pv <- function(x, lam) {
    .Call(`_ctgt_pv`, x, lam)
}

criticalvalue <- function(lam, alpha = 0.05) {
    .Call(`_ctgt_criticalvalue`, lam, alpha)
}

Try the ctgt package in your browser

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

ctgt documentation built on June 7, 2021, 5:08 p.m.