what is the primary variable in your study?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sai
Try to answer these questions since you may face any of
these in clinical SAS domain round.
for further info feel free to write me at
sasclinicals2010@gmail.com
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / shuai
did you mean the primary key variable in a sas or sql table?
primary key variable is unique, and it is very helpful when
you need to find some information from other related tables
that also contain the same variable.
for example: claim_id could be a primary key variable in
clinical study
| Is This Answer Correct ? | 0 Yes | 1 No |
How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?
What is SAS? is it a software just for use or we can creat something over there?
How do you read in the variables that you need?
what is intially documentation for a sas programmer?
Which of the following is not created during compilation phase?
For what purpose would you use the RETAIN statement?
1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
What are the analysis datasets created, and what are the new variables created in CLINICAL SAS
1 Answers Accenture, Sciformix,
What does the trace option do?
what are the different ways of merging two datasets.name atleast 4.
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.