Foray into Wargaming: A Duel Calculator
In this post, we will explore the application of simple mathematics to simulate outcomes of a tabletop wargame. The game we will be discussing is called Middle Earth Strategy Battle Game (MESBG), ...
In this post, we will explore the application of simple mathematics to simulate outcomes of a tabletop wargame. The game we will be discussing is called Middle Earth Strategy Battle Game (MESBG), ...
This post is a follow-up to a previous post where we created data tables with values and metrics from tickers in a portfolio. The same data frames will be used here (see previous post for code). In...
A quick reminder for hosting a blog on GitHub Pages such as this one. I am using the Chirpy theme with Jekyll. Guides Head over to GitHub, a web-based version control service, and create an a...
This post is an exploration of R coding, applied to analyzing a financial portfolio. We will scrape ETF stock data from web pages and APIs (via quantmod), calculate financial metrics, and produce ...