Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 (15 marks): Mine he UCBAdmissions is an r built-in data frame has 24 rows and 4 columns. It is an aggregate data

image text in transcribed

Question 1 (15 marks): Mine he "UCBAdmissions" is an r built-in data frame has 24 rows and 4 columns. It is an aggregate data or pplicants to graduate school at Berkeley for the six largest departments in 1973 classified by admissie nd sex. You can read it by converting it into tibble using the following line of code: UCB= as tibble(UCBAdmissions) Use "UCB" tibble created above and write r code to do the following: a) Count the number of admitted and rejected students b) Count the number of male and female students c) Calculate the mean of the "n" value. d) Convert Admit, Gender, Dept columns into factors. e) Plot the boxplot of Freq for each Dept. I Question 1 (15 marks): Mine he "UCBAdmissions" is an r built-in data frame has 24 rows and 4 columns. It is an aggregate data or pplicants to graduate school at Berkeley for the six largest departments in 1973 classified by admissie nd sex. You can read it by converting it into tibble using the following line of code: UCB= as tibble(UCBAdmissions) Use "UCB" tibble created above and write r code to do the following: a) Count the number of admitted and rejected students b) Count the number of male and female students c) Calculate the mean of the "n" value. d) Convert Admit, Gender, Dept columns into factors. e) Plot the boxplot of Freq for each Dept. I

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

Accounting Information Systems

Authors: Vernon Richardson, Chengyee Chang

1st edition

ISBN: 78025494, 978-0078025495

More Books

Students also viewed these Accounting questions