Using Sample Datasets Installed in R
R has built-in datasets which can be useful for learning R. Let’s take a look at these. From RGui, let’s see the packages installed by going to Load package: We can see datsets and MASS are installed: From RStudio we can see the same thing: We can use datasets right away as the library is loaded. In RGui or RStudio, type in: data() This will display the datasets installed in the … Continue reading Using Sample Datasets Installed in R