Prints a cm_distance object.
# S3 method for cm_distance
print(x, mean.digits = 0, sd.digits = 2,
sd.mean.digits = 3, pval.digits = 3, new.order = NULL,
na.replace = "-", diag.replace = na.replace, print = TRUE, ...)
The cm_distance object.
The number of digits to print for the mean code distances.
The number of digits to print for the standard deviations of the code distances.
The number of digits to print for the standardized mean distances.
The number of digits to print for the p-values.
An integer vector reordering the columns and rows of the output. Omission of a column number will result in omission from the output.
A character to replace NA
values with.
A character to replace the diagonal of the mean distance matrix.
logical. If TRUE
prints to the console. FALSE
may be used to extract the invisibly returned output without printing to the
console.
ignored