R/RcppExports.R

Defines functions lmtest mtest tmtest ltmtest sl traverse sumlog

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

sumlog <- function(n1, n2) {
    .Call('_mtest_sumlog', PACKAGE = 'mtest', n1, n2)
}

traverse <- function(l) {
    .Call('_mtest_traverse', PACKAGE = 'mtest', l)
}

sl <- function(from) {
    .Call('_mtest_sl', PACKAGE = 'mtest', from)
}

ltmtest <- function(l, v, cutoff, nss, sus, vo) {
    .Call('_mtest_ltmtest', PACKAGE = 'mtest', l, v, cutoff, nss, sus, vo)
}

tmtest <- function(l, v, cutoff, nss, sus, vo) {
    .Call('_mtest_tmtest', PACKAGE = 'mtest', l, v, cutoff, nss, sus, vo)
}

mtest <- function(l, cutoff, rw = 1L, cl = 1L) {
    .Call('_mtest_mtest', PACKAGE = 'mtest', l, cutoff, rw, cl)
}

lmtest <- function(l, cutoff, rw = 1L, cl = 1L) {
    .Call('_mtest_lmtest', PACKAGE = 'mtest', l, cutoff, rw, cl)
}
vqf/mtest documentation built on Dec. 23, 2021, 4:11 p.m.