SAS Chapter 9 Producing Descriptive Statistics

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Moxleyv
M
Moxleyv
Community Contributor
Quizzes Created: 38 | Total Attempts: 21,992
| Attempts: 1,072 | Questions: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. The data set Survey.Health includes the following variables.  Which is a poor candidate for PROC MEANS analysis?

Explanation

Unlike Age, Height, or Weight, the values of IDnum are unlikely to yield any useful statistics.

Submit
Please wait...
About This Quiz
SAS Chapter 9 Producing Descriptive Statistics - Quiz

This quiz assesses knowledge in SAS descriptive statistics, focusing on PROC MEANS and its applications. It evaluates understanding of variable selection, by group processing, and appropriate use of statistical procedures in SAS.

Personalize your quiz and earn a certificate with your name on it!
2. The default statistics produced by the MEANS procedure are n-count, mean, minimum, maximum, and ...

Explanation

By default, the MEANS procedure produces the n-count, mean, minimum, maximum, and standard deviation.

Submit
3. Which group processing statement produced the PROC MEANS output shown below?

Explanation

A CLASS statement produces a single large table, whereas BY group processing creates a series of small tables. The order of the variables in the CLASS statement determines their order in the output table.

Submit
4. Which PROC FREQ step produced this two-way table?

Explanation

An asterisk is used to join the variables in a two-way TABLES statement. The first variable forms the table rows, and the second variable forms the table columns.

Submit
5. Which statement will limit a PROC MEANS analysis to the variables Boarded, Transfer, and Deplane?

Explanation

To specify the variables that PROC MEANS analyzes, add a VAR statement and list the variable names.

Submit
6. Which of the following statements is true regarding BY group processing?  

Explanation

Unlike CLASS processing, BY group processing requires that your data already be indexed or sorted in the order of the BY variables. You might need to run the SORT procedure before using PROC MEANS with a BY group.

Submit
7. Which PROC FREQ step produced this table?

Explanation

An asterisk is used to join the variables in cross tabulation tables. The only results shown in this table are cell percentages. The NOFREQ option supresses cell frequences, the NOROW option suppresses row percentages, and the NOCOL option suppresses column percentages.

Submit
8. By default, PROC FREQ creates a table of frequencies and percentages for which data set variables?

Explanation

By default, PROC FREQ creates a table for all variables in a data set.

Submit
9. Which program can be used to create the following output?

Explanation

You can either PROC MEANS or PROC SUMMARY to create the table. Adding a PRINT option to the PROC SUMMARY statement produces the same report as if you used PROC MEANS.

Submit
10. Frequency distributions work best with variables that contain

Explanation

Both continuous values and many unique values can result in lengthy and meaningless tables. Frequency distributions work best with categorical values.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 28, 2013
    Quiz Created by
    Moxleyv
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The data set Survey.Health includes the following variables....
The default statistics produced by the MEANS procedure...
Which group processing statement produced the PROC MEANS output shown...
Which PROC FREQ step produced this two-way table?
Which statement will limit a PROC MEANS analysis to the variables...
Which of the following statements is true regarding BY group...
Which PROC FREQ step produced this table?
By default, PROC FREQ creates a table of frequencies and percentages...
Which program can be used to create the following output?
Frequency distributions work best with variables that contain
Alert!

Advertisement