Chapter 12 Graphing Your Own Dataset

Before we start, make sure the proper packages have been loaded to RStudio. Another important consideration is that in order to graph, your dataset must be is ready to go. That means no missing data, all variable names are appropriate (no spaces, no symbols, cannot begin with a number) and that you have all of the variables required for your graph. If your data meets these criteria, you are ready to graph.