powered by
Store predicted values generated in predict.conjoint
# S3 method for conjoint.predict store(dataset, object, name = "prediction", ...)
Dataset to add predictions to
Return value from model predict function
Variable name(s) assigned to predicted values
Additional arguments
See https://radiant-rstats.github.io/docs/multivariate/conjoint.html for an example in Radiant
conjoint(mp3, rvar = "Rating", evar = "Memory:Shape") %>% predict(mp3) %>% store(mp3, ., name = "pred_pref")
Run the code above in your browser using DataLab