Question: The code shown in the video accompanying this assignment demonstrates that you can use the function or command sd ( ) to find the standard

The code shown in the video accompanying this assignment demonstrates that you can use the function or command sd() to find the standard deviation of a variable. For example if you have a data set named mydata and a variable named myvariable then sd(mydata$myvariable) will return the standard deviation of myvariable. Use the code below to create a new data set of only diamonds with color "E."
color.E <- diamonds[which(diamonds$color =="E"),]
What is the standard deviation of the price of E color diamonds?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!