Just as in previous labs, you will need to follow this link to set up Lab 8 in your Posit Cloud work space:
Link to Set up Lab 8 Personal Data Project in Posit Cloud
Important
After you have set up Lab 8 using the link above, do not use that link again as it may reset your work. The set up link loads fresh copies of the required files and they could replace the files you have worked on.
Instead use this link to go to Posit Cloud to continue to work on lab 8: https://posit.cloud/
Link to download the Lab 8 materials to RStudio Desktop
OK. Let’s talk about your personal data project.
In this Lab 8 Rehearse 1 you will:
First load the necessary packages:
CC1
library(tidyverse)
library(infer)
The data set I will use is:
I obtained this data set from:
Important!
Use appropriate code to load the data set into your work space.
Remember you can find code chunks to do this here: Code Chunks
CC2
# paste code here
You should see the data object in the Environment. Remember you can click on the name and it will open in the Source Editor window.
If you need additional empty code blocks, remember you can insert them using the green “+C” icon.
Include the name(s) of the variable(s) of interest and their type, i.e., numerical or categorical. If categorical, state how many levels are present.
Your response here:
CC3
# paste code here
Find appropriate statistic(s) of interest.
CC4
# paste code here
Your comments on the data visualization and summary statistics:
Your response here:
Null hypothesis Ho:
Alternative hypothesis Ha:
What type of inference analysis is appropriate for your data and research question.
Your answer here:
Important
Submit your Lab 8 Rehearse 1 worksheet knitted as a Word or PDF file in your M8.3 Lab 8 Rehearse(s): Personal Data Project Canvas Assignment area.
Please plan on submitting the Lab 8 Rehearse 1 worksheet by Thursday night of the Module 8 week.
On to Rehearse 2!
This
work was created by Dawn Wright and is licensed under a
Creative
Commons Attribution-ShareAlike 4.0 International License.
V2.1, Date 1/3/24
Last Compiled 2024-07-12