SAS_Institute
A00-281 · Question #74
A00-281 Question #74: Real Exam Question with Answer & Explanation
The correct answer is A. if day > 14 then week = 3 ;. See the full explanation below for the reasoning.
Question
Given the following data set (AE): Data will be reported by onset week. Day 1 - 7 is Week 1, Day 8 - 14 is Week 2. Events beyond Day 14 are assigned Week 3 and will be reported as Follow-up events. Which statements properly assign WEEK to each event?
Exhibit
Options
- Aif day > 14 then week = 3 ;
- Bif day > 0 then week = 1 ;
- Cselect ;
- Dselect ;
Community Discussion
No community discussion yet for this question.
