summary.conjoint {radiant.multivariate} | R Documentation |
Summary method for the conjoint function
Description
Summary method for the conjoint function
Usage
## S3 method for class 'conjoint'
summary(object, show = "", mc_diag = FALSE, additional = FALSE, dec = 3, ...)
Arguments
object |
Return value from |
show |
Level in by variable to analyze (e.g., a specific respondent) |
mc_diag |
Shows multicollinearity diagnostics. |
additional |
Show additional regression results |
dec |
Number of decimals to show |
... |
further arguments passed to or from other methods |
Details
See https://radiant-rstats.github.io/docs/multivariate/conjoint.html for an example in Radiant
See Also
conjoint
to generate results
plot.conjoint
to plot results
Examples
result <- conjoint(mp3, rvar = "Rating", evar = "Memory:Shape")
summary(result, mc_diag = TRUE)
[Package radiant.multivariate version 1.6.6 Index]