Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

# CG Q5 - Use the mean() function to find the average ###### rating for movies that are longer than 120 minutes ###### and have

# CG Q5 - Use the mean() function to find the average

###### rating for movies that are longer than 120 minutes

###### and have a PG certificate.

mean(imdb$rating[imdb$length.in.min > 120 & imdb$certificate == "PG"])

# CG Q6 - Use the mean() function to find the average

###### budget for movies that are longer than 120 minutes

###### and have a PG certificate.

mean(imdb$budget[imdb$length.in.min > 120 & imdb$certificate == "PG"])

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

Financial Accounting An Introduction To Concepts Methods And Uses

Authors: Clyde P. Stickney, Roman L. Weil

10th Edition

0324183518, 978-0324183511

More Books

Students also viewed these Accounting questions

Question

What are the assumptions of break-even analysis?

Answered: 1 week ago

Question

Customers have to repeat information they have already provided.

Answered: 1 week ago