Choice Modeling - Class Parameters Table

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

Produce a table of parameter estimates by classes for a latent class analysis

Code

var heading_text = "Class Parameters Table";
if (!!form.setObjectInspectorTitle)
    form.setObjectInspectorTitle(heading_text);
else 
    form.setHeading(heading_text);

form.dropBox({label: "Input", name: "formInput", types: ['RItem:FitChoiceLCA,FitChoiceMNL,FitMaxDiffLCA,FitMaxDiffMNL'], required: true, prompt: "Select a Latent Class Analysis output created using Anything > Advanced Analysis > Choice Modeling or Anything > Advanced Analysis > Marketing > MaxDiff"});
class.parameters <- ExtractClassParameters(formInput)