Nominal factor in Prediction Profiler
Dear community,I am trying to use the prediction profiler with one of the factors having the nominal data type. In the example below, the Factor 1 can assume two values, “One” and “Two”. The formula to be profiled contains a ‘Match’ statement that selects the numerical value 1 or 2, according to which string (“One” or “Two”) is entered, see the example code:dt = New Table("Simulate", Add Rows( 1...