Recently Published
Learning Apply Family Functions in R
The objective of this worksheet is to enhance knowledge of the apply family functions.
Learning `stringr` library in R
Learn basics of `stringr` library in R
Portfolio Optimization Using R (HM Model)
This R Markdown document provides an implementation of portfolio optimization using the HM (Harry Markowitz) model. The HM model is a widely used framework for constructing efficient portfolios based on mean-variance analysis. It can be applied for N number of securities.
Mastering String Manipulation in R: A Practical Problem-Based Approach (Problem 1)
Learn string manipulation using `stringr` library. I focus on learning regex in this article.