File: RcppExports.R

package info (click to toggle)
r-cran-lavasearch2 2.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,832 kB
  • sloc: cpp: 28; sh: 13; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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)
}