Question: mean ( wine$price, na . rm = 1 ) # CG Q 5 a # Use the mean ( ) function to calculate the average

mean (wine$price, na.rm=1)
# CG Q5a # Use the mean() function to calculate the average points for the Napa Sonoma sub-region.
33
##### Your code should pe a single line and will use the square brackets for subsetting.. wine$
# CG Q5b # Use the mean() function to calculate the average price for the Napa Sonoma sub-regionusing a single line of code.
# CG Q6 # Now we'll practice our counting skills again.
##### The rating scale being used by these tasters orignally had 91 as the highest possible score
##### and now goes to 100 for exceedingly delicious wines.
##### Use the sum() function on a logical vector that checks for whether points are greater than 91 or not
#### to count the number of wine ratings with more than 91 points.
# CG Q7a # Now we'll practice subsetting on more than one criteria. ##### Use the mean() function to compute the average points for wines ##### that are chardonnay and from the Napa Sonoma sub-region.
# CG Q7b # More practice subsetting on more than one criteria. ##### Use the mean() function to compute the average price for wines that are
 mean (wine$price, na.rm=1) # CG Q5a # Use the mean() function

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!