Arguments
x
Numeric. Can be either a single value, vector, or matrix.
digits
Integer. Number of decimal places to print.
gt1
Logical. Indicates if the absolute value of the statistic can, in principal, greater than 1.
zero
Logical. Indicates if the statistic can, in principal, be 0.
margin
Integer. If x
is a matrix, the function is applied either across rows (margin = 1
)
or columns (margin = 2
).
na_string
Character. String to print if element of x
is NA
.