Learn R Programming

table1 (version 1.4.2)

render.continuous.default: Render continuous values for table output.

Description

Called from table1 by default to render continuous (i.e. numeric) values for displaying in the table.

Usage

render.continuous.default(x, ...)

Value

A character vector. Each element is to be displayed in a separate cell in the table. The names of the vector are the labels to use in the table. However, the first names should be empty as it will be replaced by the name of the variable. Empty strings are allowed and result in empty table cells.

Arguments

x

A numeric vector.

...

Further arguments, passed to stats.apply.rounding.

Examples

Run this code
x <- exp(rnorm(100, 1, 1))
render.continuous.default(x)

Run the code above in your browser using DataLab