Learn R Programming

circumplex (version 2.0.1)

print.circumplex_cpm: Print a circular process model fit

Description

Compact display of a cpm_fit() object: the estimated angles and communality indices with confidence intervals, a one-line fit summary, and any boundary/convergence notes.

Usage

# S3 method for circumplex_cpm
print(x, digits = 3, ...)

Value

x, invisibly.

Arguments

x

A circumplex_cpm object.

digits

The number of decimal places to display (default = 3).

...

Not used.