What are the efficacy variables in your study?
Answers were Sorted based on User's Feedback
Answer / sandeep
Currently we are working for the study Depression
As per protocol efficacy variables are : primary efficacy
parameter and secondary efficacy parameters
primary efficacy parameter - HAM-D
secondary efficacy parameters - HAM-A, CGI-S, CGI-I, MADRS,
Quality of life in depression scale(QLDS)
Efficacy parameters are study specific.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / nandu
Primary and secondary variables are efficacy variables.
These are study specific.
| Is This Answer Correct ? | 10 Yes | 1 No |
State the difference between INFORMAT and FORMAT ?
Mention few ways with which a “table lookup’ is done in sas programming.
Have you used macros? For what purpose you have used? : sas-macro
Mention sas system options to debug sas macros.
What is the use of divide function?
What is the order of evaluation of the following operators + - * / ** () ???
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What commands are used in the case of including or excluding any specific variables in the data set?
What function CATX syntax does?
what are different type of sas servers ? On which server does the sas code execute ?
Enlist the syntax rules followed in sas statements.
Can you execute a macro within a macro? Describe. : sas-macro