Hi everybody,
I have an issue with Stata.
I am new on Stata.
I want to perform Mann-Withney between two groups (as follow), but Stata says "no observations". I tried to destring my variables but it says "already numeric; no replace".
If someone has an idea, I will really appreciate it.
Thanks
. tabstat newpH1 newpH2, stat(n mean sd q min max)
stats | newpH1 newpH2
---------+--------------------
N | 67 42
mean | 7.416313 7.426238
sd | .0523358 .0754838
p25 | 7.383 7.393
p50 | 7.416 7.4245
p75 | 7.451 7.466
min | 7.247 7.101
max | 7.519 7.555
------------------------------
.
end of do-file
. ranksum newpH1, by(newpH2)
no observations
r(2000);
Related Posts with ranksum "no observation"
Can I use diff-in-diff for my research setting?I want to use the legislation adoption at the state level to perform a diff-in-diff in my panel data…
How to perform this propensity score matchI have a panel data and want to examine the relation between the passage of legislation (LawDummy, i…
how to create equal sample size for all the regressionsHi, I have a panel data and will need to run several regressions that involve different dependent an…
Women wage dataHello! Can anybody help me how can I download the sample data of heckamane "women wage data"? Thank …
profileplot - change line colours based on a third variableI want to show the change of a numerical score in 68 indivials at two time points, before and after …
Subscribe to:
Post Comments (Atom)
0 Response to ranksum "no observation"
Post a Comment