Hello,
I posted this question a few days ago, and I am trying to use the lincom command to find the P-test, t-test, confidence interval and coefficient between two variables. This is actually for a Stata-led statistics class as I am a Ph.D. student. All the lincom examples given in the text and the variables asked in the homework all result in the same error. Below is my Do-file for an example:
mean egalitarianism [pw=nesw], over(Female)
lincom [egalitarianism]Male - [egalitarianism]Female
However, with lincom I continue to get the same error command:
equation [egalitarianism] not found
r(303);
Does anyone have suggestions I may use to find the same needed results without using the lincom command?
Related Posts with Issues with Lincom command
local macro text with line breakHi there Does anyone know if there is a way to spread the text contents of a local macro across mul…
using newey west for heteroskedasticity and autocorrelation in vecmSo, I am trying to run a regression that requires me to log and take the first differences of it to …
creating a dummy variable based on percentageIn the following sample dataset the house election result in United States are given from 2002-2020.…
pweight with melogitI have a Panel dataset with 260,647 data points consisting of 260,647 Respondents within 43,400 hous…
Editing graph with a TIFF fileHi everyone, Trying to find out if there's a way for me to edit my graph using stata's graph editor…
Subscribe to:
Post Comments (Atom)
0 Response to Issues with Lincom command
Post a Comment