Learn R Programming

papaja (version 0.1.0.9054)

print_confint: Create confidence interval string

Description

Creates a character string from an object with attribute. This function is not exported.

Usage

print_confint(x, conf_level = NULL, ...)

Arguments

x
Numeric. Either a vector of length 2 with attribute conf.level or a two-column matrix and confidence region bounds as column names (e.g. "2.5 %" and "97.5 %") and coefficient names as row names.
conf_level
Numeric. Vector of length 2 giving the lower and upper bounds of the confidence region in case they cannot be determined from column names or attributes of x.
...
Arguments to pass to printnum.

See Also

printnum

Examples

Run this code
## Not run: 
# print_confint(c(1, 2), conf_level = 0.95)
# ## End(Not run)

Run the code above in your browser using DataLab