How to make combined data table from a specific plot?
Hi all, I have multiple bivariate plots and I am trying to get the Summary of Fit in one specific bivariate plot (bivplot1). But I kept on getting every data from every bivariate plot.How can I only get the summary of fit from a specific biv plot?I am using these lines to get the summary of fit which is in bivplot1 sumfit = rbiv["Summary of Fit"][1] << make combined data table;
sumfit2 = sumfit <
...