TRUE in logical vectorA simple statistics function which prepares the numbers with percentages in the required format, for use in a split content row. The denominator here is from the column N. Note that we don't use here .alt_df because that might not have required row split variables available.
c_proportion_logical(x, labelstr, label_fstr, format, .N_col)The rtables::in_rows() result with the proportion statistics.
(logical)
binary variable we want to analyze.
(string)
label string.
(string)
format string for the label.
(character or list)
format for the statistics.
(numeric)
number of columns.
s_proportion_logical() for the related statistics function.