Hello
I would like to perform bootstrap validation of a multivariable regression model, such as:
How can I do this in Stata? I do not know if this has already been asked before. If so, could someone point me to those resources/ references?
Thanks in advance for your help
I would like to perform bootstrap validation of a multivariable regression model, such as:
Code:
reg marks_end_year marks_beginning_year $student_characteristics i.discipline if year==1, base vce(robust)
Thanks in advance for your help
Comment