cards icon indicating copy to clipboard operation
cards copied to clipboard

Make it easier to get *total* population N ?

Open bzkrouse opened this issue 2 months ago • 3 comments

This can definitely be inferred from the ard_* results but requires post processing that users will have to do each time. For example, ard_categorical(ADSL, variables = TRTA) gives treatment group-level n's and population Ns. For downstream use, they would need to either manipulate the rows with Ns (keeping just 1 row and renaming it to be clear it is a total N), or do some other manipulation.

In ard_stack() with .overall = TRUE we get population-level stats for all the variables, so this would go well with those rows.

bzkrouse avatar Apr 26 '24 17:04 bzkrouse