Choice Modeling - Diagnostic - Experimental Design - Numeric Design
Jump to navigation
Jump to search
Q Technical Reference
Q Technical Reference
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Updating and Automation > Automation Online Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library > QScript Online Library
R Online Library
Outputs a numeric version of a Choice Modeling - Experimental Design output, with the labels of attributes replaced by integers.
Example
The table below shows the numeric version of a design with 2 attributes, Color and Speed, each of which has 3 levels.
References
See Choice Modeling - Experimental Design
Code
includeWeb("QScript R Output Functions");
const menu_location = "Choice Modeling > Diagnostic > " +
"Experimental Design > Numeric Design";
createDiagnosticROutputFromSelection(menu_location);
Q Technical Reference
Q Technical Reference
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Updating and Automation > Automation Online Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library > QScript Online Library
R Online Library