One regression through multiple data sets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have multiple plots with about 10 data sets each. Is it possible to do a
best fit through all those data sets without adding another series with all
the points from each of the 10 data sets?

Thanks.
 
Why not make a single column of all 10 data sets and get your regression
data using SLOPE & INTERCEPT or with LINEST
best wishes
 
Back
Top