LFDR.MLE-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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
MakeNames(x, nmvar = c("X", "I"), ...)
are(object, class2)
	are_null(object)
are_prob(object, ...)

assert.are(object, class2,
	 ...)
assert.is(object, class2, text = "")
est2list(x)
	get_groups(n.features, n.null, n.groups)
get_n.groups(n.features, n.null,
	 group.size)
get_null.groups(n.null, null.n.groups)
get_null.n.groups(n.null,
	 null_group.size)
get_simulated_W(n.features, true.p0, list.ncp1,
	 rFUN, df)
is_any(object, class2)
is_err(object)
is_error(object)
	is_unk(object)
is_vide(object)


lfdr.hats(stat = NULL, lfdr.fun = "lfdr.mle",
	 dFUN = dabsTd, lower.ncp = 0.001, upper.ncp = 20, lower.p0 = 0,
	 upper.p0 = 1, fixed.p0 = NULL, fixed.ncp = NULL, d0 = 0, v = 1,
	 w = 1, ...)
make_labels(n, nmvar = c("X"), n.ini = 1)


new_est.lfdrmle(LFDR.hat,
	 p0.hat, ncp.hat, stat, method = NULL, info = list())
nsize(x)
rFUN_generator(base_rFUN, ...)
sameAsX_names(x = NULL, y = NULL)
simulated_W(n.features, n.null, rFUN = rFUN_generator(rchisq), true.ncp1, df,
	 N = (n.features - n.null), sided = ifelse(identical(rFUN,
	 rFUN_generator(rchisq)), 1, 2), logic = TRUE)
vect2string(x, sep = "", ...)
	vectorized.dabsTd(ncp, ...)
ye.mle(W, df, dFUN = dabsTd, lower.ncp = 0.001,
	 upper.ncp = 20, lower.p0 = 0, upper.p0 = 1, d0 = 0, fixed.ncp = NULL,
	 fixed.p0 = NULL, ...)

LFDR.MLE documentation built on Oct. 2, 2019, 5:02 p.m.