Publications by Blaise Sevier

Sevier-Final

07.05.2020

Background information According to Kaggle.com, this dataset consists of the Average SAT Scores for NYC Public Schools. The Data are organized by 22 columns. The column names are as follows: department ID number, school name, borough, building code, street address, latitude/longitude coordinates, phone number, start and end times, student enrollm...

21409 sym R (23149 sym/101 pcs) 1 img

Dplyr Lab

14.02.2020

Beaches What season has the greatest rainfall grouped by year? What month has the greatest rainfall on average? Pseudo code Q1: Group_by season Filter by year Summarize by rainfall Pseudo code Q2: Group by month, month_name Filter by year Summarize mean rainfall Beaches Q1: beaches <- read.csv("https://raw.githubusercontent.com/araastat/BIO...

1162 sym R (6797 sym/25 pcs)

Data Visualization

03.02.2020

Data Visualization has gone mainstream Data visualization is becoming less of a tech company rarity and more a part of everyone’s everyday life. This is an article summary about how data visualization has gone mainstream or something that is now considered to be conventional or normal. This article helps us see both the positive and negative ...

2627 sym R (92 sym/1 pcs) 6 img

Test15HSEnroll

01.02.2021

knitr::opts_chunk$set(echo = TRUE) library(ggplot2) 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(tidyr) library(tidyverse) ## -- Attaching pac...

531 sym R (8504 sym/22 pcs)

Test14Biology

29.01.2021

knitr::opts_chunk$set(echo = TRUE) library(ggplot2) 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(tidyr) library(tidyverse) ## -- Attaching pac...

836 sym R (2755 sym/36 pcs)

Test11Alg2

28.01.2021

knitr::opts_chunk$set(echo = TRUE) library(ggplot2) 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(tidyr) library(tidyverse) ## -- Attaching pac...

882 sym R (3049 sym/38 pcs)

Test10AlgI

28.01.2021

knitr::opts_chunk$set(echo = TRUE) library(ggplot2) 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(tidyr) library(tidyverse) ## -- Attaching pac...

2756 sym R (7523 sym/106 pcs)

Test3AP

28.01.2021

knitr::opts_chunk$set(echo = TRUE) library(ggplot2) 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(tidyr) library(tidyverse) ## -- Attaching pac...

3280 sym R (4769 sym/61 pcs)

Test9Geom

28.01.2021

knitr::opts_chunk$set(echo = TRUE) library(ggplot2) 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(tidyr) library(tidyverse) ## -- Attaching pac...

915 sym R (4301 sym/43 pcs)

Test12AdvancedMathematics

28.01.2021

knitr::opts_chunk$set(echo = TRUE) library(ggplot2) 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(tidyr) library(tidyverse) ## -- Attaching pac...

1011 sym R (3345 sym/40 pcs)