Publications by Steven P. Sanderson II, MPH

ADF and Phillips-Perron Tests for Stationarity using lists

22.01.2023

Introduction A time series is a set of data points collected at regular intervals of time. Sometimes, the data points in a time series change over time in a predictable way. This is called a stationary time series. Other times, the data points change in an unpredictable way. This is called a non-stationary time series. Imagine you are playing a g...

2546 sym R (3634 sym/8 pcs)

Another Post on Lists

19.01.2023

Introduction Manipulating lists in R is a powerful tool for organizing and analyzing data. Here are a few common ways to manipulate lists: Indexing: Lists can be indexed using square brackets “[ ]” and numeric indices. For example, to access the first element of a list called “mylist”, you would use the expression “mylist[1]”. Subset...

1631 sym R (612 sym/12 pcs)

Simplifying List Filtering in R with purrr’s keep()

24.01.2023

Introduction The {purrr} package in R is a powerful tool for working with lists and other data structures. One particularly useful function in the package is keep(), which allows you to filter a list by keeping only the elements that meet certain conditions. The keep() function takes two arguments: the list to filter, and a function that returns ...

2886 sym R (423 sym/8 pcs)

Service Line Grouping with {healthyR}

26.01.2023

Introduction Healthcare data analysis can be a complex and time-consuming task, but it doesn’t have to be. Meet {healthyR}, your new go-to R package for all things healthcare data analysis. With {healthyR}, you can easily and efficiently analyze your healthcare data, and make sense of the information it contains. One of the key features of {hea...

2699 sym R (406 sym/4 pcs)

Transforming Your Data: A Guide to Popular Methods and How to Implement Them with {healthyR.ai}

25.01.2023

Introduction Transforming data refers to the process of changing the scale or distribution of a variable in order to make it more suitable for analysis. There are many different methods for transforming data, and each has its own specific use case. Box-Cox: This is a method for transforming data that is positively skewed (i.e., has a long tail t...

5294 sym R (1251 sym/10 pcs) 16 img