From the course: R for Excel Users

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Charts from Desc

Charts from Desc - R Tutorial

From the course: R for Excel Users

Charts from Desc

- [Instructor] I have already drawn R's attention to the fact that the DescTools contributed package exists and has been loaded into memory by means of the library function, so we have access to the Desc function. I've also set formatting options so that the fixed decimal notation and thousands separator are as I want them. Also, as I've shown earlier and repeat here. In earlier lessons, we've looked at the statistical summaries that the Desc function provides. The Desc function can also provide you with useful charts showing the distribution of the variables, and we'll be taking a look at those in this video. At this point, we use the Desc function once again to create the charts. Let's run Desc on the temperature variable in the d.pizza data frame. Recall that in this version of R, the plotit argument is TRUE by default, and we get the charts that show up in response. We get first the frequency chart. It shows the…

Contents