Prev: How to get the last non-missing variable value
Next: 1)if and if else 2)if and where 3)keep=option and keep statement 4)input function and input statement 5)scan and substr 6)if and if then do 7)informat and format
From: Audrey M. on 22 Feb 2010 07:28 I need to perform a non-decreasing trend test using Jonckheere statistics. I know that I need to use PROC FREQ but my problem is for coding of my variable. My variable of response is Y. My other variable is the treatment group and I have 4 treatments: - Placebo - Study drug dose 100 - Study drug dose 200 - Study drug dose 300 According to my understanding of "non-decreasing" I will code the treatment in: X = "1" if Placebo X = "2" if Study drug dose 100 X = "3" if Study drug dose 200 X = "4" if Study drug dose 300 Do you agree with my classification of X or not ? Thanks. |