cjbart ObjectEstimates random forest variable importance scores for a single attribute-level of a conjoint experiment. This function is for advanced use. Users should typically use the het_vimp() function.
rf_vimp(model, outcome, covars = NULL)Data.frame of variable importance scores for each covariate in the model, as well as values for the estimated 95% confidence interval for each importance score.
Object of class cjbart, the result of running IMCE()
Character string detailing the covariate over which to analyze heterogeneous effects
An optional vector of covariates to include in the importance metric check. When covars = NULL (the default), all covariates are included in the importance model.