It is rather easy to copy Stata output and Stata graphs into Microsoft Word. This page shows how you can copy your Stata output and graphs into Microsoft Word. The…
Read More
Search Results for: stata
Can I make regression tables that look like those in journal articles? | Stata FAQ
This FAQ illustrates the outreg command that makes regression tables in a format that is commonly used in journal articles. The outreg command was written by John Luke Gallup and…
Read More
How do I export Stata .dta files to comma-separated files? | Stata FAQ
Let’s use a file called hsb1 from our web site and use that as an example. use https://stats.idre.ucla.edu/stat/stata/notes/hsb1 , clear (highschool and beyond (200 cases)) To make this simpler, let’s…
Read More
How do I Export a Stata .dta File to a SAS XPORT file? | Stata FAQ
Starting with Stata version 8.2, it is possible to save and use SAS XPORT (.xpt) file directly from within Stata. If your Stata 8 is not fully up to date,…
Read More
How do I write my own bootstrap program? | Stata FAQ
Stata has the convenient feature of having a bootstrap prefix command which can be seamlessly incorporated with estimation commands (e.g., logistic regression or OLS regression) and non-estimation commands (e.g., summarize)….
Read More
Can I use working weights for survey analyses in SPSS? | Stata FAQ
Here are two major weighting methods that can be used by stat pacjages in their OLS regression analyses: Analytic weights (aweights). Analytic weights are inversely proportional to the variance of…
Read More
FAQ: How can I do post-hoc pairwise comparisons using Stata?
Post-hoc pairwise comparisons are commonly performed after significant effects when there are three or more levels of a factor. Stata has three built-in pairwise methods (sidak, bonferroni and scheffe) in…
Read More
FAQ: How can I do post-hoc pairwise comparisons of adjusted means in Stata?
Stata FAQ: How can I do post-hoc pairwise comparisons of adjusted means in Stata? This FAQ will cover doing pairwise comparisons for adjusted means and will make use of the…
Read More
Path Analysis | Stata FAQ
It is not very difficult to perform path analysis using Stata’s regress command, but it does require the use of a regress command for each stage in the path analysis…
Read More
How can I run a piecewise regression in Stata? | Stata FAQ
Say that you want to look at the relationship between how much a child talks on the phone and the age of the child. You get a random sample of…
Read More
