Publications by Chance Jones

Homework 6, MS 4373

27.11.2024

Part 1, Classification Tree Method (50pts in total) Starter code for German credit scoring Refer to http://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data)) for variable description. The response variable is Class and all others are predictors. Only run the following code once to install the package caret. The German credit scoring ...

4292 sym R (12412 sym/45 pcs) 3 img

Homework 5, SVM, MS 4373

13.11.2024

Starter code for German credit scoring Refer to http://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data)) for variable description. The response variable is Class and all others are predictors. Only run the following code once to install the package caret. The German credit scoring data in provided in that package. install.packages('...

7051 sym R (25333 sym/53 pcs) 3 img

Homework 5, MS 4373

03.11.2024

Starter code for German credit scoring Refer to http://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data)) for variable description. The response variable is Class and all others are predictors. Only run the following code once to install the package caret. The German credit scoring data in provided in that package. Task1: Data Prepa...

7241 sym R (46331 sym/45 pcs) 6 img

exam

10.10.2024

Instructions This is the R portion of your mid-term exam. You will analyze the Auto dataset, which contains information about various car models (similar to mtcar). Follow the instructions carefully and write your R code in the provided chunks. You will be graded on the correctness of your code, the quality of your analysis, and your interpret...

3423 sym R (5795 sym/18 pcs) 3 img

Homework 3, MS 4373

04.10.2024

Data Exploration load the mtcars dataset assigning itself to it’s name, and load the appropriate packages library(ggplot2) library(MASS) data("mtcars") attach(mtcars) ## The following object is masked from package:ggplot2: ## ## mpg ?mtcars ## starting httpd help server ... ## done summary(mtcars) ## mpg cyl ...

5523 sym R (11183 sym/50 pcs) 9 img

Homework 2, MS 4373

13.09.2024

Hello, my name is Chance Jones, a Business Analytics student at UTSA, working on my Business Administration degree to which I am currently on my last year for. picture of myself Academic Background A degree in Business Administration with a major in Business Analytics, UTSA, San Antonio, TX Literature 1&2, world history Northwest Vista, San A...

1708 sym 1 img

"Relationship Between Ozone & Temperature" week 3

12.09.2024

italic this phrase is in italics hey I’m bold and awesome bold package_name # this appears in monospaced font nrow(iris) # this will show a number after knitting superscript2 subscript2 show a URL as a hyperlink http://whatacoolexample.com show a hyperlink with a linked phrase OMG this text will show instead of the URL caption for a picture ...

2669 sym R (3115 sym/19 pcs) 3 img