column_freq: Calculate the Combination Frequency of Several Columns within...

Description Usage Arguments

View source: R/utility_functions.R

Description

Calculate the combination frequency of several columns in a data frame.

Usage

1
column_freq(x,namelist,keepID=FALSE)

Arguments

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.


TwoArmSurvSim documentation built on Feb. 26, 2021, 9:06 a.m.