summary.pre_factor: Summary method for the pre_factor function

View source: R/pre_factor.R

summary.pre_factorR 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()

radiant.multivariate documentation built on Sept. 23, 2023, 9:06 a.m.