Adding parentheses for summary statistics in putexcel
Hi all. I created the following table using putexcel below. The standard deviations are in the row below the mean estimate which is presented on the same row as the variable name. I am trying to place...
View ArticleStata and Python 3.13 virtual environment
I have no problem using Stata 18IC with Python without an environment in Windows Code: . python query Python Settings set python_exec C:\Python313\python.exe set python_userpath Python system...
View Articlemerging data
Hallo everyone.! i am trying to merge my data set in to make it ready for analysis. in doing so one of my data set has 2 unique ID and the second data set has 3 unique ID. then when i merge it says...
View ArticleDeleting duplicate IDs to make IDs uniquely identifiable in household survey.
Dear Experts, I am conducting a survey analysis and facing challenges with making case IDs uniquely identifiable. I hope someone can assist me with it. I have household survey data with more than 9000...
View ArticleYear Dummy (i.year) is OK but CountryType Dummy (i.CountryType) is omitted in...
I have banks panel data of 18 countries and want to run xtreg fixed effect with i.countryType (Developed, Emerging, Frontier) and i.year. I go fine with i.year but omit the results of countryType...
View ArticleBootstrap error for test of difference of estimated coefficient across two...
Dear Stata users: I hope you are all doing well. I am trying to test if the estimated coefficient of treated is significantly different across group 1 and group 2. The suest command cannot be used in...
View Articlewinsorizing until 20%
Array I have a variable with graph box like this. Can i do winsorizing until 20%?
View ArticleMeta-Analysis with Multiple Outcomes in a Single Forest Plot
Hello everyone, I’m currently working on a meta-analysis with multiple outcomes (10 in total) and looking for advice on organizing and presenting these outcomes. I aim to streamline the results by...
View ArticleProblem with the aesthetics of a bar graph
Hello there Stata users ; I do have this data at hand: Code: * Example generated by -dataex-. To install: ssc install dataex clear input str47 guerre long effectifsdamricainsenserviceoudp "Guerre de...
View ArticleHelp Formatting Table with Multiple Variables
Hello everyone, I am trying to create a table which in includes the frequency of college majors in a campus program . Each person can select multiple majors, so there are dummy variables for each. I...
View ArticleInversing a data set and merging a year and a month variables into one time...
Hello Stata users; I'm working with this data currently; Code: * Example generated by -dataex-. To install: ssc install dataex clear input int year str9 month float inflation 1953 "December" .7 1953...
View ArticleDetermining the level of fixed effects - appying Papke and Wooldridge (2023)...
Hi, I am writing this post to ask for your help in determining the level of fixed effect to be controlled suggested in Papke and Wooldridge (2023) - A simple, robust test for choosing the level of...
View ArticleDetermining the level of fixed effects - applying Papke and Wooldridge (2023)...
Dear Statalist users, I am writing this post to ask for your help in determining the level of fixed effect to be controlled in linear panel model, suggested in Papke and Wooldridge (2023) - A simple,...
View ArticleGenerate Stata figures
Dear Members, I have about 120 firm and their profit from 2000 to 2005. I wanted to produce a figure for each firm showing profits across years (120 firm), I understand this may not be achieved, all...
View Articleusing -translator set- to set result color in .pdf-file
More than 4 years ago I asked nearly the same question, alas with no response. I am trying again ... I would like to translate an output file from SMCL format into a PDF file using blue color for...
View ArticleR-squared after newey
Good evening, Is there a way to get R-squared after newey without having to run an additional regress? I have to run lots of regressions, and would prefer not to have to run twice as many. Thank you, Stan
View ArticleNew package icc2 on the ssc
Thanks to Kit Baum there is a package for estimating ICC using mixed crossed-effect REML regression and nlcom. Textbooks often calculate the ICC using sums of squares on a subject-by-measurement matrix...
View ArticleInterpret coefficient of time invariant variable from xtreg,cre
Dear everyone, I am currently facing issues regarding the interpretation of time constant coefficients in a CRE model, as the research I conducted suggests that time constant variables are measured in...
View ArticleLSDV vs. FE postestimation predict fe_effects, u
Dear everyone, I regressed this LSDV model in Stata regress delta_yield delta_BA i.BondID, vce(cluster BondID), usually one is not interested in the individual dummy estimates but those are important...
View ArticlePlotting transition probabilities across volatility regimes in (time series)
Dears, Greetings. I need a code for plotting transitional probabilities generated from Markov switching model. I am running a model on active-passive fiscal-monetary policy regimes. the transition...
View Article