The techniques and methods for this FAQ page were drawn from the work of Long (2006) and Hu & Long (2005). Interactions in logistic regression models can be trickier than…
Read More
Search Results for: stata
How can I understand a categorical by continuous interaction in logistic regression? (Stata 11) | Stata FAQ
The techniques and methods for this FAQ page were inspired Long (2006) and Hu & Long (2005). This FAQ page uses features available in Stata 11 and will not work…
Read More
How can I understand a categorical by continuous interaction in logistic regression? (Stata 12) | Stata FAQ
The techniques and methods for this FAQ page were inspired Long (2006) and Hu & Long (2005). Interactions in logistic regression models can be trickier than interactions in comparable OLS…
Read More
How can I understand a continuous by continuous interaction in logistic regression? (Stata 11) | Stata FAQ
Continuous by continuous interactions in OLS regression can be tricky. Continuous by continuous interactions in logistic regression can be downright nasty. However, with the assistance of the margins command introduced…
Read More
How can I understand a continuous by continuous interaction in logistic regression? (Stata 12) | Stata FAQ
Continuous by continuous interactions in OLS regression can be tricky. Continuous by continuous interactions in logistic regression can be downright nasty. However, with the assistance of the margins command (introduced…
Read More
Why am I losing precision with large whole numbers (such as an ID variable)? | Stata FAQ
Say that we have a tiny data file which has just ID variables like the one below. input id 123456789 123456790 123456791 123456792 123456793 123456794 123456795 123456796 end If we…
Read More
How can get anova main-effects with dummy coding? (Stata version 10 and earlier) | Stata FAQ
Many researchers like to do their anova using regression with dummy coding but find it confusing when they don’t get the same main-effects as in anova. This FAQ will show…
Read More
How can I do multivariate repeated measures in Stata? | Stata FAQ
Using the manova command along with transformations of the dependent variables will allow you to perform multivariate repeated measures analyses. Example 1 The first example is a within-subjects design, also known as…
Read More
How can I graph the results of the margins command? Stata FAQ
Graphing results from the margins command can help in the interpretation of your model. Almost all of the needed results will be found in various matrices saved by margins. If…
Read More
How can I use the margins command with a 3-way anova interaction? Stata FAQ
The margins command, new in Stata 11, can be a very useful tool in understanding and interpreting interactions. On this page we will use margins for a three factor anova…
Read More