Hi all,
I've been running ANOVAs and bonferroni posthocs and sometimes my mean table has decimal places...and sometimes it does not! I don't understand how this is the case since my data is all coming from the same file and I am using the same code. This is what it looks like:
oneway sadness Chars, bonferroni tabulate
Chars | Mean Std. Dev. Freq.
------------+------------------------------------
1 | 5 2 50
2 | 4 2 50
3 | 5 2 50
4 | 3 2 50
------------+------------------------------------
But then I run the same code on a different variable and:
oneway happiness Chars, bonferroni tabulate
Chars | Mean Std. Dev. Freq.
------------+------------------------------------
1 | 6.7333333 1.3336158 50
2 | 5.75 1.5581932 50
3 | 6.1166667 1.6060444 50
4 | 5.11 1.5480989 50
------------+------------------------------------
The same issue happens with my Bonferroni output table.
What can I do to get all the decimals in each analysis? Thank you!
Related Posts with Perplexing decimal issue with F test
Panel data mapHi, I want to map my panel data neatly. I've id & t. I've 5 agricultural crop variables. I've …
calculating r square for a model estimated with multiply imputed data (mi estimate)Dear all, I would very much appreciate your help with calculating r-squared for models estimated wi…
Can I cite the name of the do file?In the do file, I want to save the data using the name of the do flle, how to cite it using macros? …
oaxaca: reference categoryDear Statalisters, I am using the Blinder-Oaxaca decomposition with the following code: Code: oa…
How can I count the observations by year (intervals) AND by country?Good day, So I have a data set (panel data) counting lots of variables. But for now I am only inter…
Subscribe to:
Post Comments (Atom)
0 Response to Perplexing decimal issue with F test
Post a Comment