Chapter 15: Producing Descriptive Statistics

  1. Correct answer: c
    By default, the MEANS procedure produces the n, mean, minimum, maximum, and standard deviation.
  2. Correct answer: d
    To specify the variables that PROC MEANS analyzes, add a VAR statement and list the variable names.
  3. Correct answer: a
    Unlike Age, Height, or Weight, the values of IDnum are unlikely to yield any useful statistics.
  4. Correct answer: a
    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.
  5. Correct answer: b
    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.
  6. Correct answer: d
    You can use 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.
  7. Correct answer: c
    By default, PROC FREQ creates a table for all variables in a data set.
  8. Correct answer: c
    Both continuous values and unique values can result in lengthy, meaningless tables. Frequency distributions work best with categorical values.
  9. Correct answer: d
    An asterisk is used to join the variables in a two-way TABLES statement. The first variable forms the table rows. The second variable forms the table columns.
  10. Correct answer: d
    An asterisk is used to join the variables in crosstabulation tables. The only results shown in this table are cell percentages. The NOFREQ option suppresses cell frequencies, the NOROW option suppresses row percentages, and the NOCOL option suppresses column percentages.
Last updated: August 23, 2018
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.59.219