Skip to contents

Count up successes and failures based upon

Usage

success_subtotals(.x, .success_field, ...)

Arguments

.x

a data frame with at least one true/false column and at least one demographic column

.success_field

the column with true/false values that designate succes

...

<dynamic-dots> names of columns to group by

Value

a new data frame with ..., "N" (the count of successes), and "D" (the size of the cohort)