Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please help! Load the tidyverse package. Assign the object diamonds (a dataset available as soon as tidyverse is loaded) to an object named dreaming_diamonds. [Hint:
please help!
- Load the tidyverse package.
- Assign the object diamonds (a dataset available as soon as tidyverse is loaded) to an object named "dreaming_diamonds".
[Hint: assign to dreaming_diamonds the object (dataset) diamonds]
- Use the mean function to compute the average of the "price" variable/column. Use the help function to learn more about the mean function.
[Hint: use dreaming_diamonds$price inside the function). What is the average price of the diamonds in your dataset?]
- Use the median function to compute the median of the "carat" variable/column. Use the help function to learn more about the median function.
[Hint: use dreaming_diamonds$carat inside the function). What is the median carat of the diamonds in your dataset?]
- Createa project for this class named "RStudio_omis482". Instructions are available in section 8.4 of the book [ paste a screenshot of your RStudio window that shows your project name available in the top right corner of the window].
Finally use the Teams RStudio - Forum channel for help on the tasks or if you have other questions.
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