How to combined data table from multiple bivariate plot fit model using JSL
I've a multiple bivariate plot and would like to make all group fit model summary into data table. Script is working when it's pointing to one group but not working when point to multiple groupAppreciate if anyone could help on this. Thanks Script able to output data table for one groupNames Default To Here( 1 );
dt = Data Table( "ReportSummary" );
biv = dt << Bivariate(
Y( :Reference_A ),
X(
...