powered by
Summary method for the full_factor function
# S3 method for full_factor summary(object, cutoff = 0, fsort = FALSE, dec = 2, ...)
Return value from full_factor
full_factor
Show only loadings with (absolute) values above cutoff (default = 0)
Sort factor loadings
Number of decimals to show
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/multivariate/full_factor.html for an example in Radiant
full_factor to calculate results
plot.full_factor to plot results
plot.full_factor
result <- full_factor(shopping, "v1:v6", nr_fact = 2) summary(result) summary(result, cutoff = .5, fsort = TRUE)
Run the code above in your browser using DataLab