radiant (version 0.1.95)

summary.pmap: Summary method for the pmap function

Description

Summary method for the pmap function

Usage

"summary"(object, pmap_cutoff = 0, ...)

Arguments

object
Return value from pmap
pmap_cutoff
Show only loadings with (absolute) values above pmap_cutoff (default = 0)
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/marketing/pmap.html for an example in Radiant

See Also

pmap to calculate results

plot.pmap to plot results

Examples

Run this code
result <- pmap("computer","Brand","HighEnd:Business")
summary(result)
summary(result, pmap_cutoff = .3)
result <- pmap("computer","Brand","HighEnd:Dated", pmap_pref = c("Innovative","Business"))
summary(result)

Run the code above in your browser using DataLab