Home
last modified time | relevance | path

Searched refs:_flag_CC2 (Results 1 – 4 of 4) sorted by relevance

/dports/biology/gcta/gcta_1.26.0_src/
H A Dbivar_reml.cpp135 _flag_CC2 = check_case_control(_ncase2, y2); in fit_bivar_reml()
136 if (_flag_CC2) cout << "for trait #2" << endl; in fit_bivar_reml()
139 …if ((_flag_CC && prevalence<-1) || (_flag_CC2 && prevalence2<-1)) cout << "Note: we can specify th… in fit_bivar_reml()
H A Dest_hsq.cpp701 if ((_flag_CC && prevalence>-1) || (_flag_CC2 && prevalence2>-1)) { in reml()
705 …if (_flag_CC2) cout << "Proportion of cases in the sample = " << _ncase2 << " for trait #2; User-s… in reml()
708 …if (_flag_CC2) cout << _hsq_name[j + 1] << "_L\t" << transform_hsq_L(_ncase2, prevalence2, Hsq[_bi… in reml()
H A Dgcta.h485 bool _flag_CC2; variable
H A Ddata.cpp39 _flag_CC2 = false; in gcta()
71 _flag_CC2 = false; in gcta()