00001 00002 void C_GlobalTest(SEXP learnsample, SEXP weights, SEXP fitmem, SEXP varctrl, 00003 SEXP gtestctrl, double minsplit, double *teststat, double *criterion); 00004 void C_TeststatPvalue(const SEXP linexpcov, const SEXP varctrl, 00005 double *ans_teststat, double *ans_pvalue); 00006 void C_TeststatCriterion(const SEXP linexpcov, const SEXP varctrl, 00007 double *ans_teststat, double *ans_criterion);