With gt_summary is there a way to limit each variable sets for paired comparison?
Given a dataset with missing values, I want to produce means, standard deviations, etc. for a paired comparison. Thus any rows of data that are not matched by a given ID should not be included in the statistics. Here is a minimal example of what I am trying to do: library(gtsummary) D <- tibble(Set = … Read more