R/RcppExports.R

Defines functions fast_demean demean_center

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

demean_center <- function(zz, rows, cols, m) {
    .Call('_CRTConjoint_demean_center', PACKAGE = 'CRTConjoint', zz, rows, cols, m)
}

fast_demean <- function(zz, rows, cols) {
    .Call('_CRTConjoint_fast_demean', PACKAGE = 'CRTConjoint', zz, rows, cols)
}

Try the CRTConjoint package in your browser

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

CRTConjoint documentation built on June 9, 2022, 9:06 a.m.