Learn R Programming

radiant (version 0.1.95)

summary.conjoint: Summary method for the conjoint function

Description

Summary method for the conjoint function

Usage

"summary"(object, ca_vif = FALSE, ...)

Arguments

object
Return value from conjoint
ca_vif
Shows multicollinearity diagnostics.
...
further arguments passed to or from other methods

Details

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

See Also

conjoint to generate results

plot.conjoint to plot results

Examples

Run this code
result <- conjoint(dataset = "mp3", ca_dep_var = "Rating", ca_indep_var = "Memory:Shape")
summary(result, ca_vif = TRUE)

Run the code above in your browser using DataLab