tableRowNum: tableRowNum - a helper function to determine the number of...

Description Usage Arguments Examples

View source: R/tableRowNum.R

Description

tableRowNum - a helper function to determine the number of rows needed in table1

This function returns the number of rows that will be needed for table 1 based on the variables that will be summarized

Usage

1
tableRowNum(eSet, characteristics)

Arguments

eSet

- the eSet or data.frame sent to table1

characteristics

- which characteristics are summarized from eSet

Examples

1
tableRowNum(eSet, c("CancerStatus", "SmokingStatus", "PackYears"))

compbiomed/tableONE documentation built on May 13, 2019, 9:55 p.m.