Creates 'APA'-formatted confidence intervals, either from an object for which
a method exists, or from the arguments lb
and ub
. When argument
x
is a numeric vector, it is also possible to construct a confidence
interval using the standard error (se
) and a percentile interval
(ci
).
conf_int(x, digits = 2, se = NULL, lb = NULL, ub = NULL, ci = 95)
Optional. An object for which a method exists.
Integer. The number of digits to round the confidence boundaries to.
Optional, numeric. Standard error of the parameters.
Optional, numeric. Lower boundary of confidence intervals.
Optional, numeric. Upper boundary of confidence intervals.
Optional, numeric. What percentage CI to use (only used when
computing CI from a numeric vector x
, and the standard error
se
, based on a normal distribution).
A character vector of formatted confidence intervals.
table_results est_sig
Other Reporting tools:
est_sig()
,
table_fit()
,
table_prob()
,
table_results()