Hello statalist community,
For OLS, we write the function of the model as y=b0+b1X1+.....+bnXn+e. Likewise, will anyone be able to help me write xthybrid model function in the methodology section of the paper?
The command I have run is
Regards,
Ajay
For OLS, we write the function of the model as y=b0+b1X1+.....+bnXn+e. Likewise, will anyone be able to help me write xthybrid model function in the methodology section of the paper?
The command I have run is
xthybrid Positive_disc01 stud_SCST stud_OBC Teach_SCST Teach_OBC Teach_nature_1 Teach_nature_2 Teach_gender_1 course1_com course1_eco course1_eng course1_hin course1_his course1_mat course1_pol sem_1 sem_2 sem_3 sem_4 sem_5 attendence_percent , clusterid ( group_teacherID_paper ) se test p star link(logit) family(bernoulli)
Ajay