tableRowNames: tableRowNames - a helper function to return the row names for...

Description Usage Arguments Examples

View source: R/tableRowNames.R

Description

tableRowNames - a helper function to return the row names for table1

This function returns a character vector that can be placed into rownames(table1) and that provides information about the table's contents

Usage

1
tableRowNames(eSet, characteristics, printN)

Arguments

eSet

- the eSet or data.frame sent to table1

characteristics

- which columns from eSet will need names

printN

- whether N per group will be printed in the table

Examples

1
tableRowNames(eSet, c("SmokingStatus", "Age", "PackYears"), TRUE)

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