Learn R Programming

radiant.multivariate (version 1.6.7)

summary.pre_factor: Summary method for the pre_factor function

Description

Summary method for the pre_factor function

Usage

# S3 method for 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

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

Run the code above in your browser using DataLab