Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The official results of the 2 0 1 2 London Olympics men s 3 - meter springboard diving finals can be found in the SAS

The official results of the 2012 London Olympics mens 3-meter springboard diving finals can be found in the SAS data set called DIVING. The 2012 Olympic games were the first to use a new overall scoring method for diving. The data consist of six observations per diver, one for each of their six dives in the final event. The variables in this file are divers name, country, height (m), weight (kg), dive number (1 to 6), dive code, degree of difficulty, description, position, scores from each of seven judges, penalty, old scoring method, and new scoring method. Use only procedures to complete the following tasks.
a. Examine this SAS data set including the variable labels and attributes. Compute the overall mean, minimum, and maximum of the two scoring methods.
b. Calculate the total score per diver by summing the new scoring method scores for all dives. Output this information to a data set, sort, and then print it to determine which divers received the gold (highest total score), silver, and bronze medals for this event. Include a comment in your code stating the name of each medalist.
c. Count the numeric scores given to each diver by each judge according to the following judging criteria groupings: <0.5= Completely Failed, 0.5 to <2.5= Unsatisfactory, 2.5 to <5= Deficient, 5 to <7= Satisfactory, 7 to <8.5= Good, 8.5 to <9.5= Very Good, and 9.5+= Excellent.
d. Calculate the minimum and maximum score per dive for each diver. Be sure to present your results by diver and in dive number order.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Security XI Status And Prospects

Authors: T.Y. Lin, Shelly Qian

1st Edition

0412820900, 978-0412820908

More Books

Students also viewed these Databases questions

Question

4. What advice would you give to Carol Sullivan-Diaz?

Answered: 1 week ago