TRUE in logical vectorA simple statistics function which prepares the numbers with percentages in the required format. The denominator here is from the alternative counts data set in the given row and column split.
s_proportion_logical(x, label = "Responders", .alt_df)The rtables::in_rows() result with the proportion statistics.
(logical)
binary variable we want to analyze.
(string)
label to use.
(data.frame)
alternative data frame used for denominator calculation.
s_proportion_factor() for tabulating factor x.