counts_wpcts {rtables} | R Documentation |
Analysis function to count levels of a factor with percentage of the column total
Description
Analysis function to count levels of a factor with percentage of the column total
Usage
counts_wpcts(x, .N_col)
Arguments
x |
( |
.N_col |
( |
Value
A RowsVerticalSection
object with counts (and percents) for each level of the factor.
Examples
counts_wpcts(DM$SEX, 400)
[Package rtables version 0.6.9 Index]