Quantcast
Channel: Mathew Analytics
Browsing latest articles
Browse All 36 View Live

Image may be NSFW.
Clik here to view.

R Programming Notes

I’ve been on a note taking binge recently. This post covers a variety of topics related to programming in R. The contents were gathered from many sources and structured in such a way that it provided...

View Article



Image may be NSFW.
Clik here to view.

Introduction to the RMS Package

The rms package offers a variety of tools to build and evaluate regression models in R. Originally named ‘Design’, the package accompanies the book “Regression Modeling Strategies” by Frank Harrell,...

View Article

Image may be NSFW.
Clik here to view.

Statistics Refresher

Let’s face it, a good statistics refresher is always worthwhile. There are times we all forget basic concepts and calculations. Therefore, I put together a document that could act as a statistics...

View Article

Image may be NSFW.
Clik here to view.

Examining Website Pathing Data Using Markov Chains

A markov model can be used to examine a stochastic process describing a sequence of possible events in which the probability of each event depends only on the state attained in the previous event....

View Article

Image may be NSFW.
Clik here to view.

Using csvkit to Summarize Data: A Quick Example

As data analysts, we’re frequently presented with comma-separated value files and tasked with reporting insights. While it’s tempting to import that data directly into R or Python in order to perform...

View Article


Image may be NSFW.
Clik here to view.

Working With SEM Keywords in R

The following post was republished from two previous posts that were on an older blog of mine that is no longer available. These are from several years ago, and related to two critical questions that I...

View Article

Image may be NSFW.
Clik here to view.

R Programming Notes – Part 2

In an older post, I discussed a number of functions that are useful for programming in R. I wanted to expand on that topic by covering other functions, packages, and tools that are useful. Over the...

View Article

Image may be NSFW.
Clik here to view.

Data.Table by Example – Part 1

For many years, I actively avoided the data.table package and preferred to utilize the tools available in either base R or dplyr for data aggregation and exploration. However, over the past year, I...

View Article


Image may be NSFW.
Clik here to view.

Data.Table by Example – Part 2

In part one, I provided an initial walk through of some nice features that are available within the data.table package. In particular, we saw how to filter data and get a count of rows by the date. dat...

View Article


Image may be NSFW.
Clik here to view.

Data.Table by Example – Part 3

For this final post, I will cover some advanced topics and discuss how to use data tables within user generated functions. Once again, let’s use the Chicago crime data. dat = fread("rows.csv")...

View Article
Browsing latest articles
Browse All 36 View Live




Latest Images