How do i load data set part of the MASS library in R?
问题 I am working through this book dealing with statistical learning/machine learning and R. One of the problem states: To begin, load in the Boston data set. The Boston data set is part of the MASS library in R. library (MASS) Now the data set is contained in the object Boston . Read about the data set: ?Boston I don't understand the syntax library(MASS) . How do I get the Boston data set from this? I've tried Boston=library(MASS) but that gives me an array of words: "MASS" "stats" "graphics"