Hi,
For a balance table, I am working on, I have generated the sample means and proportion of my demographic values in the dataset and merged it with the population means and proportion (obtained from national level stats). I'm now attempting to calculate the t-test between each value and generate a p value column.
The issue is, I am not sure how I can do this
My data is as follows
```
* Example generated by -dataex-. For more info, type help dataex
clear
input str28 var float(sample population ttest)
"% Employed" 44 60.2 .
"% Female" 87 50.8 .
"% Non-white" 76 28 .
"% Parent" 82 54 .
"% Under FPL 2019" 50 12 .
"Age" 35 36.9 .
"Debt stock ($)" 21533 90460 .
"Earned income last mo. ($)" 816 93563 .
"HH size" 3.7 2.53 .
"Savings stock ($)" 843 16420 .
"Unearned income last mo. ($)" 624 97759 .
end
```
Any suggestions? Alternatively, would a ttest be appropriate here or something like a chi-square test be more suited?
Thanks!
Related Posts with Ttest between pop mean and sample mean
How to control for age when I have the % of people at each ageHi, Currently my data looks like this [CODE] * Example generated by -dataex-. To install: ssc insta…
étude en données de panel.rsquared of fixed effectfrançais Hello, My name is Gibran. I am doing a panel data study on the causes of deforestation in U…
Oaxaca command not workingI am trying to run the oaxaca command and it keeps saying that it does not recognize it. Does anyone…
Conditional sum on STATAHi, I have a dataset with the following variables: - Brand (41 brands in total) - product identifie…
ReshapeHello I would appreciate if someone can tell me the command that would reshape my data from 201…
Subscribe to:
Post Comments (Atom)
0 Response to Ttest between pop mean and sample mean
Post a Comment