Question: Question 1 A)Write an R code to import this data into R as a tibble and store it as collegedata. Also, write an R code
Question 1
A)Write an R code to import this data into R as a tibble and store it as collegedata. Also, write an R code to extract the columns Name of Institution and 2014-15 Tuition and fees from collegedata and call it tuition. Print the first 5 and last 5 observations from the tuition.
(b) Write an R code to find the tuition fee of the 'University of Georgia' from the tuition.
(c) Write an R code to find the tuition fees of Harvard University or Massachusetts Institute of Technology from the tuition.
(d) Write an R code to find the tuition fees that are greater than 40000 but less than or equal to 50000 from the tuition and arrange the values based on tuition fees. (6 Marks)
(e) Write an R code to find the tuition fee for the institutions in Georgia.
I already have part A done but I need help on b-e
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
