Publications by MSDS1

Econ144ProjectOne

22.05.2024

library(forecast) ## Warning: package 'forecast' was built under R version 4.3.2 ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zoo.data.frame zoo library(AER) ## Warning: package 'AER' was built under R version 4.3.2 ## Loading required package: car ## Loading required package: carData ## Loading required pa...

5382 sym R (10553 sym/74 pcs) 17 img

Econ144ProjectThree

22.05.2024

Libraries: library(AER) ## Warning: package 'AER' was built under R version 4.3.2 ## Loading required package: car ## Loading required package: carData ## Loading required package: lmtest ## Loading required package: zoo ## ## Attaching package: 'zoo' ## The following objects are masked from 'package:base': ## ## as.Date, as.Date.numeric ## L...

7016 sym R (6129 sym/76 pcs) 8 img

Econ144ProjectTwo

22.05.2024

library(AER) ## Warning: package 'AER' was built under R version 4.3.2 ## Loading required package: car ## Loading required package: carData ## Loading required package: lmtest ## Loading required package: zoo ## ## Attaching package: 'zoo' ## The following objects are masked from 'package:base': ## ## as.Date, as.Date.numeric ## Loading requ...

7944 sym R (11763 sym/79 pcs) 29 img

Who Will Win the 2024 NBA Championship?

21.02.2024

Part One: Introduction In this project, I will attempt to perform statistical analysis and prediction models to determine the most important variables/factors that contribute to an NBA team winning the championship. Particularly, I will utilize both general variables to what most people would agree on that determines the NBA team’s chances to win...

13553 sym 5 img

Econ 131 HW 1

26.01.2024

Factor names were originally assigned to the first row, so had to fix it. nsch_2022_topical <- read.delim("~/Downloads/nsch_2022_topical.csv", header=FALSE) bmidata <- data.frame(nsch_2022_topical) new_factor_names <- as.character(bmidata[1, ]) colnames(bmidata) <- new_factor_names bmidata <- bmidata[-1, , drop = FALSE] A) bmidata <- bmidata[bmida...

1709 sym

Econometrics Review Project

21.01.2024

library(AER) ## Loading required package: car ## Loading required package: carData ## Loading required package: lmtest ## Loading required package: zoo ## ## Attaching package: 'zoo' ## The following objects are masked from 'package:base': ## ## as.Date, as.Date.numeric ## Loading required package: sandwich ## Loading required package: surviv...

16895 sym R (24245 sym/175 pcs) 18 img