Learn R Programming

radiant (version 0.1.95)

summary.full_factor: Summary method for the full_factor function

Description

Summary method for the full_factor function

Usage

"summary"(object, ff_cutoff = 0, ff_sort = FALSE, ...)

Arguments

object
Return value from full_factor
ff_cutoff
Show only loadings with (absolute) values above ff_cutoff (default = 0)
ff_sort
Sort factor loadings
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/marketing/full_factor.html for an example in Radiant

See Also

full_factor to calculate results

plot.full_factor to plot results

Examples

Run this code
result <- full_factor("diamonds",c("price","carat","depth","table","x"))
summary(result)
summary(result, ff_cutoff = 0, ff_sort = FALSE)
summary(result, ff_cutoff = 0, ff_sort = TRUE)
summary(result, ff_cutoff = .5, ff_sort = TRUE)

Run the code above in your browser using DataLab