This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Atom Sync |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################################################################ | |
| # SETUP | |
| ################################################################################ | |
| # Load the data | |
| load("supermarket1996.RData") | |
| # Overview of the variables included in the dataframe | |
| str(supermarket1996) | |
| summary(supermarket1996) |
NewerOlder