the_table: Function to calculate the PW and IW table for conjoint

the_tableR Documentation

Function to calculate the PW and IW table for conjoint

Description

Function to calculate the PW and IW table for conjoint

Usage

the_table(model, dataset, evar)

Arguments

model

Tidied model results (broom) output from conjoint passed on by summary.conjoint

dataset

Conjoint data

evar

Explanatory variables used in the conjoint regression

Details

See https://radiant-rstats.github.io/docs/multivariate/conjoint.html for an example in Radiant

See Also

conjoint to generate results

summary.conjoint to summarize results

plot.conjoint to plot results

Examples

result <- conjoint(mp3, rvar = "Rating", evar = "Memory:Shape")
the_table(tidy(result$model_list[[1]][["model"]]), result$dataset, result$evar)


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