Select the best answer for each
question. After completing the quiz, 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...
-
-
-
-
standard error of the
mean.
-
Which statement will limit 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 variables. Which is a poor candidate for
PROC MEANS analysis?