I am trying to look at a group of variables that make up a construct: "Diversity Experiences." I want to look at this construct by those students who indicated they are white and students of color (my dichotomous var). What is the best way to run this data in STATA? Would I run this by individual questions within the construct "Diversity experiences" or is there a better way to look at the mean of the group of variables by my race binary??
Ex: "diversity experiences" have 6 questions within this construct. Racebinary: 0=white; 1=SoC
I want to look at the mean of each of the 6 questions by race
Is the best approach to do: "mean diversityexperiences1 if racebinary==0" and again "mean diversityexperiences1 if racebinary==1" ??
Related Posts with Recommendations: Looking at rowmean variable and dichotomous variable?
Setting the level() for lincomest, decimals don't workHi, I am trying to set a specific level for lincomest, but it only accepts numbers without decimals…
Replacing missing values with previous non-missing values [Panel data]Hi everyone, I have 2-year panel data for households and it's members. I have a variable ramadan09 …
How to check Study Size (count of participants included in meta-analysis) when conducting meta-analysis?Hello I am conducting meta-analysis on Stata 16 using meta set and meta summarize commands. The out…
Add prefix on every Nth column in row X in panel data. Then, make row X the new variable names.I have a dataset containing stock data, looking like this: Code: * Example generated by -dataex-.…
How to check Study Size (count of participants included in meta-analysis) when conducting meta-analysis on Stata 16?Hello I am conducting meta-analysis on Stata 16 using meta set and meta summarize commands. The out…
Subscribe to:
Post Comments (Atom)
0 Response to Recommendations: Looking at rowmean variable and dichotomous variable?
Post a Comment