Hello, I have 2 data frames, one is a training set, one is a validation set.
I want to create the logit model from the training set, and then run it against the validation set to get the classification results.
I ran:
Now I want to apply that model to beer_validation and run estat classification.
I am super new to Stata, to please be gentle. 😂
I want to create the logit model from the training set, and then run it against the validation set to get the classification results.
I ran:
Code:
frame change beer_training logit BeerPreference Gender Married Income Age estat classification
I am super new to Stata, to please be gentle. 😂
Comment