Create a new project in RStudio called assignment_02. From here on, the project refers to the newly created RStudio project assignment_02. Everything you do from here on will be done within the project. Create and save a new, empty, R script file.

statistics

Description

Create a new project in RStudio called assignment_02. From here on, the project refers to the newly created RStudio project assignment_02. Everything you do from here on will be done within the project. Create and save a new, empty, R script file. You can name it as you please. Answers to all questions in this assignment have to be written into this single R script file, which can be sent as PDF. The entire R script file must be correct R syntax to receive full credits (i.e., there must not be any errors when executing the commands in this R script from top to bottom).


In this part you are going to load data from an external source and create plots using the ggplot2 package. For this part, you need to first install the tidyverse package (this should not be part of your R script). Run the following command in your R console:




Related Questions in statistics category