R/RcppExports.R

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

myseq <- function(start, end, by) {
    .Call('_dfConn_myseq', PACKAGE = 'dfConn', start, end, by)
}

boot_func <- function(Boot, sw_mat, Z_mat, L) {
    .Call('_dfConn_boot_func', PACKAGE = 'dfConn', Boot, sw_mat, Z_mat, L)
}

mm_func <- function(Xjj, F, mm, n_boot, window_size = 20L, n_sig = 750L) {
    .Call('_dfConn_mm_func', PACKAGE = 'dfConn', Xjj, F, mm, n_boot, window_size, n_sig)
}

boot_cjj_func <- function(Xjj, MLPB3, boot_rep = 250L, n_boot = 1L, n_sig = 750L, window_size = 20L) {
    .Call('_dfConn_boot_cjj_func', PACKAGE = 'dfConn', Xjj, MLPB3, boot_rep, n_boot, n_sig, window_size)
}

a_func <- function(bootjj, up_limit = 731L, n_sig = 750L, window_size = 20L) {
    .Call('_dfConn_a_func', PACKAGE = 'dfConn', bootjj, up_limit, n_sig, window_size)
}

bootcjj <- function(X, MLPB3, up_limit = 731L, window_size = 20L, boot_rep = 250L, n_boot = 1L, n_sig = 750L) {
    .Call('_dfConn_bootcjj', PACKAGE = 'dfConn', X, MLPB3, up_limit, window_size, boot_rep, n_boot, n_sig)
}

Try the dfConn package in your browser

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

dfConn documentation built on June 14, 2019, 1:02 a.m.