I have a large dataset and ran a multiple regression with a large number of (but not all) available variables. I am trying to run a simple regression for comparison and need to use the same observations as those in the multiple regression.
What is the easiest/best way to do this? I was thinking I could create a subset containing just complete observations on the variables in the multiple regression and run both the multiple regression and simple regression on that subset, but I can't figure out how to do that.
Perhaps there is an even easier way to just identify and 'select' the observations used in the multiple regression?
I have done some extensive googling on the subject but can't find a solution so far.