Home
last modified time | relevance | path

Searched refs:pve_se_null (Results 1 – 3 of 3) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.h175 double pve_null, pve_se_null, pve_total, se_pve_total; variable
H A Dgemma.cpp2738 cPar.pve_null, cPar.pve_se_null); in BatchRun()
2925 cPar.pve_se_null); in BatchRun()
3035 cPar.pve_se_null); in BatchRun()
3393 outfile << "## se(pve) in the null model = " << cPar.pve_se_null << endl; in WriteLog()
H A Dparam.cpp1253 cout << "se(pve) =" << pve_se_null << endl; in PrintSummary()