Create a list of candidates from the partition results for mutable variables
I can't understand why this script is not working.
Please helt me to correct my problem. Thanks.
--------------------------------------------------------------------
dt = Open("$sample_data\Big Class.jmp");
List = dt << get column name(numeric);
Report = Expr(
rpt = New Window("Big Class - Decision Tree of sex",
dt << Partition(
Y(:sex),
X(Eval Expr(List)),
Informative Missing(1),
...