Tt.table: Writes a table with mean +/- SD, all as character

View source: R/Tttable.R

Tt.tableR Documentation

Writes a table with mean +/- SD, all as character

Description

Writes a table with mean +/- SD, all as character

Usage

Tt.table(frames.list, row.list, col.list, decimals = 2,
  separator = "±")

Arguments

frames.list

list containing the data frame with the values. The data frame "stats" obtained from function "Tt.aov" can be used directly here. Otherwise, make sure to name "x.mean" and "x.sd" your columns with mean and standard deviation values, respectively.

row.list

vector containing the names of the rows (must match with row length)

col.list

vector containing the names of the columns (must match with columns length)

decimals

amount of decimals after point. Default is 2

separator

symbol to separate values. Default is "\u00B1"

Value

a data frame with mean and standard deviation values, set together in a single row as character. Useful to export.


teoten108/kgv documentation built on Sept. 22, 2022, 12:54 a.m.