Publications by David Blumenstiel

Project 1 Pre-Analysis

22.06.2021

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(forecast) ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zo...

528 sym R (3629 sym/23 pcs) 12 img

Data 622 Assignment 4: Mental Health Analysis

19.11.2021

Purpose For this assignment, we will be working with a very interesting mental health dataset from a real-life research project. All identifying information, of course, has been removed. The attached spreadsheet has the data (the tab name “Data”). The data dictionary is given in the second tab. You can get as creative as you want. The assignm...

23580 sym R (33768 sym/55 pcs) 19 img

Data 622 Homework 3 Loan Approval Prediction

23.10.2021

Purpose The purpose of this assignment was to train and evaluate models to classify loan approval status based on a provided dataset of 614 observations of 13 variables. After performing an exploratory data analysis, the data was pre-processed and split into a set for training the models and a set for testing the models. Cross-validation was used...

15029 sym R (12143 sym/39 pcs) 17 img