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
scatter plotshey there! im using stata 14 and want to create the scatter plots between the K (cutt-offs) and H,A,…
Meaning of different code1. Create the dummies and estimate levelsof year, local(time) foreach t of local time { local y_rr =…
Dropping observations based on certain criteriaHello all, Here is a snippet of the data I am working with: Code: * Example generated by -dataex-…
Interval Scaled Independent VariablesHello everyone, I know, this is not a question referring to Stata directly, but maybe someone can h…
Testing for Normality using Jarque-Bera in Panel Data (xtsktest + jb)Dear Stata community, currently, I am trying to decide whether my data is normally distributed or n…
Subscribe to:
Post Comments (Atom)
0 Response to Issues with Lincom command
Post a Comment