Marketing - MaxDiff - Trace Plots

From Q
Jump to navigation Jump to search
This page is currently under construction, or it refers to features which are under development and not yet available for use.
This page is under construction. Its contents are only visible to developers!

Background

Usage

Code

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

form.dropBox({label: "Input", name: "formInput", types: ['RItem:FitChoice,FitMaxDiff'], required: true, prompt: "Select a Hierarchical Bayes model output created using Anything > Advanced Analysis > Choice Modeling or Anything > Advanced Analysis > Marketing > MaxDiff"});
max.diff.trace.plots <- TracePlots(formInput)

See Also

LINK TO ANY PAGES HERE. MAY NEED A BOILERPLATE IN FUTURE.