Publications by Tage Singh
SPS-WRKSHOP-FINAL
CUNY SPS R-WORKSHOP Final Assignment Tage N Singh This Project use A Consolidate Dataset From 1969 to 1989 and is accessed from github. The Question ? ? – Is THERE CORRELATION ACROSS REGIONS/STATES (AND DC) IN THE US AMONG THE FOLLOWING : : – US BIRTH RATES – MEDIAN HOUSEHOLD INCOME – PER CAPITA HOUSEHOLD INCOME – US GROSS DEOM...
710 sym R (36506 sym/84 pcs) 9 img
sps week 2
CUNY SPS R WORKSHOP Week 2 Assignment Tage N Singh This assignment uses a dataset of physician visits, it is located and accessed on github Answer to Question 1 ## ## Attaching package: 'scales' ## The following object is masked from 'package:readr': ## ## col_factor ## The Summary of the dataset is : ## Physician_Visits Non_Physic...
315 sym R (16629 sym/47 pcs)
SPS-DAT607-PROJ1
This project makes use of the “stringr” package. eloreadin1 <- read.csv("https://raw.githubusercontent.com/tagensingh/SPS-DATA607-PROJECT-1/main/tournamentinfo.txt",skip = 3, header = F) #eloreadin1 ##Step 1 Remove the "dashed "-" lines from the data eloreadin2 <- str_split(eloreadin1[,], "-", simplify=TRUE) #eloreadin2 ## Step 2 Get t...
70 sym R (8984 sym/13 pcs)
CUNY-SPS-DATA607-SP21-ASSIGNMENT-1
ASSIGNMENT OVERVIEW The article pertaining to this dataset is shown below - Congress’s Age Problem ( 1947 - 2013) It provides a statistical perspective of a New York Times article published in April 2014 The main theme of the article is that the members of congress are considerably older than the constituents they represent We will present ...
742 sym R (3099 sym/15 pcs) 1 img
SPS-DATA607-ASSIGNMENT-2-RESULTS
###This page provides some sample code and outputs for the Multi-Table Project ## Warning: package 'ggplot2' was built under R version 4.0.3 ## Warning: package 'tidyverse' was built under R version 4.0.3 ## Warning: package 'tibble' was built under R version 4.0.3 ## Warning: package 'readr' was built under R version 4.0.3 ## Warning: package 'f...
594 sym R (8350 sym/21 pcs)
SPS-WEEK2-ASSIGNMENT-OUTPUT-1
MULTI-TABLE SURVEY PROJECT The survey was designed and published to classmates and Linkedin participants using SurveyMonkey The NETFLIX data was provided by https://www.kaggle.com/ You can participate in the survey by clicking on this link https://www.surveymonkey.com/r/RGWG7Q7 The native SurveyMonkey results can be viewed with this link (Not...
1780 sym
SPS-DATA607-ASSGN3
## ## 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 ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v tibble 3.0.6 v purrr 0.3.4 ...
722 sym R (5320 sym/27 pcs)
DATA 606 FINAL PROJECT - PROPOSAL
DATA 606 FINAL PROJECT - PROPOSAL - Tage N Singh 2021-04-11 output: prettydoc::html_pretty: theme: architect highlight: github 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': ...
3187 sym R (4062 sym/33 pcs) 5 img
DATA607-WK5
rawdata1 <- read.csv("ASGMNT5RAW.csv", header = TRUE, stringsAsFactors = FALSE) # Read the .csv file rawdata1 ## X X.1 LAX PHX SAN SFO SEA ## 1 ALASKA On-Time 497 221 212 503 1,841 ## 2 Delayed 62 12 20 102 305 ## 3 NA NA NA ## 4 AM WEST On-Time 694 4,840 383 ...
22 sym R (4366 sym/16 pcs)
SPS-DATA607-A-7
Use the link below to view the .csv file (https://github.com/tagensingh/sps-data607-week7/blob/main/SPS-D607-A-7.csv) A Preview of the data in .csv format tnsbooks <- read.csv(file ="https://raw.githubusercontent.com/tagensingh/sps-data607-week7/main/SPS-D607-A-7.csv") tnsbooks <- data.frame(tnsbooks) tnsbooks ## ...
1641 sym R (9514 sym/17 pcs)