DEDS-internal              package:DEDS              R Documentation

_I_n_t_e_r_n_a_l _D_E_D_S _f_u_n_c_t_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

     Internal DEDS functions

_U_s_a_g_e:

     deds.checkB(classlabel, B, verbose = TRUE)
     deds.checkothers(tail = "abs", distance = "weuclid", adj = "fdr")
     deds.checkclasslabel(classlabel, tests)
     deds.checkX(X, classlabel, tests, nsig = nrow(X), B)
     test.checkX(X, classlabel, test)
     deds.calcFDR(bD, D, R, K = length(D))
     deds.calcAdjP(bD, D, R, K = length(D))
     deds.next.sample(L)
     type2test(tail = c("abs", "higher", "lower"), distance = c("weuclid",
     "euclid"), adj = c("fdr", "adjp"), L)
     sam.fdr(order.t, ordertB, deltas)
     sam.multiclass.func(X, L, prob = 0.5, B = 200, stat.only = TRUE,
     verbose = FALSE, s.step=0.01, alpha.step=0.01, plot.it=FALSE)
     sam.twoclass.func(X, L, prob = 0.5, B = 200, stat.only = TRUE,
     verbose = FALSE, s.step=0.01, alpha.step=0.01, plot.it=FALSE)
     sam.oneclass.func(X, L, prob = 0.5, B = 200, stat.only = TRUE,
     verbose = FALSE, s.step=0.01, alpha.step=0.01, plot.it=FALSE)
     sam.s0(r, s, s.step = 0.01, alpha.step = 0.01, plot.it = FALSE)
     euclidean(X, center, wval)

_D_e_t_a_i_l_s:

     These are not to be called directly by the user.

