Learn R Programming

radiant.multivariate (version 1.6.7)

summary.prmap: Summary method for the prmap function

Description

Summary method for the prmap function

Usage

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

Run this code
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()

Run the code above in your browser using DataLab