Choice Modeling - Posterior Intervals Plot

From Q
Jump to navigation Jump to search

Code

var heading_text = "Posterior Intervals Plot";
if (!!form.setObjectInspectorTitle)
    form.setObjectInspectorTitle(heading_text);
else
    form.setHeading(heading_text);

form.dropBox({ label: "Input", name: "formInput", types: ['RItem:FitChoiceHB,FitMaxDiffHB'], required: true, prompt: "Select a Hierarchical Bayes model output created using Anything > Advanced Analysis > Choice Modeling or Anything > Advanced Analysis > Marketing > MaxDiff" });
choice.model.posterior.intervals <- PlotPosteriorIntervals(formInput)