summary.conjoint: Summary method for the conjoint function

summary.conjointR 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 conjoint

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)


radiant-rstats/radiant.multivariate documentation built on Nov. 29, 2023, 9:52 p.m.