R/RcppExports.R

Defines functions fast_two_by_two_binary_table_cpp eigen_compute_single_entry_of_diagonal_matrix_cpp eigen_det_cpp eigen_inv_cpp eigen_Xt_times_diag_w_times_X_cpp

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

eigen_Xt_times_diag_w_times_X_cpp <- function(X, w, n_cores) {
    .Call(`_fastLogisticRegressionWrap_eigen_Xt_times_diag_w_times_X_cpp`, X, w, n_cores)
}

eigen_inv_cpp <- function(X, n_cores) {
    .Call(`_fastLogisticRegressionWrap_eigen_inv_cpp`, X, n_cores)
}

eigen_det_cpp <- function(X, n_cores) {
    .Call(`_fastLogisticRegressionWrap_eigen_det_cpp`, X, n_cores)
}

eigen_compute_single_entry_of_diagonal_matrix_cpp <- function(M, j, n_cores) {
    .Call(`_fastLogisticRegressionWrap_eigen_compute_single_entry_of_diagonal_matrix_cpp`, M, j, n_cores)
}

fast_two_by_two_binary_table_cpp <- function(ybin, yhat) {
    .Call(`_fastLogisticRegressionWrap_fast_two_by_two_binary_table_cpp`, ybin, yhat)
}

Try the fastLogisticRegressionWrap package in your browser

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

fastLogisticRegressionWrap documentation built on Aug. 8, 2023, 5:13 p.m.