Steven P. Sanderson II, MPH
@spsanderson.com
New Book: https://packt.link/oTyZJ
Site: https://www.spsanderson.com
Blog: https://www.spsanderson.com/steveondata
R - install.packages("healthyverse")
opinions are mine
Advisor to DoTadda
https://github.com/spsanderson
Site: https://www.spsanderson.com
Blog: https://www.spsanderson.com/steveondata
R - install.packages("healthyverse")
opinions are mine
Advisor to DoTadda
https://github.com/spsanderson
Construction moving along
November 8, 2025 at 3:40 PM
Construction moving along
November 7, 2025 at 7:03 PM
Some intelligence with image playground is pretty cool. I had to after 5.5 years get a new phone last night
#Apple #AppleIntelligence
#Apple #AppleIntelligence
November 7, 2025 at 6:54 PM
Some intelligence with image playground is pretty cool. I had to after 5.5 years get a new phone last night
#Apple #AppleIntelligence
#Apple #AppleIntelligence
Doing some work on my #R package #RandomWalker and looks like we got a nice speedup coming for all of the generating functions. Over 2,000 replications saw a large speedup where the original function takes 2.8x as long as the new.
#RStats #RProgramming #Optimization
#RStats #RProgramming #Optimization
November 2, 2025 at 12:38 AM
Doing some work on my #R package #RandomWalker and looks like we got a nice speedup coming for all of the generating functions. Over 2,000 replications saw a large speedup where the original function takes 2.8x as long as the new.
#RStats #RProgramming #Optimization
#RStats #RProgramming #Optimization
Working a script that will add run information after a stored procedure is executed. I want some basic information to run after each scheduled job to see a history, and to see if insert amounts look off if there is a late run or failure some place else.
#SQL #Technology
#SQL #Technology
October 30, 2025 at 12:56 PM
Working a script that will add run information after a stored procedure is executed. I want some basic information to run after each scheduled job to see a history, and to see if insert amounts look off if there is a late run or failure some place else.
#SQL #Technology
#SQL #Technology
October 27, 2025 at 7:28 PM
October 20, 2025 at 4:15 PM
I wrote some code to use all of the available util_*_aic functions i have in my #TidyDensity #RStats package. It was a fun exercise. I was trying to see which distribution has the lowest #AIC
#R #Coding #Distribution #Statistics
#R #Coding #Distribution #Statistics
October 17, 2025 at 4:12 PM
I wrote some code to use all of the available util_*_aic functions i have in my #TidyDensity #RStats package. It was a fun exercise. I was trying to see which distribution has the lowest #AIC
#R #Coding #Distribution #Statistics
#R #Coding #Distribution #Statistics
Decided to see what distribution my packages follow in terms of daily downloads and it looks like it's a Negative Binomial.
#R #RStats #Distributions #Download #CountData #GitHub
GitHub: github.com/spsanderson/...
#R #RStats #Distributions #Download #CountData #GitHub
GitHub: github.com/spsanderson/...
October 16, 2025 at 7:57 PM
Decided to see what distribution my packages follow in terms of daily downloads and it looks like it's a Negative Binomial.
#R #RStats #Distributions #Download #CountData #GitHub
GitHub: github.com/spsanderson/...
#R #RStats #Distributions #Download #CountData #GitHub
GitHub: github.com/spsanderson/...
Needed to combine .md files in sub-directories into a single one and place that file in the respective sub-dir, so I wrote this: github.com/spsanderson/...
#R #RStats #Script #Coding #Programming
#R #RStats #Script #Coding #Programming
October 16, 2025 at 1:18 PM
Needed to combine .md files in sub-directories into a single one and place that file in the respective sub-dir, so I wrote this: github.com/spsanderson/...
#R #RStats #Script #Coding #Programming
#R #RStats #Script #Coding #Programming
I'm choice 2, using group_nest and map as it retains the original column types and there is no need to rename, although if I put some effort into it I'm sure I could remove the need to enframe and rename. I just don't feel like doing that this morning.
#tidyr #purrr #dplyr #imap #map #RandomWalker
#tidyr #purrr #dplyr #imap #map #RandomWalker
October 7, 2025 at 11:56 AM
Using the hai_data_trig() function from my package healthyR.ai
Reference: www.spsanderson.com/healthyR.ai/...
#R #RStats #datatransformation #DataScience #data #tidy #recipes #tidymodels
Reference: www.spsanderson.com/healthyR.ai/...
#R #RStats #datatransformation #DataScience #data #tidy #recipes #tidymodels
October 3, 2025 at 2:38 PM
Using the hai_data_trig() function from my package healthyR.ai
Reference: www.spsanderson.com/healthyR.ai/...
#R #RStats #datatransformation #DataScience #data #tidy #recipes #tidymodels
Reference: www.spsanderson.com/healthyR.ai/...
#R #RStats #datatransformation #DataScience #data #tidy #recipes #tidymodels
Doing data transformations with my healthyR.ai package.
#R #RStats #Programming #Data #Transformation
Reference: www.spsanderson.com/healthyR.ai/...
#R #RStats #Programming #Data #Transformation
Reference: www.spsanderson.com/healthyR.ai/...
October 2, 2025 at 1:08 PM
Doing data transformations with my healthyR.ai package.
#R #RStats #Programming #Data #Transformation
Reference: www.spsanderson.com/healthyR.ai/...
#R #RStats #Programming #Data #Transformation
Reference: www.spsanderson.com/healthyR.ai/...
did some work with my healthyR.ai #R #RStats #package with the hai_data_poly() function.
Take a look!
Reference: www.spsanderson.com/healthyR.ai/...
Take a look!
Reference: www.spsanderson.com/healthyR.ai/...
October 1, 2025 at 6:23 PM
did some work with my healthyR.ai #R #RStats #package with the hai_data_poly() function.
Take a look!
Reference: www.spsanderson.com/healthyR.ai/...
Take a look!
Reference: www.spsanderson.com/healthyR.ai/...
Looks like the newest version of #RandomWalker and #TidyDensity are the best yet as seen in the 30 post release downloads. I don't get tidyverse downloads but I'm proud of these works.
#R #RStats
#R #RStats
September 30, 2025 at 2:38 PM
Looks like the newest version of #RandomWalker and #TidyDensity are the best yet as seen in the 30 post release downloads. I don't get tidyverse downloads but I'm proud of these works.
#R #RStats
#R #RStats
Now using the hai_data_scale() fns from healthyR.ai
Reference: www.spsanderson.com/healthyR.ai/...
#R #Rstats #tidydata #sttistics #data #normalization
Reference: www.spsanderson.com/healthyR.ai/...
#R #Rstats #tidydata #sttistics #data #normalization
September 26, 2025 at 4:35 PM
Now using the hai_data_scale() fns from healthyR.ai
Reference: www.spsanderson.com/healthyR.ai/...
#R #Rstats #tidydata #sttistics #data #normalization
Reference: www.spsanderson.com/healthyR.ai/...
#R #Rstats #tidydata #sttistics #data #normalization
Visualizing a few different imputation methods using the hai_data_impute() function from my #R package healthyR.ai
Reference: www.spsanderson.com/healthyR.ai/...
Reference: www.spsanderson.com/healthyR.ai/...
September 26, 2025 at 12:25 PM
Visualizing a few different imputation methods using the hai_data_impute() function from my #R package healthyR.ai
Reference: www.spsanderson.com/healthyR.ai/...
Reference: www.spsanderson.com/healthyR.ai/...
I'm super proud of my wife who has passed her Library Media Specialist Certification exam!!!
#Library #LibraryMediaSpecialist #Media #Specialist #NYS
#Library #LibraryMediaSpecialist #Media #Specialist #NYS
September 25, 2025 at 6:18 PM
I'm super proud of my wife who has passed her Library Media Specialist Certification exam!!!
#Library #LibraryMediaSpecialist #Media #Specialist #NYS
#Library #LibraryMediaSpecialist #Media #Specialist #NYS
September 25, 2025 at 1:58 PM
September 24, 2025 at 2:56 PM
September 24, 2025 at 2:56 PM
My #R #package healthyR.ai has many data preprocessors. One of them is hai_data_impute()
Reference: www.spsanderson.com/healthyR.ai/...
Give it a go!
Reference: www.spsanderson.com/healthyR.ai/...
Give it a go!
September 23, 2025 at 4:30 PM
My #R #package healthyR.ai has many data preprocessors. One of them is hai_data_impute()
Reference: www.spsanderson.com/healthyR.ai/...
Give it a go!
Reference: www.spsanderson.com/healthyR.ai/...
Give it a go!
Today is all about getting the max value in a row in #R
#RStats #Blog #Technology #Code #Programming #Scripting
Post: www.spsanderson.com/steveondata/...
#RStats #Blog #Technology #Code #Programming #Scripting
Post: www.spsanderson.com/steveondata/...
September 22, 2025 at 12:06 PM
Today is all about getting the max value in a row in #R
#RStats #Blog #Technology #Code #Programming #Scripting
Post: www.spsanderson.com/steveondata/...
#RStats #Blog #Technology #Code #Programming #Scripting
Post: www.spsanderson.com/steveondata/...
If you need to generate data from a triangular distribution, then my #R package #TidyDensity has you covered!
#RStats #ggplot2 #Distribution
#RStats #ggplot2 #Distribution
September 21, 2025 at 12:10 PM
If you need to generate data from a triangular distribution, then my #R package #TidyDensity has you covered!
#RStats #ggplot2 #Distribution
#RStats #ggplot2 #Distribution