Choice Modeling - Class Parameters Table
Jump to navigation
Jump to search
Help improve this page
Leave feedback about this page. If you have a specific question, email Q support directly.
Produce a table of parameter estimates by classes for a latent class analysis
▶ 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)
Q would like to hear what you think of this page. Share your feedback with the editors — and help improve this page.