qdap (version 2.3.2)

print.cm_distance: Prints a cm_distance Object

Description

Prints a cm_distance object.

Usage

# 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, ...)

Arguments

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 NA values with.

diag.replace

A character to replace the diagonal of the mean distance matrix.

print

logical. If TRUE prints to the console. FALSE may be used to extract the invisibly returned output without printing to the console.

ignored