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 |
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
where to use sas business intelligence? : Sas-bi
explain the key concept of sas? : Sas-administrator
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
how will you location sas platform applications available from web browser? : Sas-bi
How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without entering the SAS WEB REPORT STUDIO
what are sas/access and sas/connect? : Sas programming
how to import HTML files into SAS datasets?
How to create a permanent sas data set?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??