Author: Alex Pieters | Last modified: December 03, 2024
Welcome to Assignment B4!
This assignment is focused on manipulating strings and functional programming in R (OPTION A). The objectives are as follows:
- Plotting the most common words in Jane Austen's book Emma from the
janeaustenrpackage without stop words found in thestopwordspackage (Exercise 1). - Evaluating a linear model for each car’s horsepower versus mileage using the
mtcarsdataset for assessing the hypothesis that these variables are inversely proportional (Exercise 3).
-
README.md: Provide distinctions for this assignment and instructions.
-
assignment-b4.Rmd: The source code .Rmd file for the assignment.
-
assignment-b4.md: The knitted output of assignment-b4.Rmd.
-
assignment-b4_files/figure-gfm: The output images file for the assignment.
-
Fork the repository in RStudio by following the steps:
- Go to the Rstudio and select “File > New Project”
- Select "Version Control"
- Click on Git
- Fill in (https://github.com/stat545ubc-2024/assignment-b4-apieters1
.git) in URL - Browse to where you would like to create this folder and select "create project"
-
Open the assignment-b4.Rmd file.
-
Click Knit on the top to generate the .md file and view the output.