Analysis By/Page Ordering
Hi all,I have a Partition analysis with "by" column. that means that I have a couple of "pages" (=plots). obj1=Partition(
Y( col1 ),
X( col2 ),
Show Split Prob( 1 ),
Informative Missing( 1 ),
By( col3));
In addition, I would be glad if I could arrange them in an order (based on the second level probability).so- I built 2nd table with order number of each table. it looks like th...
part1=obj1<<report;