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)
}

Try the modeLLtest package in your browser

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

modeLLtest documentation built on May 6, 2022, 1:05 a.m.