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.
Median
Range
Standard deviation
Standard error of the mean
Rate this question:
Class sex survive;
Class survive sex;
By sex survive;
By survive sex;
Rate this question:
Proc freq data=clinic.diabetes; tables height weight; format height htfmt. weight wtfmt.; run;
Proc freq data-clinic.diabetes; tables weight height; format weight wtfmt. height htfmt.; run;
Proc freq data=clinic.diabetes; tables height*weight; format height htfmt. weight wtfmt.; run;
Proc freq data=clinic.diabetes; tables weight*height; format weight wtfmt. height htfmt.; run;
Rate this question:
By boarded transfer deplane;
Class boarded transfer deplane;
Output boarded transfer deplane;
Var boarded transfer deplane;
Rate this question:
BY variables must be either indexed or sorted.
Summary statistics are computed for BY variables.
BY group processing is preferred when you are categorizing data that contains few variables.
BY group processing overwrites your data set with newly grouped observations.
Rate this question:
Proc freq data=clinic.diabetes; tables sex weight / list; format weight wtfmt.; run;
Proc freq data=clinic.diabetes; tables sex*weight / nocol; format weight wtfmt.; run;
Proc freq data=clinic.diabetes; tables sex weight / norow nocol; format weight wtfmt.; run;
Proc freq data=clinic.diabetes; tables sex*weight / nofreq norow nocol; format weight wtfmt.; run;
Rate this question:
Character variables
Numeric variables
Both character and numeric variables
None: variables must always be specified
Rate this question:
Proc means data=clinic.diabetes; var age height weight; class sex; output out=work.sum_gender mean=AvgAge AvgHeight AvgWeight; run;
Proc summary data=clinic.diabetes print; var age height weight; class sex; output out=work.sum_gender mean=AvgAge AvgHeight AvgWeight; run;
Proc means data=clinic.diabetes noprint; var age height weight; class sex; output out=work.sum_gender mean=AvgAge AvgHeight AvgWeight; run;
Both a and b.
Rate this question:
Continuous values.
Numeric values.
Categorical values.
Unique values.
Rate this question:
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.
Basic Level: Mean Median Mode Test! Quiz
This Basic Level: Mean Median Mode Test! Quiz assesses comprehension of statistical concepts including mean, median, mode, standard deviation, and data distribution. It's designed...
Questions:
10 |
Attempts:
193 |
Last updated:
Apr 26, 2023
|
The Ultimate Mean Median Mode Test! Quiz
The Ultimate Mean Median Mode Test! Quiz assesses understanding of statistical concepts including mean, median, mode, standard deviation, and data distribution analysis. It's...
Questions:
10 |
Attempts:
214 |
Last updated:
Mar 20, 2023
|
Quizzes About Range, Median And Mode
Do you have a math quiz to study for? Do you need help with range, median and mode? Take this quiz to see how many questions you can get correct.
Questions:
8 |
Attempts:
137 |
Last updated:
Sep 11, 2023
|
Mean, Median, And Mode
Mean, median, and mode are all importance mathematical concepts to understand when determining statistics. Are you a mean, median, and mode math wizard?
Questions:
8 |
Attempts:
2631 |
Last updated:
Jan 29, 2025
|
Year 12 Further Mathematics Chapter 1 & 2 Review
Summarising numerical data: the median, range, IQR and box plots
Questions:
9 |
Attempts:
322 |
Last updated:
Mar 20, 2023
|
Five Number Summary And Box And Whisker Plot
When you feel you are ready, take the following checkpoint quiz. You must get 80% before moving on to lesson 3.
Be sure the enter your name in the box below.
Questions:
10 |
Attempts:
1631 |
Last updated:
May 23, 2024
|
Wait!
Here's an interesting quiz for you.