powered by
Sort and clean loadings
clean_loadings(floadings, cutoff = 0, fsort = FALSE, dec = 8, repl = NA)
Data frame with loadings
Show only loadings with (absolute) values above cutoff (default = 0)
Sort factor loadings
Number of decimals to show
Replace loadings below the cutoff by NA (or "")
See https://radiant-rstats.github.io/docs/multivariate/full_factor.html for an example in Radiant
result <- full_factor(shopping, "v1:v6", nr_fact = 2) clean_loadings(result$floadings, fsort = TRUE, cutoff = .5, dec = 2)
Run the code above in your browser using DataLab