what is the primary variable in your study?
Answer Posted / 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 |
Post New Answer View All Answers
what is the difference between nodup and nodupkey options? : Sas programming
do you need to know if there are any missing values? : Sas programming
What does PROC print, and PROC contents do?
do you prefer proc report or proc tabulate? Why? : Sas programming
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what are the considerations when picking a SAS/STAT procedure?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
List down the reasons for choosing sas over other data analytics tools.
what is data access? : Sas-di
How do dates work in sas?
Tell me more about the parameters in macro? : sas-macro
How do you add a number to a macro variable? : sas-macro
what do the pad and dim functions do? : Sas programming
How do you use the do loop if you don’t know how many times you should execute the do loop?
Define run-group processing?