Stata is a commercial general-purpose statistical software. Stata is available for Windows, Mac and Unix systems. Stata's capabilities include data management, statistical analysis and graphics.
3
votes
1answer
48 views
creating tags for a script language for easy browsing in vim
I use ctags+Vim for a lot of my projects and I really like the ability to easily browse through large chunks of code quickly.
I am also using Stata, a statistical package, which has a script ...
3
votes
0answers
63 views
R to Stata: Exporting dataframe with variable labels
I have a dataset in R to which I applied variable labels using the {Hmisc} package. However, when I export the dataset to Stata (using the write.dta function in the {foreign} package), the variable ...
1
vote
2answers
46 views
How to obtain a confidence interval for the difference in two proportions in Stata
I would like to obtain a confidence interval for the difference in two proportions.
For example
webuse highschool
tab race sex, col chi2
1=white, |
2=black, | 1=male, 2=female
3=other | ...
7
votes
3answers
153 views
How to open a .dat file (ASCII)?
I tried to open a .dat file using Stata, and it actually opened, but the data set was a complete mess. I took the file from NBER (CPS data)...
click on the A icon of the year 1964 March.
I tried the ...
0
votes
2answers
57 views
Stata: Linear Regression With Over 11,000 Dummy Variables
I'm trying to run a panel regression with over 11,000 dummy interaction terms. My regression looks like this:
xi: reg Y i.county*i.year
where i.county*i.year represents interaction of dummy ...
0
votes
1answer
67 views
Stata - Tobit - Lagrange Multiplier Test
Community,
I am running a left- and right-censored tobit regression model. The dependent variable is the proportion of cash used in M&A transactions running from 0 to 1.
I assume ...
1
vote
1answer
46 views
How to graph a tendency line in a discontinued regression in stata?
I need to graphicate a scatter plot of a time series variables that is static in every year (the plot is actually a bunch of vertical lines). And I need to create a tendency line that shows the ...
-8
votes
0answers
178 views
How to export dates from Stata to Excel? [closed]
I am using the xmlsave command in Stata to export the Stata file (.dta) to Excel (.xml). For this purpose, I use the date format in Stata as %td.
The problem I encountered when exporting data is ...
0
votes
1answer
38 views
Insheet a Specific Variable in Delimited Data in Stata
I have data in a .txt in which the variables are delimited by the symbol | and the first row contains the variable names. I have successfully insheeted the data as:
insheet using "filename.txt", ...
0
votes
1answer
21 views
Output matrix in the user command concindexi in Stata
This is in regard to the user command Concindexi in Stata which is used for the computation of concentration index. The definition and details regarding Concindexi are not necessary for answering the ...
0
votes
1answer
50 views
how can I rank observations within groups in Stata in descending order
I have district level data grouped witin town level data with voter turnout .I want to regroup or rank the towns with highest voter turnout in each district.
-3
votes
0answers
22 views
Loop with Oaxaca Regressions and wage regression [duplicate]
I am trying to look at the effect of a reform. What is needed from me is to run my oaxaca decomposition regressions for each age by gender in order to see the effects of the reform on various ages and ...
-3
votes
1answer
48 views
Unable to interpret LOOP Results [closed]
I have never used loop before but I am looking at the change of gender wage differential in Vietnam after the implementation of the Doi Moi Reform in 1986. I conducted Oaxaca decompositions but my ...
0
votes
2answers
39 views
Find out the column number in which Maxima occur in a matrix in Mata in a for-loop
My purpose is not to find out what the maximum value is but the column number(S) in which the maximum occurs when generated different random numbers ~N to the entire column elements of the row.
A ...
1
vote
2answers
55 views
How to get running maximum in Stata?
I would like to get the running maximum by writing Stata code.
I think I am quite close:
gen ctrhigh`iv' = max(ctr, L1.ctr, L2.ctr, L3.ctr, ..., L`iv'.ctr)
As you can see, my data are time series ...
0
votes
2answers
50 views
Stata Matrix Creation Assign value
To create a matrix M= (N*50)
matrix m=J(N,50,.)
Since I want to change the number of observation overtime, how to I set N=number of observations?
How to specific each element of the matrix, e.g. ...
-1
votes
1answer
59 views
Stata rnormal()
I want to generate a fixed random variable ~N(0,10) for every observation for future computation.
gen X=rnormal (0,10)
list X
Blank
How can I see what value of X is being generated?
1
vote
1answer
37 views
How to constrain parameters in regression models in STATA?
I am looking for a way to impose constraints on some of the parameters in a regression model in STATA. More specifically, it is a FE panel data model estimated with XTREG. I have searched the ...
1
vote
1answer
59 views
Ordering a varlist in Stata code
I see the following as a programming exercise, rather than a statistically grounded way of doing things.
Basically, I'd like to run N logistic regressions with one predictor variable and then for ...
-1
votes
1answer
56 views
Stata: Observation-pairwise calculation
input X group
21 1
62 1
98 1
12 2
87 2
end
Now I try to calculate a measure as follows:
$$ \sum_{g} \left | X_{ig}-X_{jg} \right | $$
,where $i$ or $j$ ($i \neq j$) indexes an observation. g ...
3
votes
2answers
90 views
What command in STATA12 do I use to interpret the coefficients of the Limited Dependent Variable model?
I am running the following code:
oprobit var1 var2 var3 var4 var5 var2##var3 var4##var5 var6 var7 etc.
Without the interaction terms I could have used the following code to interpret the ...
3
votes
1answer
74 views
What does interaction of continuous and categorical variable represent (STATA)?
Here is the quote fom STATA online tutorial: If you want to interact a continuous variable with a factor variable, just prefix the continuous variable with .c ...
0
votes
2answers
79 views
unique identifier in data.table
I have a data.table with 11 variables and 200,000+ rows. I am trying to find the unique identifier (in other words, key) in this data.table.
I am looking for something like isid in Stata, which ...
0
votes
1answer
65 views
Bioprobit - the covariance matrix of the Beta’s
I am comparing weights of credit rating determinants across Moody's and S&P's.
The goal of doing the bioprobit analysis is then to do a test whether the beta coefficients are the same between ...
0
votes
2answers
62 views
Construct new variable from given 5 categorical variables in STATA
I have 5 categorical outcome variables, for this moment I decided to drop Don't Know answers keeping only Yes/No, so that these variables are binary.
To be able to perform regression analysis, my ...
0
votes
1answer
24 views
Prevent gVim from returning control to command line (when called from Stata)
When I call gVim from Stata with shell (or equivalently with !) Stata doesn't wait for the command to finish and continues on with the .do file. I usually specify a short sleep and everything works ...
0
votes
1answer
37 views
getting values return by commands in stata
I am trying to run the reg and geting back the coefficient values in Stata. I did the following. Assume that y is dependent variable, k,l,m,n are independent variables, and there is a new variable new ...
0
votes
1answer
130 views
How to add a common prefix to all variables in Stata 12
I have 100 variables in a .dta file and I would like to add a prefix "1" before each variable name. Looking at the documentation it looks like I have to use =. but that requires to specify which ...
-2
votes
1answer
541 views
Is there a free Stata trial available somewhere? [closed]
.
Hello, everyone!
Does anyone know a way to download a free trial of Stata? I've scoured their website (and tried Google), but everything I found required someone else's purchased DVD and, ...
1
vote
1answer
185 views
STATA: error factor variables and time-series operators not allowed
I want to export data from STATA into a csv-file:
outsheet "$dirLink/analysis.csv", replace comma
but I got the following error message:
factor variables and time-series operators not allowed
...
1
vote
0answers
140 views
Debugging capability in R-studio and Stata
I am not sure whether I should post my question here. Please flag it as inappropriate if it is not relevant.
I would like to know why we don't have the debugging capability in R-Studio and Stata as ...
1
vote
1answer
49 views
Data precision in Stata
This is the trivial problem and I just wanted to know what is happening here.
Following is my sample data for which I am trying to find the row max in stata
x1 x2 x2
...
0
votes
1answer
75 views
Obtain value corresponding to max value of another variable in Stata
Is it possible to obtain in Stata the observation value in one variable that corresponds to the max of another variable? (Something similar to this in SQL).
Edit: You are right, Nick. I was light on ...
-1
votes
1answer
82 views
How can I store a list of variable names in Stata when the list is longer than 244 characters?
I'm writing a Stata plugin, and the plugin needs to know the order of variables to access data. To deal with this, I built a C++ function that searches a macro containing the variable list for the ...
1
vote
2answers
82 views
I would like to re-create this STATA command in R, by Area Sex and Age: keep if (Infected==1) | ((_n<=1*ncases) & (Infected==0))
I would like to re-create this STATA command in R
by Area Sex Age: keep if (Infected==1) | ((_n<=1*ncases) & (Infected==0))
This is for a matched case control study
My dataframe ...
2
votes
0answers
81 views
How to tackle r(1400) error?
I'm estimating the demand for several food items using Almost Ideal Demand System. There, I have to do censoring using Multivariate Tobit model.
I used the following code & it returned an error ...
0
votes
4answers
89 views
imputting the value in R and stata
I have a data which I called sam.data as follows:
dput(sam.data)
structure(list(idn = c(1L, 2L, 3L, 4L, 5L, 6L, 66L, 62L, 7L,
81L, 68L, 72L), n1 = c(1L, 2L, 3L, 4L, 5L, 6L, 6L, 6L, 7L, 7L,
7L, ...
1
vote
2answers
84 views
How to remove all observations before this one in STATA?
Using STATA, I would like to drop all observations that come prior to the current one if a certain criterion is met.
To be exact, in this sample I would like to drop all observations that appear ...
0
votes
1answer
60 views
Ignoring weekends when using time series operators in STATA
Is it possible to tell STATA to ignore saturdays and sundays when using time series operators such as L and F?
For example, consider this dataset:
date price L1.price / L2.price (currently) ...
1
vote
1answer
57 views
Stata: How to top-code a variable
Using the auto.dta data, I want to top-code the PRICE variable at the median of top X%. For example, X% could be 3%, 4%, etc. How can I do this in Stata?
3
votes
3answers
155 views
R equivalent of Stata local or global macros
I am a Stata user trying to learn R. I have a couple of lengthy folder paths which, in my Stata code, I stored as locals. I have multiple files in both those folders to use in my analysis. I know, in ...
0
votes
1answer
55 views
Stata: Variable type (8-digit numbers)
input a
88888888
99999999
end
export excel a.xlsx, replace
Then, if I open the excel file, the numbers are shown as 8.89e+07 and 1.00e+08. How can I restore these to the original numbers. Do I have ...
0
votes
0answers
34 views
How can I make a Stata plugin not depend on the order of variables?
I am writing a plugin for Stata in C++, and it seems to me that accessing the data depends on the order of variables passed to the plugin, as SF_vdata() only takes integer arguments to index the ...
1
vote
2answers
45 views
Stata: Hidding command lines
. sysuse auto, clear
(1978 Automobile Data)
. di "I am getting some summary statistics for PRICE"
I am getting some summary statistics for PRICE
. su price
Variable | Obs Mean ...
1
vote
1answer
35 views
Convert multiple dta files to tab separated files in Stata
Is there a way to convert a number of dta files to tab separated files at once, without loading each data set into Stata?
Something like :
x<- get *.dta filenames from directory
foreach ...
1
vote
1answer
36 views
Stata: add values onto existing values
year
0
1
6
....
(omit)
....
77
90
....
(omit)
....
The "year" is a numeric variable. I need to add "200" before the 1-digit values, and "19" before the 2-digit values.
year
2000
2001
2006
...
0
votes
2answers
154 views
identify unique string values among lists of elements created by looping over observations in stata
I have an unbalanced, large dataset where each observation can take multiple string values, each stored in a separate variable. At each point in time and for each observation I need to count whether ...
1
vote
1answer
31 views
STATA: Reading in data and specifying var type
I am importing a dataset into STATA with a lot of variables (~250), a majority of which need to be read into STATA as strings, so I was wandering if instead of writing a painfully long dictionary ...
2
votes
0answers
83 views
Use esttab to generate summary statistics by group with columns for mean difference and significance
I would like to use esttab (ssc install estout) to generate summary statistics by group with columns for the mean difference and significance. It is easy enough to generate these as two separate ...
1
vote
0answers
314 views
Stata: export variable label, value label, and variable notes to a dataset (or a table)
Consider the following example dataset:
member like deposit age
1 1 9997 22
2 2 892 23
1 1 267 34
1 9 1728 54
3 1 9999 22
1 2 2123 ...

