R/RcppExports.R

Defines functions cvll_rlm_mm cvll_rlm_m cvll_ols cvll_mr

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

cvll_mr <- function(x, y, n_row, n_col) {
    .Call('_modeLLtest_cvll_mr', PACKAGE = 'modeLLtest', x, y, n_row, n_col)
}

cvll_ols <- function(x, y, n_row, n_col) {
    .Call('_modeLLtest_cvll_ols', PACKAGE = 'modeLLtest', x, y, n_row, n_col)
}

cvll_rlm_m <- function(x, y, n_row, n_col) {
    .Call('_modeLLtest_cvll_rlm_m', PACKAGE = 'modeLLtest', x, y, n_row, n_col)
}

cvll_rlm_mm <- function(x, y, n_row, n_col) {
    .Call('_modeLLtest_cvll_rlm_mm', PACKAGE = 'modeLLtest', x, y, n_row, n_col)
}
ShanaScogin/modeLLtest documentation built on May 8, 2022, 9:17 a.m.