This message has been cross posted to the following eGroups: Young Professionals Group and Statistical Consulting Section .
-------------------------------------------
Greetings Everyone,
I need to use proc npar1way to find the difference between the amount of protein expressed between two groups: diseased versus normal. Specifically, I am looking at the amount of proteins expressed on immune system cells.
But I am confused with proc npar1ways score rank thing and how it affects my p-values.
Also, how do I interpret the results when a score rank is used? What is the benefit of using my raw data as the scores? (feeling utterly confused right now)
Here is my code:
proc npar1way data=_14INT.set;
class Lupus;
var _14intTyro3DMFI;
exact wilcoxon;
run;
Thanks in advance for the suggestions
-------------------------------------------
Margaret Linan
Graduate Research Intern
Temple University School of Medicine
-------------------------------------------