Home
last modified time | relevance | path

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

/dports/biology/gcta/gcta_1.26.0_src/
H A Dbivar_reml.cpp79 vector<string> ystr1(_n), ystr2(_n); in fit_bivar_reml() local
88 ystr2[iter->second] = phen_buf[i][mphen2]; in fit_bivar_reml()
104 if (ystr2[i] != "NA" && ystr2[i] != "-9") { in fit_bivar_reml()
105 (_y.segment(n1, n2))(k) = atof(ystr2[i].c_str()); in fit_bivar_reml()