apa_interval(x, ...)print_interval(x, ...)
# 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,
...,
conf.int = NULL,
interval_type = NULL,
enclose_math = FALSE
)
# S3 method for list
apa_interval(
x,
...,
conf.int = NULL,
interval_type = NULL,
enclose_math = FALSE
)
apa_confint(
x,
...,
conf.int = NULL,
interval_type = "CI",
enclose_math = FALSE
)
print_confint(
x,
...,
conf.int = NULL,
interval_type = "CI",
enclose_math = FALSE
)
apa_hdint(x, ..., conf.int = NULL, interval_type = "HDI", enclose_math = FALSE)
print_hdint(
x,
...,
conf.int = NULL,
interval_type = "HDI",
enclose_math = FALSE
)