InterviewSolution
| 1. |
Can You Identify Which Variables Should We Have To Include In Each Domain? |
|
Answer» SDTM IMPLEMENTATION guide V 3.1.1/V 3.1.2 specifies each VARIABLE is being included in one of the 3 types. REQUIRED : They must be included in the DATA set structure and should not have a missing value for any observation. EXPECTED :These variables must be included in the data set; however it is permissible to have missing values. PERMISSIBLE : These variables are not a required part of the domain and they should not be included in the data set structure if the information they were designed to CONTAIN was not collected. SDTM implementation guide V 3.1.1/V 3.1.2 specifies each variable is being included in one of the 3 types. REQUIRED : They must be included in the data set structure and should not have a missing value for any observation. EXPECTED :These variables must be included in the data set; however it is permissible to have missing values. PERMISSIBLE : These variables are not a required part of the domain and they should not be included in the data set structure if the information they were designed to contain was not collected. |
|