customcolumnnames {texreg} | R Documentation |
Determine column names or column types if custom columns are present
Description
Determine column names or column types if custom columns are present.
Usage
customcolumnnames(modelnames, custom.columns, custom.col.pos, types = FALSE)
Arguments
modelnames |
A |
custom.columns |
The same argument as specified in the
|
custom.col.pos |
The same argument as specified in the
|
types |
Return the column types? If |
Details
This function takes model names (as saved in the attributes of a matrix
generated by matrixreg
, for example) and the
custom.columns
and custom.col.pos
arguments of
link{matrixreg}
or related functions and determines the column types
("coefnames"
, "coef"
, or "customcol"
) or model names in
the presence of custom columns.
Value
A character
vector with column names or types in the possible
presence of custom columns. If types = TRUE
, the vector contains
the values "coefnames"
(for the first column), "coef"
(for
columns with coefficients), or "customcol"
(for custom new columns).
Author(s)
Philip Leifeld