Choice Modeling - Parameter Statistics Table

From Q
Jump to navigation Jump to search
VizIcon Parameter Statistics Table.svg

Code

var heading_text = "Parameter Statistics Table";
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 an output created using Anything > Advanced Analysis > Choice Modeling or Anything > Advanced Analysis > Marketing > MaxDiff"});
parameter.statistics <- ExtractParameterStats(formInput)