Want to support my blog?
Or if you’re interested in working with me, I’m open to freelance work. You can book an appointment with me on Calendly.
Final project of Term 1
The final project for both classes – BAN 7001 Probability and BAN 7002 Analytical – were similar looking at loan data set, but the objectives of the regression model and the…
Text Analytics
“Text Analytics, also known as text mining, is the process of examining large collections of written resources to generate new information, and to transform the unstructured…
Creating Custom User Defined Functions (UDF) and K-Means Clustering in R
We learned to write user-defined functions, we can now call the function anytime we need to analyze the data, enabling us to remove redundancy and duplication in code.…
Data Wrangling 2.0 with R
Now this week is data wrangling 2.0 with R, where we’ll be taking a step further into wrangling and look at data structuring where we will be using more techniques like…
Basics of R programming language
Basic Operators and functions, Logical Operators, Conditional Logic, Loops, For Loop, While Loop, Magrittr Pipes, Pipes, Import & Export, Plotting, RMarkdown.
The journey of learning R programming language begins
Regardless of what language it is, the analytic process of every programming language is the same. So since we’ve already learned programming, learning R would be similar to…
Wrapping up SAS with mid-term project and kicking off R
This is Week 8 of the MSBA program, an end to our learning of SAS programming language and beginning of R programming language. Our SAS learning journey ended with a…
Building Multiple Linear Regression Model
This week we studied about Estimation and Regression. For estimation, we specifically looked at T-Test or Student T-Test, and for regression, we particularly looked at…
A beginning to unsupervised machine learning
Last week we learned about using macros in SAS. To be honest, in the beginning, I found it really difficult, but after reviewing it few times even after submitting my…