Hi Allin,
I noticed a line of code that I didn’t know was possible from your response earlier:
"ols lwage 0 log(wage) —simple”
I can’t seem to find reference to what is acceptable and what is not on the ols command
line.
Here you’ve invoked a function on the command line, i.e. log(wage), not a existing series’
name.
Other transformation is also possible, such as ols y 0 y(-1 to 4) that I’ve noticed.
This raises a question about the nature of the indepvars in the ols documentation.
What other command line transformation that is possible without creating a new variable
first?
Where are they documented?
Thanks in advance.
Fred