Combine-internal: Internal Functions and Methods

Description Usage

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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)

Combine documentation built on May 29, 2017, 2:51 p.m.