Inpernal function: generate commonly used summary statistics for estimates.
compile_est(
var,
est,
se = NULL,
z_score = NULL,
pval = NULL,
value_null = 0,
ci_lower = NULL,
ci_upper = NULL,
prefix = NULL,
postfix = NULL
)
Names of variables.
Estimated regression coefficients.
SE of estimates.
Z score of estimates, i.e., est / se
.
P-value of estimates.
Null effects for estimates, either with length 1 or length
of est
. Default is 0.
Lower bound of 95% CI of estimates.
Upper bound of 95% CI of estimates.
Prefix to the column names in the data.frame
returned.
Postfix to the column names in the data.frame
returned.
Vectorised, as long as the length of the input match.