Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

psycho (version 0.4.91)

get_loadings_max: Get loadings max.

Description

Get loadings max.

Usage

get_loadings_max(loadings)

Arguments

loadings

Formatted loadings.

Examples

Run this code
# NOT RUN {
library(psycho)

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

Run the code above in your browser using DataLab