Question
Question 1 The dataset is related to a cake-baking contest between various participants. Construct a Library called BAKERY using SAS programming code and not the
Question 1
The dataset is related to a cake-baking contest between various participants.
- Construct a Library called "BAKERY" using SAS programming code and not the Library Wizard.
- Write the SAS code to import data from the Excel file "cake_list"in to the library "BAKERY" that was created in (Question 1.1).
- Use the printing procedure to view the permanent SAS data set that you have created in (Question 1.2). The data set should be outputted as a Portable Document Format document.
Question 2
In "Question 1" you have created a SAS data set and have imported it into the library called Bakery. Use the SAS dataset you have imported for the following questions.
2.1 Use SAS code to produce the following descriptive statistics for the variables PresentScore and TasteScore. All the results produced should only have 2 decimals places after the comma.
- Number of Observations
- Arithmetic mean
- Maximum
- Minimum
2.2 Add the title as follows
- Summary presentation of Presentation and Taste Scores
Dataset "Cake_list" (provided below)
Variables | Description |
Lastname | The participants Last name or Surname |
Age | The Age of the Participant |
PresentScore | The actual score for the presentation of the Cake |
TasteScore | The taste score received for the Participants Cake |
Layers | The amount of layers the Cake had. |
Flavour | The type of flavour of the cake that was baked |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started