@Connor11 wrote:
Here is a picture of both of those requested. And the only reason why I posted the same question twice was because I noticed posted the question in the wrong section. I apologize for that.
We can move posts as needed.
Your second bit with all the errors has answers to your issues. Missing data sets to begin with. I am not sure but I think a few cases you might be confusing source data (goes on the Set statement) and the output data set name (goes on the DATA statement in a data step).
In your proc reg errors where it says "<Variable name" does not match the type" that is because Proc Reg only uses numeric variables. Period. It is the basic simple ordinary least squares regression. Character variables get into one or more of the other regression procedures that will deal with character categorical data.
... View more