print.cm_distance | R Documentation |
Prints a cm_distance object.
## S3 method for class '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,
...
)
x |
The cm_distance object. |
mean.digits |
The number of digits to print for the mean code distances. |
sd.digits |
The number of digits to print for the standard deviations of the code distances. |
sd.mean.digits |
The number of digits to print for the standardized mean distances. |
pval.digits |
The number of digits to print for the p-values. |
new.order |
An integer vector reordering the columns and rows of the output. Omission of a column number will result in omission from the output. |
na.replace |
A character to replace |
diag.replace |
A character to replace the diagonal of the mean distance matrix. |
print |
logical. If |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.