Select the best answer
for each question. Check your answers using the answer key in the
appendix.
-
The default statistics
produced by the MEANS procedure are n-count,
mean, minimum, maximum, and which one of the following statistics:
-
-
-
-
standard error of the
mean
-
Which statement limits
a PROC MEANS analysis to the variables Boarded, Transfer, and Deplane?
-
by boarded transfer deplane;
-
class boarded transfer deplane;
-
output boarded transfer deplane;
-
var boarded transfer deplane;
-
The data set Survey.Health
includes the following numeric variables. Which is a poor candidate
for PROC MEANS analysis?
-