summary.full_factor {radiant.multivariate} | R Documentation |
Summary method for the full_factor function
Description
Summary method for the full_factor function
Usage
## S3 method for class 'full_factor'
summary(object, cutoff = 0, fsort = FALSE, dec = 2, ...)
Arguments
object |
Return value from |
cutoff |
Show only loadings with (absolute) values above cutoff (default = 0) |
fsort |
Sort factor loadings |
dec |
Number of decimals to show |
... |
further arguments passed to or from other methods |
Details
See https://radiant-rstats.github.io/docs/multivariate/full_factor.html for an example in Radiant
See Also
full_factor
to calculate results
plot.full_factor
to plot results
Examples
result <- full_factor(shopping, "v1:v6", nr_fact = 2)
summary(result)
summary(result, cutoff = .5, fsort = TRUE)
[Package radiant.multivariate version 1.6.6 Index]