Summary method for the prmap function
# S3 method for prmap
summary(object, cutoff = 0, dec = 2, ...)
Return value from prmap
Show only loadings with (absolute) values above cutoff (default = 0)
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()
Run the code above in your browser using DataLab