print.markerindex: Print a 'markerindex' object.

Description Usage Arguments Details Value Author(s) References See Also

View source: R/print.markerindex.R

Description

Can be used either to print the marker index table, or to print factor/component loadings together with the highest marker index for each factor/component.

Usage

1
2
## S3 method for class 'markerindex'
print(x, digits = NULL, cutoff = NULL, sort = FALSE, what = c("markerIndex", "full"), ...)

Arguments

x

A markerindex object, typically the output of function markerIndex

cutoff

Values smaller than this (in absolute value) are suppressed.

digits

Number of decimal places to use in printing marker indices and loadings.

sort

logical. If true, the variables are sorted by their highest marker index.

what

If "markerIndex", only print the marker index table. If "full", print the loading matrix and the marker index.

...

More options to pass to print. Currently not used.

Details

This function is particularyl useful to print loadings in order of their highest marker index. This function is inspired by print.loadings

Value

Returns a matrix including either the marker index values or the loadings and the highest marker index, organized as they are printed.

Author(s)

Giulio Costantini

References

Perugini, M., Gallucci, M., & Livi, S. (2000). Looking for a Simple Big Five Factorial Structure in the Domain of Adjectives. European Journal of Psychological Assessment, 16(2), 87-97. https://doi.org/10.1027//1015-5759.16.2.87

Gallucci, M., & Perugini, M. (2007). The marker index: A new method of selection of marker variables in factor analysis. TPM - Testing, Psychometrics, Methodology in Applied Psychology, 14(1), 3-25.

See Also

markerIndex


GiulioCostantini/markerIndex documentation built on March 3, 2021, 5:58 a.m.