| summary.prmap | R Documentation | 
Summary method for the prmap function
## S3 method for class 'prmap'
summary(object, cutoff = 0, dec = 2, ...)
object | 
 Return value from   | 
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  | 
See https://radiant-rstats.github.io/docs/multivariate/prmap.html for an example in Radiant
prmap to calculate results
plot.prmap to plot results
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.