apa_interval(
x,
...,
conf.int = NULL,
interval_type = NULL,
enclose_math = FALSE
)print_interval(
x,
...,
conf.int = NULL,
interval_type = NULL,
enclose_math = FALSE
)
# S3 method for numeric
apa_interval(
x,
y = NULL,
conf.int = NULL,
interval_type = NULL,
enclose_math = FALSE,
...
)
# S3 method for matrix
apa_interval(
x,
conf.int = NULL,
interval_type = NULL,
enclose_math = FALSE,
...
)
# S3 method for data.frame
apa_interval(x, ...)
# S3 method for list
apa_interval(x, ...)
apa_confint(x, ..., interval_type = "CI")
print_confint(x, ..., interval_type = "CI")
apa_hdint(x, ..., interval_type = "HDI")
print_hdint(x, ..., interval_type = "HDI")