column_freq {TwoArmSurvSim} | R Documentation |
Calculate the combination frequency of several columns in a data frame.
column_freq(x,namelist,keepID=FALSE)
x |
Input data as a data frame. |
namelist |
A list of column names that need to be counted. |
keepID |
If TRUE, the output will keep the unique ID for the column combination. |