🩸 Exploring Blood and Platelet Storage Data with R
Yesterday was stressful preparing for the night shift, but I still made progress on my ongoing analysis of blood and platelet storage.
I performed descriptive statistics, calculating the mean, standard deviation, and median for all key numeric variables. Using R’s across() function with aggregate functions allowed me to automate and optimize the workflow — keeping the code concise while producing clear summaries for each parameter.
New lessons learnt😊
#RStats #DataAnalysis #BloodStorage #PlateletResearch #HealthcareAnalytics #RProgramming