R/RcppExports.R

Defines functions gglepagecucconiall gglepagecucconi ggrankall ggrank ggxbarsall ggxbars ggstepfactor ggdotrsp ggglrchart ggscore2mshewhart ggclassicmshewhart ggdepthranks ggrscore MPHASE1 alasso

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

alasso <- function(x, y, gamma, P) {
    .Call('_dfphase1_alasso', PACKAGE = 'dfphase1', x, y, gamma, P)
}

MPHASE1 <- function(xx, isolated, step, ncp, lmin, nperm) {
    .Call('_dfphase1_MPHASE1', PACKAGE = 'dfphase1', xx, isolated, step, ncp, lmin, nperm)
}

ggrscore <- function(x, score, within, iter = 30L) {
    .Call('_dfphase1_ggrscore', PACKAGE = 'dfphase1', x, score, within, iter)
}

ggdepthranks <- function(x, L = 1000L) {
    .Call('_dfphase1_ggdepthranks', PACKAGE = 'dfphase1', x, L)
}

ggclassicmshewhart <- function(x, stat, score, L = 1000L) {
    .Call('_dfphase1_ggclassicmshewhart', PACKAGE = 'dfphase1', x, stat, score, L)
}

ggscore2mshewhart <- function(x, stat, L = 1000L) {
    .Call('_dfphase1_ggscore2mshewhart', PACKAGE = 'dfphase1', x, stat, L)
}

ggglrchart <- function(x, onlymean = FALSE, L = 1000L) {
    .Call('_dfphase1_ggglrchart', PACKAGE = 'dfphase1', x, onlymean, L)
}

ggdotrsp <- function(ripar, rry) {
    .Call('_dfphase1_ggdotrsp', PACKAGE = 'dfphase1', ripar, rry)
}

ggstepfactor <- function(m, level, rsteps) {
    .Call('_dfphase1_ggstepfactor', PACKAGE = 'dfphase1', m, level, rsteps)
}

ggxbars <- function(x, aggr_with_mean, L) {
    .Call('_dfphase1_ggxbars', PACKAGE = 'dfphase1', x, aggr_with_mean, L)
}

ggxbarsall <- function(n, m, aggr_with_mean, rep) {
    .Call('_dfphase1_ggxbarsall', PACKAGE = 'dfphase1', n, m, aggr_with_mean, rep)
}

ggrank <- function(x, L) {
    .Call('_dfphase1_ggrank', PACKAGE = 'dfphase1', x, L)
}

ggrankall <- function(n, m, rep) {
    .Call('_dfphase1_ggrankall', PACKAGE = 'dfphase1', n, m, rep)
}

gglepagecucconi <- function(x, L, lepage) {
    .Call('_dfphase1_gglepagecucconi', PACKAGE = 'dfphase1', x, L, lepage)
}

gglepagecucconiall <- function(n, m, rep, lepage) {
    .Call('_dfphase1_gglepagecucconiall', PACKAGE = 'dfphase1', n, m, rep, lepage)
}

Try the dfphase1 package in your browser

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

dfphase1 documentation built on July 9, 2023, 7:29 p.m.