Hello,
I am in desperate need for some help for my thesis regarding Stata.
I would like to make use of the outreg2 command. However, when I use this command and specify the variables that should be kept, he ignores these variables and creates a list of all variables after which I get the notion that
I attempted to create a matrix with too many variables. However, I do not even want that much variables, however the code doesn't listen to my commands to keep only certain variables.
I used the following command:
outreg2 using x.doc, replace sum(log) keep(var x var y var z)
What is wrong with this way of typing which variables should be kept?
Thanks in advance!
Related Posts with outreg2 keep option does not work
Rolling sum based on a dummy and if conditionI can't figure out how to implement the following for this dataset: Code: * Example generated by …
min number of observations per groups (xtabond2)Hello Statalists, I'm working on an unbalanced panel data from 2004 to 2015, I'm using two-step Syst…
date and time difficultHello Statalist, I apologize for posting a date/time question, but I have been unable to find my pro…
Adding labels to only some columns of an histogramDear Statalisters, This is a very simple question. I am using Stata 14. I am doing an histogram w…
Weighted Least Squares RegressionDear Statalisters, I am currently working on a project with cross-country data. In order to examine…
Subscribe to:
Post Comments (Atom)
0 Response to outreg2 keep option does not work
Post a Comment