Hello all;
Anybody know how to transform the following SPSS command into a STATA command?
Thank you
USE ALL.
COMPUTE filter_$=(B8_under5 = 1 | B8_under5 = 2 | B8_under5 = 3).
VARIABLE LABELS filter_$ 'B8_under5 = 1 | B8_under5 = 2 | B8_under5 = 3 (FILTER)'.
VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'.
FORMATS filter_$ (f1.0).
FILTER BY filter_$.
EXECUTE.
Related Posts with SPSS Command to STATA
Two-way graph using "Separate" and "Collapse"Hi all, I am trying to graph the mean of net transfer per household by age and the foreigner dummy. …
Power analysis for conjoint survey experiments. (forced choice)Hello, I am planning a conjoint survey experiment and would like to perform some power calculations…
-xtset panel time-: What does the time variable do?I don't understand what the time variable does in -xtset panel time-. I first thought that it incorp…
Aggregating monthly time series data into a yearly time series, and calculating the product of probabilityHello all, I would like to calculate the product of probabilities of annual coup risk based on the…
Problems trying to estimate a dose response function (doseresponse2)Hi all. I have a panel dataset with socio-economic and political information on Brazilian municipali…
Subscribe to:
Post Comments (Atom)
0 Response to SPSS Command to STATA
Post a Comment