I have divided my data in to training set (0) and validation (1) set using variable valid
TRAINING SET
logit outcome var1 var2 var3 if valid==0
lroc
How do I get the coefficients from training set to run logistic regression on validation set?
logit ??? if valid==1
Can I output a confusion matrix after this?
Sorry to trouble
TRAINING SET
logit outcome var1 var2 var3 if valid==0
lroc
How do I get the coefficients from training set to run logistic regression on validation set?
logit ??? if valid==1
Can I output a confusion matrix after this?
Sorry to trouble
Comment