I'm relatively new to Stata so I am hoping that this error is a quick fix.
I've been trying to run a Mann Whitney U test on data about whether administering a certain drug to patients affects their length of stay in the hospital. I have one column labeled GROUP (which has either "Drug" or "No Drug" as an entry) and another column labeled LOS (length of stay in the hospital, measured in hours).
So far I've tried:
ranksum LOS, by (GROUP) exact
ranksum LOS, by (GROUP)
ranksum GROUP, by (LOS) exact
ranksum GROUP, by (LOS)
No matter which iteration I try, I keep getting the same "no observations found" message.
If anyone has dealt with something similar or knows a workaround, I would appreciate it so much!
Related Posts with Issues running ranksum - says "no observations found"
SVYSET Specification for 2-Level HLM ModelHello, Good morning, sorry this is a repost of my previously unanswered question -- I am adding exp…
(Propensity Score) Matching with baseline data of the treatment groupHi Stataliste'ers, A more theoretical question here. I am currently working on cleaning my data for…
Condensing responses into single rowsHi all, Hoping that someone can help with a simple issue I'm having: I've cleaned a dataset that di…
Merging two datasetsHi, I have to merge two datasets for my dissertation project. I am looking at police numbers and cri…
Equal scaling on Y and X axesThis seems so basic and obvious but I can't find a discussion online or in documentation. I want a s…
Subscribe to:
Post Comments (Atom)
0 Response to Issues running ranksum - says "no observations found"
Post a Comment