These methods take glm
or lm
objects to create
a data.frame
containing a regression table. This function is not exported.
arrange_regression(x, est_name, standardized, ci, ...)
glm
or lm
object. See details.
Character. If NULL
(default) the name given in x
(or a formally correct
adaptation, such as "\(b^*\)" instead of "b" for standardized regression coefficients) is used,
otherwise the supplied name is used. See details.
Logical. Indicates if coefficients are standardized or unstandardized and leading zeros are omitted if appropriate. See details.
Numeric. Either a single value (range [0, 1]) giving the confidence level or a two-column
matrix
with confidence region bounds as column names (e.g. "2.5 %" and "97.5 %") and
coefficient names as row names (in the same order as they appear in summary(x)$coefficients
.
See details.
Further arguments to pass to printnum
to format the estimate.
data.frame
of class apa_regression_table
.