store.conjoint.predict {radiant.multivariate} | R Documentation |
Store predicted values generated in predict.conjoint
Description
Store predicted values generated in predict.conjoint
Usage
## S3 method for class 'conjoint.predict'
store(dataset, object, name = "prediction", ...)
Arguments
dataset |
Dataset to add predictions to |
object |
Return value from model predict function |
name |
Variable name(s) assigned to predicted values |
... |
Additional arguments |
Details
See https://radiant-rstats.github.io/docs/multivariate/conjoint.html for an example in Radiant
Examples
conjoint(mp3, rvar = "Rating", evar = "Memory:Shape") %>%
predict(mp3) %>%
store(mp3, ., name = "pred_pref")
[Package radiant.multivariate version 1.6.6 Index]