Choice Modeling - Class Parameters Table

From Q
Jump to navigation Jump to search

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

Code

▶ Show 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"});

▶ Show Code

class.parameters <- ExtractClassParameters(formInput)

Help improve this page

Leave feedback about this page. If you have a specific question, email Q support directly.

Did you find what you were looking for?

Yes
No