Learn R Programming

furniture (version 1.5.4)

table1_format_nocondense: Internal Table 1 Formatting Function (No Condense)

Description

For internal use in table1() to format table without condensing.

Usage

table1_format_nocondense(d, tab, tab2, tests, test, NAkeep, rounding_perc,
  format_output, second, nams, simple, output, f1)

Arguments

d

the data

tab

the summary statistics

tab2

the secondary summary statistics

tests

the tests

test

whether there should be significance tests performed

NAkeep

logical; should we keep the NA's in factor variables

rounding_perc

the number of decimal places to round the percentages

format_output

the output to be displayed (see table1())

second

the list of variables to apply FUN2

nams

the variables to which FUN2 is to be applied

simple

only percentages to be produced?

output

how to print the table (see table1())

f1

the formatting of the numbers

Value

A data.frame