Learn R Programming

RItools (version 0.3-3)

original_units_var_formatter: Formatting suitable for stat expressed in units specific to var

Description

formats a var-stat-strata array by var, with rounding potentially rounding a bit less for an "adj.diff" column

Usage

original_units_var_formatter(arr, digits, var_format = list())

Value

array of same dimension as arr but of type character

Arguments

arr

numeric array

digits

number of digits for rounding

var_format

A list of lists. Each named item of the outer list will be matched to a variable. The inner lists should have two items, `mean` and `diff`. The first formats statistics based on averages. The `diff` item should format statistics that are differences.

Author

Hansen