pretty_round_r {kim}R Documentation

Pretty round r

Description

Round correlation coefficients in APA style (7th Ed.)

Usage

pretty_round_r(r = NULL, round_digits_after_decimal = 2)

Arguments

r

a (vector of) correlation coefficient(s)

round_digits_after_decimal

how many digits after the decimal point should the p-value be rounded to? (default = 2)

Value

the output will be a character vector of correlation coefficient(s).

Examples

pretty_round_r(r = -0.123)
pretty_round_r(c(-0.12345, 0.45678), round_digits_after_decimal = 3)
pretty_round_r(c(-0.12, 0.45), round_digits_after_decimal = 4)

[Package kim version 0.5.422 Index]