UseR: Boolean;
UseR: boolean;
The UseR property determines whether R connection is used on descriptive statistics calculation.
To get information about whether descriptive statistics can be calculated by means of R, use the IMsVariableTestSettings.SupportsR property.
Available values of UseR:
True. Descriptive statistics is calculated by means of R. To do this, integration with R must be set up in repository. For more details about integration setup see the How to Set Up Integration with R? section.
False. Descriptive statistics is calculated by means of Foresight Analytics Platform.
The property use is given in the example for IMsMetaModelVisualController.DFTest.
See also: