Home
last modified time | relevance | path

Searched refs:ystr1 (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
87 ystr1[iter->second] = phen_buf[i][mphen]; in fit_bivar_reml()
97 if (ystr1[i] != "NA" && ystr1[i] != "-9") { in fit_bivar_reml()
98 (_y.segment(0, n1))(j) = atof(ystr1[i].c_str()); in fit_bivar_reml()