I am VERY new to SAS, and I need to run some descriptive statistics on a data set. I have a column that contains different drugs and a colum that contains the dosage of these drugs. So my data looks like:
Drug Dosage
Tylenol 5
BC 6
and I need to know stats about the dosage by each different drug. Is this possible? Why don't I get any results when I run PROC MEAN?
Drug Dosage
Tylenol 5
BC 6
and I need to know stats about the dosage by each different drug. Is this possible? Why don't I get any results when I run PROC MEAN?