So I was running a regression on Stata, and I get slightly different outputs depending on if I put "r" at the end of my code.
For example:
regress salary age gender location education
differs slightly from
regress salary age gender location education, r
What does this "r" do at the end?
I noticed that when I used "r", the output has the title of Linear Regression, and without "r" it doesn't say anything.
Any thoughts?
For example:
regress salary age gender location education
differs slightly from
regress salary age gender location education, r
What does this "r" do at the end?
I noticed that when I used "r", the output has the title of Linear Regression, and without "r" it doesn't say anything.
Any thoughts?