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)- A4% (2)
- B71% (35)
- C8% (4)
- D16% (8)
Community Discussion
No community discussion yet for this question.