powered by
Conjoint analysis
conjoint( dataset, rvar, evar, int = "", by = "none", reverse = FALSE, data_filter = "", envir = parent.frame() )
A list with all variables defined in the function as an object of class conjoint
Dataset
The response variable (e.g., profile ratings)
Explanatory variables in the regression
Interaction terms to include in the model
Variable to group data by before analysis (e.g., a respondent id)
Reverse the values of the response variable (`rvar`)
Expression entered in, e.g., Data > View to filter the dataset in Radiant. The expression should be a string (e.g., "price > 10000")
Environment to extract data from
See https://radiant-rstats.github.io/docs/multivariate/conjoint.html for an example in Radiant
summary.conjoint to summarize results
summary.conjoint
plot.conjoint to plot results
plot.conjoint
conjoint(mp3, rvar = "Rating", evar = "Memory:Shape") %>% str()
Run the code above in your browser using DataLab