lt_colNumbers: Automatically determine column names of the form (1), (2),...

lt_colNumbersR Documentation

Automatically determine column names of the form (1), (2), etc.

Description

Given mat and SE_table, this function determines appropriate column-number names of the form "(1)", "(2)", etc.

Usage

lt_colNumbers(mat = parent.frame()$mat, SE_table = parent.frame()$SE_table)

Arguments

mat

A matrix, typically a regTable object.

SE_table

Logical variable. See \linkIntlatexTable.

Value

A vector of strings. If SE_table is TRUE, the vector elements are "(1)", "(2)", etc., where the last column number is ncol(mat)/2. If SE_table is FALSE, the vector elements are "(1)", "(2)", etc., where the last column number is simply ncol(mat).


jbullock35/Bullock documentation built on April 1, 2022, 6:21 p.m.