Question: QUESTION 2 Get the package 'AER' and load it in R for use by > library(AER) A full list of all data sets in 'AER'

QUESTION 2 Get the package 'AER' and load it in R for use by > library("AER") A full list of all data sets in 'AER' can be obtained, for example, via >data(package = "AER") Among the available datasets, we will use CA Schools. Which of the following will load the dataset CA Schools? (Hint: just try one by one!) a. use("CASchools") b. import("CASchools") C.data("CASchools") O d. help("CASchools")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
