gravatar

S_Madamedon

Spencer Madamedon

Recently Published

Kaplan-Meier Estimator of Survival Function and the Log-rank test
This article introduces how to implement the statistical concepts of survival analysis in R. The Rossi dataset from CarData library is used for this study. The study was an experiment in which financial aid was randomly provided to half the prisoners and the primary purpose was to determine whether financial aid would help released prisoners reduce their time to first arrest following release.
Support Vector Machine in R
This article uses SVM to perform optical character recognition(OCR) in R.
The Application of Artificial Neural Network Regression in R
This article provides a model that uses artificial neural networks to reliably predict concrete strength in construction and provides a list of the input building materials.
Motor Insurance Premium
A detailed example of forecasting insurance policy using a regression model in R.
Building a Classification Tree Model to predict a Permit Application
This model predicts whether a permit application will be expedited or not depending on its features in R. The results suggest that the model has a prediction accuracy of 86.4 percent when compared to the test data.
Multiple Regression to predict Health Blood Pressure
This article predicts a patient's blood pressure based on their health indicators and lifestyle in R. Our results indicate that the model explains approximately 21% of the variability in the response. To create a better model, we would need to include more predictors that correlate with the response.
Student Admission Status
The application of nearest neighbours (K-NN) approach and logistics regression to classification in R programming.
Loan Applications Approval
This article used a decision tree and a random forest algorithm to classify loan application approval.
Classification Logistic Regression and K-Nearest Neighbors
This article contains two alternative algorithms applied to the same dataset. We utilised both the logistic regression model and the K-NN model to evaluate which was best suited to this dataset by comparing model accuracy to test data.
Machine Learning in R
Detecting fraudulent transaction