I am using BWGHT.DTA with a macro created as:
local bwghtvars bwght cigs faminc fatheduc motheduc parity male white
I thought I could use tabstat as follows:
tabstat `bwghtvars`
Unfortunately, it throws an error:
. tabstat `bwghtvars'
varlist required
r(100);
Isn't the macro a variable list?
Related Posts with Using tabstat with macro?
%e formatHi, I'm confused with the definition of %e format. I'm doing IV regression for panel data. I used …
sureg with standard errorsDear all, I use sureg to run regressions on 5 equations. The default from sureg command is t statis…
How to proceed with variables with Unit Root or non stationarity using fixed effects estimation??I have a data set of N=280 and T =60. I did fisher test for each of my 9 variables. Only two have un…
How to add inequality constraints to gologit2 modelHow can I run a constrained gologit2 model with inequality constraint ( Beta of x1 <= Beta of x2)…
How to plot wages by country , but for each country plot overlaid men and women wages?Suppose I want to plot wages of women and men by country. How can I do that? female and male wages a…
Subscribe to:
Post Comments (Atom)
0 Response to Using tabstat with macro?
Post a Comment