Publications by Nate Jack

Classwork ggplot

01.04.2022

library(ggthemes) ## Warning: package 'ggthemes' was built under R version 4.1.3 ## Warning in register(): Can't find generic `scale_type` in package ggplot2 to ## register S3 method. library(ggrepel) ## Warning: package 'ggrepel' was built under R version 4.1.3 ## Loading required package: ggplot2 library(RColorBrewer) library(highcharter) ## ...

114 sym R (2344 sym/36 pcs) 15 img

Webscrapping

04.04.2022

library(rvest) library(ggthemes) ## Warning: package 'ggthemes' was built under R version 4.1.3 ## Warning in register(): Can't find generic `scale_type` in package ggplot2 to ## register S3 method. library(ggrepel) ## Warning: package 'ggrepel' was built under R version 4.1.3 ## Loading required package: ggplot2 library(RColorBrewer) library(...

2594 sym R (16563 sym/92 pcs) 3 img

Document

12.05.2022

Read in your dataset and libraries setwd("~/Data 101") stroke_df <- read.csv("stroke.csv") library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.1.3 ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.7 ## v tid...

12012 sym R (8027 sym/55 pcs) 9 img

Final Project

11.05.2022

This dataset takes a look at Maryland’s socioeconomic characteristics by county. The reason for my choice is my interest in what causes poverty. Through research, I know that negative socioeconomic characteristics such as illiteracy, unemployment, and low life expectancy are known to be associated with poverty. The data table includes demograph...

18018 sym R (65669 sym/85 pcs) 7 img

Project 3B

20.04.2022

#1 This data approach student achievement in secondary education of two Portuguese schools. The data attributes include student grades, demographic, social and school related features) and it was collected by using school reports and questionnaires. Two datasets are provided regarding the performance in two distinct subjects: Mathematics (mat) a...

8363 sym R (11285 sym/39 pcs) 13 img

Bloggers

15.04.2022

library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.1.3 ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.7 ## v tidyr 1.1.4 v stringr 1.4.0 ## v readr 2.1.1 v forcats 0.5.1 ## -- Conflicts ------...

54 sym R (7875 sym/41 pcs) 9 img

Project 3a

11.04.2022

The data includes age which is continuous. It includea the work class: Private, Self-emp-not-inc, Self-emp-inc, Federal-gov, Local-gov, State-gov, Without-pay, Never-worked. Final weight is represented by “fnlwgt” which is continuous. ducation is divided up into Bachelors, Some-college, 11th, HS-grad, Prof-school, Assoc-acdm, Assoc-voc, 9th, ...

2678 sym R (11198 sym/32 pcs) 6 img

GIS

10.04.2022

# Set various values needed, including names of files and FIPS codes for New Hampshire and South Carolina nhdatafile <- "NHD2016.xlsx" nhdatafilecsv <- "NHD2016.csv" usshapefile <- "cb_2014_us_county_5m/cb_2014_us_county_5m.shp" nhfipscode <- "33" scdatafile <- "SCGOP2016.csv" scfipscode <- "45" Run any of the install.packages() commands b...

3135 sym R (30935 sym/120 pcs) 13 img

Superheroes

09.04.2022

#1 library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) setwd("~/Data 101") heroes_df <-read.csv("heroes_information.csv") str(heroes_df) ## '...

1002 sym R (6641 sym/41 pcs) 3 img

Project 2

20.04.2022

This data takes a look at student achievement in secondary education of two Portuguese schools. The data attributes include student grades, demographic, social and school related features) and it was collected by using school reports and questionnaires. Two datasets are provided regarding the performance in two distinct subjects: Mathematics (mat...

12750 sym R (124632 sym/61 pcs) 14 img