Learn R Programming

psycho (version 0.4.91)

format_loadings: Format the loadings of a factor analysis.

Description

Format the loadings of a factor analysis.

Usage

format_loadings(x, labels = NULL)

Arguments

x

An psych object.

labels

Supply a additional column with e.g. item labels.

Examples

Run this code
# NOT RUN {
library(psycho)

x <- psych::fa(psych::Thurstone.33, 2)
format_loadings(x)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab