Home
last modified time | relevance | path

Searched refs:_ecojo_p_cutoff (Results 1 – 2 of 2) sorted by relevance

/dports/biology/gcta/gcta_1.26.0_src/
H A Dejma.cpp156 _ecojo_p_cutoff = p_cutoff; in run_ecojo_slct()
166 …lude.size() << " probes to select association signals ... (p cutoff = " << _ecojo_p_cutoff << "; "; in run_ecojo_slct()
177 …on on " << _e_include.size() << " probes at threshold p-value = " << _ecojo_p_cutoff << " ..." << … in run_ecojo_slct()
214 if (p_buf[m] >= _ecojo_p_cutoff) return; in ecojo_slct()
222 …if (_ecojo_p_cutoff > 1e-3) cout << "Performing forward model selection because the significance l… in ecojo_slct()
226 if (_ecojo_p_cutoff <= 1e-3) ecojo_slct_stay(slct, bC, bC_se, pC); in ecojo_slct()
233 if (_ecojo_p_cutoff > 1e-3) { in ecojo_slct()
249 if (pC_buf[m] >= _ecojo_p_cutoff){ in ecojo_slct_entry()
298 if(pJ[m] > _ecojo_p_cutoff){ in ecojo_slct_stay()
H A Dgcta.h560 double _ecojo_p_cutoff; variable