R/RcppExports.R

Defines functions credsetmat

Documented in credsetmat

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

#' Obtain credible sets from a matrix of posterior probabilities
#'
#' @param pp Matrix of posterior probabilities (one row for each simulation)
#' @param iCV A vector of the indices of the CV
#' @param threshold The threshold to use to generate the credible set
#' @export
credsetmat <- function(pp, iCV, threshold) {
    .Call('_corrcoverage_credsetmat', PACKAGE = 'corrcoverage', pp, iCV, threshold)
}

Try the corrcoverage package in your browser

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

corrcoverage documentation built on Dec. 7, 2019, 1:07 a.m.