| conjoint {radiant.multivariate} | R Documentation | 
Conjoint analysis
Description
Conjoint analysis
Usage
conjoint(
  dataset,
  rvar,
  evar,
  int = "",
  by = "none",
  reverse = FALSE,
  data_filter = "",
  envir = parent.frame()
)
Arguments
| dataset | Dataset | 
| rvar | The response variable (e.g., profile ratings) | 
| evar | Explanatory variables in the regression | 
| int | Interaction terms to include in the model | 
| by | Variable to group data by before analysis (e.g., a respondent id) | 
| reverse | Reverse the values of the response variable ('rvar') | 
| data_filter | Expression entered in, e.g., Data > View to filter the dataset in Radiant. The expression should be a string (e.g., "price > 10000") | 
| envir | Environment to extract data from | 
Details
See https://radiant-rstats.github.io/docs/multivariate/conjoint.html for an example in Radiant
Value
A list with all variables defined in the function as an object of class conjoint
See Also
summary.conjoint to summarize results
plot.conjoint to plot results
Examples
conjoint(mp3, rvar = "Rating", evar = "Memory:Shape") %>% str()
[Package radiant.multivariate version 1.6.6 Index]