R/RcppExports.R

Defines functions cpp_pmultinorm cpp_calc_critical

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

cpp_calc_critical <- function(r, lower, upper, error_spend, information, theta, side) {
    .Call('_gscounts_cpp_calc_critical', PACKAGE = 'gscounts', r, lower, upper, error_spend, information, theta, side)
}

cpp_pmultinorm <- function(r, lower, upper, information, theta) {
    .Call('_gscounts_cpp_pmultinorm', PACKAGE = 'gscounts', r, lower, upper, information, theta)
}

Try the gscounts package in your browser

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

gscounts documentation built on Nov. 2, 2021, 9:07 a.m.