Hello all. I'm a professor at Baldwin Wallace. On Thursday, I tried to run a lab with my class from Pollock's Stata Companion (Chapter 6) to compare means. This lab runs fine in Stata v. 15, but it will not run in Stata v. 16.
This is the command
lincom [egal_scale]Male - [egal_scale]Female
It runs perfectly fine in Stata 15, which I have on my home computer (see below).
When I run it in Stata 16, I get an error message that says the variable was not recognized as an equation. All my students ran into this problem, too.
Needless to say, it was a little embarrassing, and 'googling' the error isn't doing the trick.
Any suggestions?
Thank you!
-Lauren
. mean egal_scale [pw=nesw], over(female)
Mean estimation Number of obs = 5,456
Male: female = Male
Female: female = Female
--------------------------------------------------------------
Over | Mean Std. Err. [95% Conf. Interval]
-------------+------------------------------------------------
egal_scale |
Male | 13.69738 .1288302 13.44482 13.94993
Female | 14.44775 .1250026 14.2027 14.69281
--------------------------------------------------------------
.
. lincom [egal_scale]Male - [egal_scale]Female
( 1) [egal_scale]Male - [egal_scale]Female = 0
------------------------------------------------------------------------------
Mean | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
(1) | -.7503768 .1795073 -4.18 0.000 -1.102283 -.3984709
------------------------------------------------------------------------------
Related Posts with Syntax for lincom won't work in Stata 16 but works fine in Stata 15
GwasInverse normal transformation of a quantitative trait seems to be very common in GWAS, however I am …
How to tag Father and Son in a dataset using Household identifierDear Stata community I want to tag father and son in every household. The dataset has HHID (househo…
Collapse Weight NormalizationThe stata manual for collapse (p. 7) states that using aweight when calculating the sum with collaps…
Calculating some formula in stataDear Stata community, I hope you are all doing well. I've cleaned all my data using Stata and then…
Compare proportions with survey weightsHi, I used the following command to generate the output given below. Code: svy: tabulate Recoded c_…
Subscribe to:
Post Comments (Atom)
0 Response to Syntax for lincom won't work in Stata 16 but works fine in Stata 15
Post a Comment