
I have a dataset (n=500), where I need to fit and store around 50+ different equations. (I have 10 depentend variables, which I need to check with different combinations of explanatory variables.) After the set up of these equations and assessment of the estimators as well as the check of assumptions, I am planning to filter rows where assumptions are set in my data to make my results more reliable
Is there a way to leave my prior 50 equations as is and to change my filtered rows where I then automatically see the change in my equations result?
What would be the best approach to make it least time-consuming? At the moment I only saw a way of building up the equations again with a totally new dataset, which would mean that I have to to is all again.
Thank you for your help.

