Hi all,
I am trying to conduct K-fold cross validation for both Logistic and OLS regressions. Having read plenty online regarding this topic, the following appear to be my options.
for logistic regressions
or
for OLS regressions
I cannot use lasso as I do not have Stata 16. I can carry out the
commands but for the OLS options whenever I try to enter the command it simply rejects it stating command x is unrecognised, regarding the dependent variable. Was hoping someone may be able to assist me?
Thanks in advance,
Caleb
I am trying to conduct K-fold cross validation for both Logistic and OLS regressions. Having read plenty online regarding this topic, the following appear to be my options.
Code:
cvauroc
Code:
loocv
Code:
crossfold
I cannot use lasso as I do not have Stata 16. I can carry out the
Code:
cvauroc
Thanks in advance,
Caleb
Comment