nerdexam
SAS_Institute

A00-280 · Question #84

What is the required type of data for the variable in this procedure? PROC TTEST data=data; class group-variable; var variable; run;

The correct answer is B. Continuous. See the full explanation below for the reasoning.

Question

What is the required type of data for the variable in this procedure? PROC TTEST data=data; class group-variable; var variable; run;

Options

  • ACharacter
  • BContinuous
  • CCategorical
  • DTreatment

How the community answered

(49 responses)
  • A
    4% (2)
  • B
    71% (35)
  • C
    8% (4)
  • D
    16% (8)

Community Discussion

No community discussion yet for this question.

Full A00-280 Practice