nerdexam
SAS_Institute

A00-281 · Question #71

This question will ask you to provide lines of missing code. Given the following SCORE data set: Variable LOCF contains the imputed score that would replace the missing SCORE value (based on last…

The correct answer is C. retain LOCF. See the full explanation below for the reasoning.

Question

This question will ask you to provide lines of missing code. Given the following SCORE data set:

Variable LOCF contains the imputed score that would replace the missing SCORE value (based on last observation carried forward method). Which SAS statements complete the program?

Exhibit

A00-281 question #71 exhibit

Options

  • ALOCF = lag(score) ;
  • Bif first.subject then LOCF = . ;
  • Cretain LOCF ;
  • Dretain score ;

How the community answered

(54 responses)
  • A
    6% (3)
  • B
    4% (2)
  • C
    76% (41)
  • D
    15% (8)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice