Before begin..
Let’s load the SBP (Systolic Blood Pressure) dataset, which we will use throughout this document for various statistical analyses.
read.csv(file = "Inha/5_Lectures/2024/Advanced biostatistics/scripts/BTE3207_Advanced_Biostatistics/dataset/sbp_dataset_korea_2013-2014.csv") %>%
reactable::reactable(., sortable = T)