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"
Cluster standard error for random effect logit model - without vce(bootstrap)?[COLOR=rgba(0, 0, 0, 0.87)]Hello everyone, I have an issue with Stata and I would be grateful for yo…
MIMIC (SEM) Models with panel (longitudinal) dataIS it possible to estimate a MIMIC (SEM) model for a panel of countries and years? Could I replicate…
Replace some observation for String variableHello, Assume I have two variables Region and Oceania with large observation. Example: Region Oce…
Phillips and Sul techniqueDear all, I am using the Phillips and Sul (2007) technique for convergence test and club identifica…
How to resolve numeric overflow while performing xtset,fe in stata?Dear all, I am getting error r(1400): combinations results in numeric overflow; computations cannot …
Subscribe to:
Post Comments (Atom)
0 Response to ranksum "no observation"
Post a Comment