What are the preset formulas fro determining Total Variation, Explained Variation, and Unexplained variation? If there are none in Excel 2013, does anyone have any formulas/macros that they themselves have made?
NOt exactly sure what you mean by explained/unexplained variation, are those aren't strict mathematical terms. I'm guessing they're subsets of the original data?
Either way, you'll want to use the VAR.S function or VAR.P function.
I guess you will have to run a regression model for this. In the output summary,
the ANOVA table will give you SS Regression(explained variation), SS Residual (unexplained variation) and total (Total variation).
I guess you will have to run a regression model for this. In the output summary,
the ANOVA table will give you SS Regression(explained variation), SS Residual (unexplained variation) and total (Total variation).
I'm fairly new to excel, what do you mean the ANOVA table? If you could provide some screenshots that would be great. Thanks for the quick reply though, you truly are an Excel Ninja.