a | b/partyMod/src/IndependenceTest.h | ||
---|---|---|---|
1 | |||
2 | void C_GlobalTest(SEXP learnsample, SEXP weights, SEXP fitmem, SEXP varctrl, |
||
3 | SEXP gtestctrl, double minsplit, double *teststat, double *criterion, int depth); |
||
4 | void C_TeststatPvalue(const SEXP linexpcov, const SEXP varctrl, |
||
5 | double *ans_teststat, double *ans_pvalue); |
||
6 | void C_TeststatCriterion(const SEXP linexpcov, const SEXP varctrl, |
||
7 | double *ans_teststat, double *ans_criterion); |