summary.prmap: Summary method for the prmap function

summary.prmapR Documentation

Summary method for the prmap function

Description

Summary method for the prmap function

Usage

## S3 method for class 'prmap'
summary(object, cutoff = 0, dec = 2, ...)

Arguments

object

Return value from prmap

cutoff

Show only loadings with (absolute) values above cutoff (default = 0)

dec

Rounding to use for output

...

further arguments passed to or from other methods

Details

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

See Also

prmap to calculate results

plot.prmap to plot results

Examples

result <- prmap(computer, brand = "brand", attr = "high_end:business")
summary(result)
summary(result, cutoff = .3)
prmap(
  computer,
  brand = "brand", attr = "high_end:dated",
  pref = c("innovative", "business")
) %>% summary()


radiant-rstats/radiant.multivariate documentation built on Nov. 29, 2023, 9:52 p.m.