Combine (version 1.0)

internals: Internal Functions and Methods

Description

These functions are for internal use and/or for upcoming packages or not yet documented.

Usage

combine.prob(x, y, tolerance = 0.005, independent = TRUE, ...) divergence.Bernoulli(P1, P2, base = exp(1), nsample = numeric(0), independent = !is_nothing(nsample), na.rm = logical(0), verbose = FALSE)
ncombination.prob(object, lower.plausible = 0, upper.plausible = 1, method.name = character(0), nsample = numeric(0), independent = !is_nothing(nsample), tolerance = 0.005, verbose = FALSE, arithmetic = TRUE, call.browser = FALSE, loss.type = "information", ...) new_combination.prob(object, weight) new_est.combi(x = NULL, probs, independent = F, method = character(0), info = list()) new_plot_probs.to.combine(object, comb.prob) new_probs.to.combine(object, method.name = character(0)) nplot_probs.to.combine(object, method.name = character(0), lty = 2:length(object), legend.x = "bottomright", type = "l", col = 2:length(object), lwd = if (type == "l") 4 else 1, comb.prob = numeric(0), comb.lty = 1, comb.col = 1, verbose = FALSE, ...) nprobs.to.combine(object, method.name = character(0)) nrbind(x, y = NULL, inter = FALSE)

Arguments