Determine column names or column types if custom columns are present.
customcolumnnames(modelnames, custom.columns, custom.col.pos, types = FALSE)
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).
A character
vector of original model names, before
any custom columns are inserted.
The same argument as specified in the
link{matrixreg}
function.
The same argument as specified in the
link{matrixreg}
function.
Return the column types? If FALSE
, the column names in
the possible presence of custom columns are returned.
Philip Leifeld
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.
matrixreg