summary.pre_factor {radiant.multivariate}R Documentation

Summary method for the pre_factor function

Description

Summary method for the pre_factor function

Usage

## S3 method for class 'pre_factor'
summary(object, dec = 2, ...)

Arguments

object

Return value from pre_factor

dec

Rounding to use for output

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/multivariate/pre_factor.html for an example in Radiant

See Also

pre_factor to calculate results

plot.pre_factor to plot results

Examples

result <- pre_factor(shopping, "v1:v6")
summary(result)
pre_factor(computer, "high_end:business") %>% summary()

[Package radiant.multivariate version 1.6.6 Index]