Re: xtpedroni
Hi, I have implemented the command xtpedroni in Stata to check for cointegration. xtpedroni is a user written command and appears in 'The Stata Journal' -...
View ArticlePlease help me with Event study and Brexit
Hi guys, I am doing about analysing the impact of Brexit on British stock market i.e. FTSE 100 and FTSE 250. I did run OLS for estimation window to find the market model for each company in FTSE 100...
View ArticleVariable is not showing in Stata
Hello, I am quite new to Stata so forgive me if that is a super simple question. I have some data which I imported into Stata and I have no problems defining each variable, however when I use summarize...
View ArticleMissing standard errors and failed lrtest in mixed
Hi all, I am interested in whether (and how) my outcome variable Zadhdsev changes over time - I have 5 measurement points although not all individuals have data at all points. I am testing a series of...
View ArticleInterpretation of reg3 Results (Results Copied from Stata Help Manual)
Hi All, I copied the results below for reg3 command from Stata help manual. Can anyone guide me what does the p value and chi2 (circled in blue) means. Is this p-vlaue for hausman endogeneity test and...
View ArticleModeling sequential choices
Dear Statalist, I am wondering whether there is any command or implementable procedure to estimate a model (maybe related to Multinomial Logit or Nested Logit) where I can give the decision tree of...
View ArticleBetween effects, Random Effects and Hybrid Models
Hello everyone, I am currently working with panel data. I have a time invariant variable and as I read in the literature, all time invariant variables are omitted in FE models. So, I have to try a...
View Articleweakiv confidence interval and interpretation
Dear Statalist, Upon using weakiv after an ivprobit (first stage is binary and second stage as well), what does it mean when the confidence set is the entire grid ? Also, I want to make sure that the...
View ArticleComparing coefficients of two fixed effect panel data regressions
I have panel data of basketball players in a certain league across 7 years, and I created a ranking system to measure their individual performance. Now, I want to test whether this individual...
View ArticleTsline x-axis format
Hi, I have monthly time series data and would like to produce a line graph. I have tsset (monthly) the data. However, I would only like the year to show along the x-axis, i.e 2010,2011,...,2016 as...
View ArticleExporting Tables To Excel (with edits)
Dear All, 1) I am using the command mrtab along with options for p-values to generate multiple response tables. Is there anyway I can export these tables to excel? 2) I used the table1 command to...
View ArticleMultiple graphs in one page
Hello Statalist, I need your assistance in producing a combined graph. I have data for 6 groups as below; Code: 2010 2011 2012 2013 Group 1 100.8 87.45 94.93 106.05 Group 2 655.81 615.21 536 648.74...
View ArticleCan I control the location of log file in batch mode?
Let's take my real code into consideration: Code: [root@www home]#/usr/local/stata14/stata-mp -e do /home/combine1.do "$now" "$now2" The log file will be located on /home directory and be named...
View Articlewhat test to use*to analyze a categorical with continuous predictor for a...
Hi, I'm a statistics newbie, so please be gentle I'm trying to figure out what test to use to analyze a categorical concurrent with continuous predictor for a categorical response. For example: How is...
View ArticleLogit postestimation: marginal effects of a continuous, non-integer regressor
Hello, I am using Stata 14.1 and running a logit regression with fixed effects of a binary employment variable (0/1), "E" on a non-integer variable that I will call "taxrate" for simplification, and...
View ArticleMultilevel Analysis: subgroup-specific cluster-means-single predictor
Hi all, I´m trying to build a Multilevel-Model with -xtmixed- (Stata 14) in order to estimate context effects of classroom-characteristics/ composition on occupational aspirations. In my data, I have...
View ArticleWhy is destring turning strings into numbers?
Hello - I was trying to understand what I thought were four digit ID numbers in some administrative data I was working with that had been read into Stata as a string. I wanted to have a sense of the...
View ArticleStatistical inference
Hello every one, I am PhD student in china. I am stuck about statistical inference. Values outside the 95% confidence limit of null model indicate significance or no? If the values are within 95%...
View ArticleExtracting NHIS data using mac
Can someone walk me through the process of extracting NHIS data from CDC and access it through Stata?
View ArticleWhat is the best way to tie a data file to a do file?
I usually have my data file in the same project directory as the do file. And I execute the do file normally via Code: do "/full/path/to/the/project/directory/mydofile.do" How can I load the data file...
View Article