Answered step by step
Verified Expert Solution
Link Copied!

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!

  1. Load the tidyverse package.
  2. 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]

  1. 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?]

  1. 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?]

  1. 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

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

Mobile Usability

Authors: Jakob Nielsen, Raluca Budiu

1st Edition

0133122131, 9780133122138

More Books

Students also viewed these Programming questions