Publications by MSDS 6372: Jacob Turner: Student: Jessica McPhaul link:
title: "6372 Project 1 - Deep Dive Into Life Expectancy"
library(readr) 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) library(plotly) ## ## Attaching package: 'plotly' ## The following object i...
2767 sym R (189573 sym/153 pcs) 8 img
almost
library(readr) 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) library(plotly) ## ## Attaching package: 'plotly' ## The following object i...
3074 sym R (190366 sym/156 pcs) 12 img
Almost done
library(readr) 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) library(plotly) ## ## Attaching package: 'plotly' ## The following object i...
2904 sym R (189830 sym/154 pcs) 9 img
project in progress
--- title: "Project Working Model" author: "Jessica McPhaul" date: "2024-02-10" output: html_document --- ## R Markdown This document provides an overview of the project workflow and includes code for data processing, analysis, and visualization. ### Part A #### 1. Library Optimization ```r library(readr) library(dplyr) ## ## Att...
2752 sym R (79035 sym/84 pcs) 1 img