What are the analysis datasets created, and what are the new variables created in CLINICAL SAS
Answer / swaroopmunna
VISIT, VITAL & EVENTS analysis datasets created.
| Is This Answer Correct ? | 0 Yes | 3 No |
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
what is in stream data in SAS?
Under what circumstances would you code a SELECT construct instead of IF statements?
what can you learn from the sas log when debugging? : Sas programming
Mention the validation tools used in SAS?
What is the difference between the proc sql and data step?
How can you create a macro variable with in data step? : sas-macro
explain the function of substr in sas? : Sas-administrator
what is sas? is a package or tool? give me introduction about sas?