what is the primary variable in your study?
Answer Posted / sandeep
Did you mean primary efficacy variable?
Study i am involved in the project is Diabetes
The primary efficacy variable was HbA1c (change from
baseline at end of study)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how do you want missing values handled? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
name some data transformation used in sas di? : Sas-di
How would you define the end of a macro?
What is substr function?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Explain the difference between nodup and nodupkey options?
In ARRAY processing, what does the DIM function do?
What is the order of application for output data set options, input data set options and SAS statements?
what is hash files in sas and why we are using this one in sas?
Can you execute a macro within a macro? Describe. : sas-macro
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
What is the difference between %local and %global? : sas-macro
AE datasets names? how many types?
What are the differences between sum function and using “+” operator?