Publications by Oliver Faulkner Anderson

Data 502 Homework 4

29.09.2022

Install Fuel Economy Package # install.packages("fueleconomy") library(fueleconomy) ?vehicles library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1....

891 sym R (11004 sym/46 pcs) 19 img

Midterm 1 Skills Check

01.03.2021

Part I: dplyr Importing data for dplyr portion. # Import the package ### install.packages("Lahman") library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr 0.3.4 ## ✓ tibble ...

8054 sym R (4750946 sym/46 pcs) 3 img

Markdown Example MATH239 Class 5B

18.02.2021

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...

594 sym R (262 sym/2 pcs) 1 img

Project Milestone #4

01.04.2021

Calling the dataset library(tidyverse) ## ── Attaching packages ────────────────────────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr 0.3.4 ## ✓ tibble 3.0.3 ✓ dplyr 1....

2459 sym R (8346 sym/37 pcs) 4 img

Project Milestone #2

04.03.2021

Introduction The increase in overall incidence of preventable diseases in developed countries has underscored the necessity of accurately predictive measures to combat the detriments associated with the decline in community health. This data set specifically introduces possible indicators of heart attack risk. In understanding the relationship a...

6134 sym R (7406 sym/20 pcs) 7 img

Math 239 Project Milestone #3

18.03.2021

Numeric Response Variable: Blood Pressure Numeric Explanatory Variable: Age Calling the dataset library(tidyverse) ## ── Attaching packages ────────────────────────────────────────────────────────── tidyverse 1.3.0 ── ## �...

2023 sym R (3462 sym/18 pcs) 4 img

Math 239 Final Project

30.04.2021

library(tidyverse) ## ── Attaching packages ────────────────────────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr 0.3.4 ## ✓ tibble 3.0.3 ✓ dplyr 1.0.3 ## ✓ tidyr 1...

69 sym R (11637 sym/56 pcs) 7 img

Project Milestone #5

22.04.2021

library(tidyverse) ## ── Attaching packages ────────────────────────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr 0.3.4 ## ✓ tibble 3.0.3 ✓ dplyr 1.0.3 ## ✓ tidyr 1...

579 sym R (11962 sym/46 pcs) 5 img