What is shift table? have you ever created shift that?
Answers were Sorted based on User's Feedback
Answer / nandu
shift table displays the number of patients shifted
baseline to postbaseline.
| Is This Answer Correct ? | 42 Yes | 3 No |
Answer / thirupathi
Yes I agree with the above answer. In more descript way. A
shift table gives the information about the number of
patients with abnormal test result (any test: lab or
vital...) at baseline are shifted to normal test result at
the end of the study and vise verse.
| Is This Answer Correct ? | 14 Yes | 3 No |
What is the difference between class statement and by statement in proc means?
libname deepak 'C:\SAS Files'; proc format; invalue convert 'A+' = 100 'A' = 96 'A-' = 92 'B+' = 88 'B' = 84 'B-' = 80 'C+' = 76 'C' = 72 'F' = 65; data deepak.grades; input ID $3. Grade convert.; *format Grade convert. ; datalines; 001 A- 002 B+ 003 F 004 C+ 005 A ; proc print data = deepak.grades; run; I get the following output Obs ID Grade 1 001 . 2 002 . 3 003 . 4 004 . 5 005 . I don’t understand why Grade shows up as a missing value. Everything seems fine, including ID $3. Now, in case I use ID : $3. Or use column input, I get the desired output. Kindly help Deepak
Describe a time when you were really stuck on a problem and how you solved it?
How long can a macro variable be? A token? : sas-macro
There is a river notoriously known for it?s large crocodile population. With ease, how do you safely cross it?
Explain how you can debug and test your SAS program?
what is the difference between %put and symbolgen?
Name and describe three SAS functions that you have used, if any?
Explain how merging helps to combine data sets.
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What is the work of tranwrd function?
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT