summary.prmap {radiant.multivariate} | R 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 |
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()
[Package radiant.multivariate version 1.6.6 Index]