R/RcppExports.R

Defines functions wildBoot_cpp OLS2_cpp OLS_cpp

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

OLS_cpp <- function(X, y) {
    .Call(`_lavaSearch2_OLS_cpp`, X, y)
}

OLS2_cpp <- function(X, y) {
    .Call(`_lavaSearch2_OLS2_cpp`, X, y)
}

wildBoot_cpp <- function(iid, lsIndexModel, nSample, nObs, nModel, p) {
    .Call(`_lavaSearch2_wildBoot_cpp`, iid, lsIndexModel, nSample, nObs, nModel, p)
}

Try the lavaSearch2 package in your browser

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

lavaSearch2 documentation built on April 12, 2023, 12:33 p.m.