Publications by Cara Sullivan
Cara Sullivan Assignment 1
This assignment is not really a coding assignment. The purpose is mostly to get you used to creating reports in R as you’ll need to do this for future assignments. We will cover reporting in more depth later in the course. Instructions In the YAML header, change the author name to your name. (10 points) In the code chunk below, on line 29, ad...
832 sym R (363 sym/2 pcs)
Assignment 6
Assignment 6 Understanding patient needs is important for improving healthcare systems. Web forums are a common way for patients from around the world to ask questions, request support and become educated about their condition. Web scraping could provide useful information to researchers and clinicians about different patient populations. A forum...
3508 sym R (2859 sym/4 pcs) 3 img
Assignment_5_with_code
Background library(dplyr) library(ggplot2) library(knitr) library(tidyr) library(kableExtra) library(ggplot2) library(dplyr) library(plotly) library(reshape2) library(ggridges) library(tidyverse) The United Kingdom’s Government website https://data.gov.uk offers an accessible way to access open data from many different sectors. Analyzing clinic...
3677 sym R (4288 sym/4 pcs) 2 img
BUA 681 Assignment 4
Replication of ‘Where Do People Drink’ Bar Chart 1. Install libraries library(fivethirtyeight) ## Some larger datasets need to be installed separately, like senators and ## house_district_forecast. To install these, we recommend you install the ## fivethirtyeightdata package by running: ## install.packages('fivethirtyeightdata', repos = ## '...
142 sym R (11412 sym/33 pcs) 1 img
Assignment 2 - Cara Sullivan
Instructions Refer to the detailed instructions for this assignment in Brightspace. Data Import Don’t alter the three code chunks in this section. First we read in the two data sets and deleting missing values. install.packages("tidyverse", repos = "https://cran.r-project.org/web/packages/tidyverse/index.html") library(tidyverse) fluoride <- r...
1966 sym R (12269 sym/31 pcs) 2 img
BUA681_assignment3
A list of potential universities based on specified preferences 1. Load libraries library(tidyverse) ## ── Attaching packages ────────────────────────────────────────────────────────────────────────�...
4674 sym R (28471 sym/59 pcs)
BUA681_Assignment5
Background The United Kingdom’s Government website https://data.gov.uk offers an accessible way to access open data from many different sectors. Analyzing clinical health data can offer many important insights into treatment improvement and at times disease pathology. This open data website was chosen for the breadth and depth of the open sourc...
3677 sym 2 img
BUA681_Assignment_1
Anti-Dairy Misinformation Campaign Based on the correlation of muenster cheese consumption and deaths by firearms (0.9), it is clear that you put your life in imminent danger the moment you put muenster in your mouth. ...
227 sym 1 img