numericSummary: numericSummary provides the table text for summarizing a...

Description Usage Arguments Examples

View source: R/numericSummary.R

Description

This function allows text summarization of a numeric vector. The summary functions can be specified as can the number of significant digits returned

Usage

1
numericSummary(vec2Summarize, func1 = mean, func2 = sd, sigInts = 2)

Arguments

vec2Summarize

- the numeric vector to summarize

func1

Defaults to mean; any function working on a numeric vector can be used

func2

Defaults to sd; any function working on a numeric vector can be used

sigInts

Defaults to 2; the number of significant integers to print in the returned character

Examples

1

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