R/RcppExports.R

Defines functions gowerDind whichminN gowerd

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

gowerd <- function(dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants) {
    .Call('_VIM_gowerd', PACKAGE = 'VIM', dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants)
}

whichminN <- function(xR, nR, returnValue) {
    .Call('_VIM_whichminN', PACKAGE = 'VIM', xR, nR, returnValue)
}

gowerDind <- function(dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants, nR, returnMinR) {
    .Call('_VIM_gowerDind', PACKAGE = 'VIM', dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants, nR, returnMinR)
}

Try the VIM package in your browser

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

VIM documentation built on Aug. 25, 2022, 5:07 p.m.