| | Analysis of Variances is a method of checking if there is a relationship between two or more data sets. | |
| | You can determine if there is a relationship between data sets by performing an analysis of variance, otherwise known as ANOVA. | |
| | An analysis of variances is sometimes referred to as an F-Test after the british statistician R. A. Fisher. | |
| | There are actually three different types of ANOVA that are available through the Analysis ToolPak | |
| | Single Factor - This performs a simple analysis of variances betweeen two data sets. | |
| | Two Factor without Replication - This performs an analysis of variances between two or more data sets. This should be used when you only have one sample from each data set. | |
| | Two Factor with Replication - This performs an analysis of variances between two more more data sets. This should be used when you have more than one sample from each data set. | |
| | When analysis of variance is applied to two groups it gives the same result as a Z-test or T-test. | |
| | All ANOVA tests utilize the F distribution. | |
| | Input Range - Enter the cell reference for the range of data you want to analyze. The reference must consist of two or more adjacent ranges of data arranged in columns or rows. | |
| | Grouped By - To indicate whether the data in the input range is arranged in rows or in columns, click Rows or Columns. | |
| | Labels in First Row/Labels in First Column - If the first row of your input range contains labels, select the Labels in First Row check box. If the labels are in the first column of your input range, select the Labels in First Column check box. This check box is clear if your input range has no labels; Microsoft Excel generates appropriate data labels for the output table. | |
| | Alpha - The alpha field is the probability that there is a direct relationship. The default is 0.05 = 5%. Enter the level at which you want to evaluate critical values for the F statistic. The alpha level is a significance level related to the probability of having a type I error (rejecting a true hypothesis). | |
| | New Worksheet Ply - Click to insert a new worksheet in the current workbook and paste the results starting at cell A1 of the new worksheet. To name the new worksheet, type a name in the box. | |
| | Output Range - Enter the reference for the upper-left cell of the output table. Excel automatically determines the size of the output area and displays a message if the output table will replace existing data or extend beyond the bounds of the worksheet. | |
| | New Workbook - Click to create a new workbook and paste the results on a new worksheet in the new workbook. | |