Ancova) Example Using the General Linear Model Program

Total Page:16

File Type:pdf, Size:1020Kb

Ancova) Example Using the General Linear Model Program EPS 625 – ANALYSIS OF COVARIANCE (ANCOVA) EXAMPLE USING THE GENERAL LINEAR MODEL PROGRAM ANCOVA One Continuous Dependent Variable (DVD Rating) – Interest Rating in DVD One Categorical/Discrete Independent Variable (Promotion) with four levels (Promotion Group 1, 2, 3, and 4) One Continuous Covariate (Age) – Actual Age of Consumer Research Question: Is there a difference in interest ratings of a DVD depending on which type of promotion is provided controlling for differences in the actual age of the consumer? ANCOVA Syntax to test the Assumption of Regression (Slopes) UNIANOVA DVDRating BY Promotion WITH Age /METHOD = SSTYPE(3) /INTERCEPT = INCLUDE /CRITERIA = ALPHA(.05) /DESIGN = Promotion Age Age*Promotion . Univariate Analysis of Variance This first table identifies the four levels of the between-subjects factors used in the ANCOVA. Between-Subjects Factors N Promotion 1 25 Group 2 25 3 25 4 25 This analysis is done to check the assumption of homogeneity of regression slopes, not to test the main hypothesis. The factor (Promotion Group) and covariate (Actual Age) do not interact [p (.969) > (.05)], so the assumption of homogeneity of regression slopes has been met. Tests of Between-Subjects Effects Dependent Variable: Interest Rating in DVD Type III Sum Source of Squares df Mean Square F Sig. Corrected Model 1667.436a 7 238.205 5.218 .000 Intercept 17079.570 1 17079.570 374.163 .000 Promotion 193.595 3 64.532 1.414 .244 Age 231.690 1 231.690 5.076 .027 Promotion * Age 11.363 3 3.788 .083 .969 Error 4199.564 92 45.647 Total 126276.000 100 Corrected Total 5867.000 99 a. R Squared = .284 (Adjusted R Squared = .230) ANCOVA Syntax to test the Assumption of Homogeneity of Variance, Linear Relationship between the Covariate and the Dependent Variable, and the Main Hypothesis UNIANOVA DVDRating BY Promotion WITH Age /METHOD = SSTYPE(3) /INTERCEPT = INCLUDE /PLOT = PROFILE( Promotion ) /EMMEANS = TABLES(Promotion) WITH(Age=MEAN) /PRINT = DESCRIPTIVE HOMOGENEITY /CRITERIA = ALPHA(.05) /DESIGN = Age Promotion . Syntax for ANCOVA to test the main hypothesis Univariate Analysis of Variance This first table identifies the four levels of the between-subjects factors used in the ANCOVA. Between-Subjects Factors N Promotion 1 25 Group 2 25 3 25 4 25 The following table provides the UNADJUSTED group means and standard deviations. Descriptive Statistics Dependent Variable: Interest Rating in DVD Promotion Group Mean Std. Deviation N 1 30.68 6.713 25 2 39.80 6.708 25 3 31.56 6.272 25 4 36.76 7.513 25 Total 34.70 7.698 100 The following table is the Levene’s Test of Homogeneity of Variance. As we can see – this assumption is met since p (.995) > (.05). Levene's Test of Equality of Error Varianceas Dependent Variable: Interest Rating in DVD F df1 df2 Sig. .022 3 96 .995 Tests the null hypothesis that the error variance of the dependent variable is equal across groups. a. Design: Intercept+Age+Promotion ANCOVA EXAMPLE PAGE 2 If the Assumption of Homogeneity of Variance had not be met (found significant) – this is not a major problem if the cell sizes are equal (i.e., the largest group size is not more than 1½ times greater than the smallest group size). This is the case for two reasons, first, the ANCOVA statistic is a robust statistic and second, because of the way SPSS calculates the ANCOVA (Leech, Barrett, & Morgan, 2005). The following table actually serves two purposes… First, we use it to test if there is a linear relationship between the covariate and the dependent variable. As we can see – there is a (significant) linear relationship between the covariate (Age) and the dependent variable (DVD Rating) since p (.020) < α (.05). Tests of Between-Subjects Effects Dependent Variable: Interest Rating in DVD Type III Sum Source of Squares df Mean Square F Sig. Corrected Model 1656.073a 4 414.018 9.340 .000 Intercept 17505.917 1 17505.917 394.940 .000 Age 249.233 1 249.233 5.623 .020 Promotion 1323.306 3 441.102 9.951 .000 Error 4210.927 95 44.326 Total 126276.000 100 Corrected Total 5867.000 99 a. R Squared = .282 (Adjusted R Squared = .252) The following table is the test of the main hypothesis… Here we see that the Promotion Group Main Effect is significant [p (.000) < (.05)] controlling for the effect of age. Because we found a significant main effect – and there are more than two levels for the independent variable – we will need to conduct follow-up procedures (i.e., post hoc procedures or multiple comparisons tests) to determine significant pairwise differences. Tests of Between-Subjects Effects Dependent Variable: Interest Rating in DVD Type III Sum Source of Squares df Mean Square F Sig. Corrected Model 1656.073a 4 414.018 9.340 .000 Intercept 17505.917 1 17505.917 394.940 .000 Age 249.233 1 249.233 5.623 .020 Promotion 1323.306 3 441.102 9.951 .000 Error 4210.927 95 44.326 Total 126276.000 100 Corrected Total 5867.000 99 a. R Squared = .282 (Adjusted R Squared = .252) The covariate is included in the analysis to control for differences on this variable and is not the focus of the main analysis (it is used to test the linear relationship between the covariate and the dependent variable as noted above). Consequently, the results of the covariate are frequently not reported in a Results section. ANCOVA EXAMPLE PAGE 3 Since we found a significant between-subjects main effect, we will want to calculate the measure of association, omega squared (ω2). Calculating the measure of association (omega squared) for the ANCOVA is very similar to that for the One-Way ANOVA. We only need to make a few minor adjustments to the formula – to account for the adjusted values of interest… ' ' 2 SS B − (K −1)MSW ω = ' ' SST + MSW For our example – we substitute into the formula and get: 1323.306 − (4 −1)44.326 1323.303 − (3)44.326 1323.303 −132.978 1190.325 ω 2 = = = = = .201363 5867.000 + 44.326 5911.326 5911.326 5911.326 ω2 = .20, which means that the four levels of promotion group (the independent variable) account for approximately 20% of the total variance in the individual’s interest rating of the DVD (the dependent variable) controlling for the effect of the actual age of the individuals (the covariate). Estimated Marginal Means The following table shows the adjusted group means… These means are adjusted for the covariate. Promotion Group Dependent Variable: Interest Rating in DVD 95% Confidence Interval Promotion Group Mean Std. Error Lower Bound Upper Bound 1 30.883a 1.334 28.234 33.532 2 39.882a 1.332 37.238 42.527 3 31.695a 1.333 29.050 34.341 4 36.339a 1.343 33.672 39.006 a. Covariates appearing in the model are evaluated at the following values: Actual Age = 36.28. Note the difference between the unadjusted and the adjusted means… For this example – they are relatively the same – however, depending on the effect (influence) of the covariate – these means can be notably different. ANCOVA EXAMPLE PAGE 4 Profile Plots Estimated Marginal Means of Interest Rating in DVD 40 38 s n a e M l a 36 n i g r a M d 34 e t a m i t s E 32 30 1 2 3 4 Promotion Group The Profile Plot will give us a visual picture of what is going on with our study. As we can see the line represents the estimated marginal means for the interest rating in DVD at each of the levels of promotion. These values correspond to those found in the estimated marginal means table. Post hoc Analyses Because we found a significant between-subjects main effect – and there are four levels to our independent variable – we will need to conduct a follow-up test to determine where any significant pairwise differences are. One option is to use the lmatrix syntax command which uses the appropriate error term to make pairwise comparisons. We will still need to control for Type I error. While there are several methods from which to choose – we will use the Bonferroni adjustment (alpha divided by the number of comparisons). ANCOVA EXAMPLE PAGE 5 Syntax for the lmatrix command UNIANOVA DVDRating BY Promotion WITH Age /METHOD = SSTYPE(3) /lmatrix 'Promotion Group 1 vs Promotion Group 2' promotion 1 -1 0 0 /lmatrix 'Promotion Group 1 vs Promotion Group 3' promotion 1 0 -1 0 /lmatrix 'Promotion Group 1 vs Promotion Group 4' promotion 1 0 0 -1 /lmatrix 'Promotion Group 2 vs Promotion Group 3' promotion 0 1 -1 0 /lmatrix 'Promotion Group 2 vs Promotion Group 4' promotion 0 1 0 -1 /lmatrix 'Promotion Group 3 vs Promotion Group 4' promotion 0 0 1 -1. Because we use the top three lines of the ANCOVA syntax – we will get a few redundant tables… i.e., the Between-Subjects Factors and the Tests of Between-Subjects Effects. These can be ignored here. Univariate Analysis of Variance Between-Subjects Factors N Promotion 1 25 Group 2 25 3 25 4 25 Tests of Between-Subjects Effects Dependent Variable: Interest Rating in DVD Type III Sum Source of Squares df Mean Square F Sig. Corrected Model 1656.073a 4 414.018 9.340 .000 Intercept 17505.917 1 17505.917 394.940 .000 Age 249.233 1 249.233 5.623 .020 Promotion 1323.306 3 441.102 9.951 .000 Error 4210.927 95 44.326 Total 126276.000 100 Corrected Total 5867.000 99 a.
Recommended publications
  • Chapter 5 Contrasts for One-Way ANOVA Page 1. What Is a Contrast?
    Chapter 5 Contrasts for one-way ANOVA Page 1. What is a contrast? 5-2 2. Types of contrasts 5-5 3. Significance tests of a single contrast 5-10 4. Brand name contrasts 5-22 5. Relationships between the omnibus F and contrasts 5-24 6. Robust tests for a single contrast 5-29 7. Effect sizes for a single contrast 5-32 8. An example 5-34 Advanced topics in contrast analysis 9. Trend analysis 5-39 10. Simultaneous significance tests on multiple contrasts 5-52 11. Contrasts with unequal cell size 5-62 12. A final example 5-70 5-1 © 2006 A. Karpinski Contrasts for one-way ANOVA 1. What is a contrast? • A focused test of means • A weighted sum of means • Contrasts allow you to test your research hypothesis (as opposed to the statistical hypothesis) • Example: You want to investigate if a college education improves SAT scores. You obtain five groups with n = 25 in each group: o High School Seniors o College Seniors • Mathematics Majors • Chemistry Majors • English Majors • History Majors o All participants take the SAT and scores are recorded o The omnibus F-test examines the following hypotheses: H 0 : µ1 = µ 2 = µ3 = µ 4 = µ5 H1 : Not all µi 's are equal o But you want to know: • Do college seniors score differently than high school seniors? • Do natural science majors score differently than humanities majors? • Do math majors score differently than chemistry majors? • Do English majors score differently than history majors? HS College Students Students Math Chemistry English History µ 1 µ2 µ3 µ4 µ5 5-2 © 2006 A.
    [Show full text]
  • Analysis of Covariance (ANCOVA) with Two Groups
    NCSS Statistical Software NCSS.com Chapter 226 Analysis of Covariance (ANCOVA) with Two Groups Introduction This procedure performs analysis of covariance (ANCOVA) for a grouping variable with 2 groups and one covariate variable. This procedure uses multiple regression techniques to estimate model parameters and compute least squares means. This procedure also provides standard error estimates for least squares means and their differences, and computes the T-test for the difference between group means adjusted for the covariate. The procedure also provides response vs covariate by group scatter plots and residuals for checking model assumptions. This procedure will output results for a simple two-sample equal-variance T-test if no covariate is entered and simple linear regression if no group variable is entered. This allows you to complete the ANCOVA analysis if either the group variable or covariate is determined to be non-significant. For additional options related to the T- test and simple linear regression analyses, we suggest you use the corresponding procedures in NCSS. The group variable in this procedure is restricted to two groups. If you want to perform ANCOVA with a group variable that has three or more groups, use the One-Way Analysis of Covariance (ANCOVA) procedure. This procedure cannot be used to analyze models that include more than one covariate variable or more than one group variable. If the model you want to analyze includes more than one covariate variable and/or more than one group variable, use the General Linear Models (GLM) for Fixed Factors procedure instead. Kinds of Research Questions A large amount of research consists of studying the influence of a set of independent variables on a response (dependent) variable.
    [Show full text]
  • Contrast Coding in Multiple Regression Analysis: Strengths, Weaknesses, and Utility of Popular Coding Structures
    Journal of Data Science 8(2010), 61-73 Contrast Coding in Multiple Regression Analysis: Strengths, Weaknesses, and Utility of Popular Coding Structures Matthew J. Davis Texas A&M University Abstract: The use of multiple regression analysis (MRA) has been on the rise over the last few decades in part due to the realization that analy- sis of variance (ANOVA) statistics can be advantageously completed using MRA. Given the limitations of ANOVA strategies it is argued that MRA is the better analysis; however, in order to use ANOVA in MRA coding structures must be employed by the researcher which can be confusing to understand. The present paper attempts to simplify this discussion by pro- viding a description of the most popular coding structures, with emphasis on their strengths, limitations, and uses. A visual analysis of each of these strategies is also included along with all necessary steps to create the con- trasts. Finally, a decision tree is presented that can be used by researchers to determine which coding structure to utilize in their current research project. Key words: Analysis of variance, contrast coding, multiple regression anal- ysis. According to Hinkle and Oliver (1986), multiple regression analysis (MRA) has begun to become one of the most widely used statistical analyses in educa- tional research, and it can be assumed that this popularity and frequent usage is still rising. One of the reasons for its large usage is that analysis of variance (ANOVA) techniques can be calculated by the use of MRA, a principle described
    [Show full text]
  • Natural Experiments and at the Same Time Distinguish Them from Randomized Controlled Experiments
    Natural Experiments∗ Roc´ıo Titiunik Professor of Politics Princeton University February 4, 2020 arXiv:2002.00202v1 [stat.ME] 1 Feb 2020 ∗Prepared for “Advances in Experimental Political Science”, edited by James Druckman and Donald Green, to be published by Cambridge University Press. I am grateful to Don Green and Jamie Druckman for their helpful feedback on multiple versions of this chapter, and to Marc Ratkovic and participants at the Advances in Experimental Political Science Conference held at Northwestern University in May 2019 for valuable comments and suggestions. I am also indebted to Alberto Abadie, Matias Cattaneo, Angus Deaton, and Guido Imbens for their insightful comments and criticisms, which not only improved the manuscript but also gave me much to think about for the future. Abstract The term natural experiment is used inconsistently. In one interpretation, it refers to an experiment where a treatment is randomly assigned by someone other than the researcher. In another interpretation, it refers to a study in which there is no controlled random assignment, but treatment is assigned by some external factor in a way that loosely resembles a randomized experiment—often described as an “as if random” as- signment. In yet another interpretation, it refers to any non-randomized study that compares a treatment to a control group, without any specific requirements on how the treatment is assigned. I introduce an alternative definition that seeks to clarify the integral features of natural experiments and at the same time distinguish them from randomized controlled experiments. I define a natural experiment as a research study where the treatment assignment mechanism (i) is neither designed nor implemented by the researcher, (ii) is unknown to the researcher, and (iii) is probabilistic by virtue of depending on an external factor.
    [Show full text]
  • Contrast Analysis: a Tutorial. Practical Assessment, Research & Evaluation
    Contrast analysis Citation for published version (APA): Haans, A. (2018). Contrast analysis: A tutorial. Practical Assessment, Research & Evaluation, 23(9), 1-21. [9]. https://doi.org/10.7275/zeyh-j468 DOI: 10.7275/zeyh-j468 Document status and date: Published: 01/01/2018 Document Version: Publisher’s PDF, also known as Version of Record (includes final page, issue and volume numbers) Please check the document version of this publication: • A submitted manuscript is the version of the article upon submission and before peer-review. There can be important differences between the submitted version and the official published version of record. People interested in the research are advised to contact the author for the final version of the publication, or visit the DOI to the publisher's website. • The final author version and the galley proof are versions of the publication after peer review. • The final published version features the final layout of the paper including the volume, issue and page numbers. Link to publication General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal.
    [Show full text]
  • One-Way Analysis of Variance: Comparing Several Means
    One-Way Analysis of Variance: Comparing Several Means Diana Mindrila, Ph.D. Phoebe Balentyne, M.Ed. Based on Chapter 25 of The Basic Practice of Statistics (6th ed.) Concepts: . Comparing Several Means . The Analysis of Variance F Test . The Idea of Analysis of Variance . Conditions for ANOVA . F Distributions and Degrees of Freedom Objectives: Describe the problem of multiple comparisons. Describe the idea of analysis of variance. Check the conditions for ANOVA. Describe the F distributions. Conduct and interpret an ANOVA F test. References: Moore, D. S., Notz, W. I, & Flinger, M. A. (2013). The basic practice of statistics (6th ed.). New York, NY: W. H. Freeman and Company. Introduction . The two sample t procedures compare the means of two populations. However, many times more than two groups must be compared. It is possible to conduct t procedures and compare two groups at a time, then draw a conclusion about the differences between all of them. However, if this were done, the Type I error from every comparison would accumulate to a total called “familywise” error, which is much greater than for a single test. The overall p-value increases with each comparison. The solution to this problem is to use another method of comparison, called analysis of variance, most often abbreviated ANOVA. This method allows researchers to compare many groups simultaneously. ANOVA analyzes the variance or how spread apart the individuals are within each group as well as between the different groups. Although there are many types of analysis of variance, these notes will focus on the simplest type of ANOVA, which is called the one-way analysis of variance.
    [Show full text]
  • Contrast Procedures for Qualitative Treatment Variables
    Week 7 Lecture µ − µ Note that for a total of k effects, there are (1/2) k (k – 1) pairwise-contrast effects of the form i j. Each of these contrasts may be set up as a null hypothesis. However, not all these contrasts are independent of one another. There are thus only two independent contrasts among the three effects. In general, for k effects, only k – 1 independent contrasts may be set up. Since there are k – 1 degrees of freedom for treatments in the analysis of variance, we say that there is one in- dependent contrast for each degree of freedom. Within the context of a single experiment, there is no entirely satisfactory resolution to the problem raised above. Operationally, however, the experimenter can feel more confidence in his hypothesis decision if the contrasts tested are preplanned (or a priori) and directional alternatives are set up. For example, if the experimenter predicts a specific rank order among the treatment effects and if the analysis of the pair-wise contrasts conforms to this a priori ordering, the experi- menter will have few qualms concerning the total Type I risk. However, in many experimental contexts, such a priori decisions cannot be reasonably established. The major exception occurs in experiments that evolve from a background of theoretical reasoning. A well-defined theory (or theories) will yield specific predictions concerning the outcomes of a suitably designed experiment. Unfortunately, at present, a relatively small proportion of educational research is based on theory. Although the experimenter may have "hunches" (i.e., guesses) concerning the outcomes of an experiment, these can seldom provide a satisfactory foundation for the specification of a priori contrasts.
    [Show full text]
  • Chapter 12 Multiple Comparisons Among
    CHAPTER 12 MULTIPLE COMPARISONS AMONG TREATMENT MEANS OBJECTIVES To extend the analysis of variance by examining ways of making comparisons within a set of means. CONTENTS 12.1 ERROR RATES 12.2 MULTIPLE COMPARISONS IN A SIMPLE EXPERIMENT ON MORPHINE TOLERANCE 12.3 A PRIORI COMPARISONS 12.4 POST HOC COMPARISONS 12.5 TUKEY’S TEST 12.6 THE RYAN PROCEDURE (REGEQ) 12.7 THE SCHEFFÉ TEST 12.8 DUNNETT’S TEST FOR COMPARING ALL TREATMENTS WITH A CONTROL 12.9 COMPARIOSN OF DUNNETT’S TEST AND THE BONFERRONI t 12.10 COMPARISON OF THE ALTERNATIVE PROCEDURES 12.11 WHICH TEST? 12.12 COMPUTER SOLUTIONS 12.13 TREND ANALYSIS A significant F in an analysis of variance is simply an indication that not all the population means are equal. It does not tell us which means are different from which other means. As a result, the overall analysis of variance often raises more questions than it answers. We now face the problem of examining differences among individual means, or sets of means, for the purpose of isolating significant differences or testing specific hypotheses. We want to be able to make statements of the form 1 2 3 , and 45 , but the first three means are different from the last two, and all of them are different from 6 . Many different techniques for making comparisons among means are available; here we will consider the most common and useful ones. A thorough discussion of this topic can be found in Miller (1981), and in Hochberg and Tamhane (1987), and Toothaker (1991). The papers by Games (1978a, 1978b) are also helpful, as is the paper by Games and Howell (1976) on the treatment of unequal sample sizes.
    [Show full text]
  • 1 Orthogonal Polynomial Contrasts Individual Df
    ORTHOGONAL POLYNOMIAL CONTRASTS INDIVIDUAL DF COMPARISONS: EQUALLY SPACED TREATMENTS • Many treatments are equally spaced (incremented). • This provides us with the opportunity to look at the response curve of the data (form of multiple regression). • Regression analysis could be performed using the data; however, when there are equal increments between successive levels of a factor, a simple coding procedure may be used to accomplish the analysis with much less effort. • This technique is related to the one we will use for linear contrasts. • We will partition the factor in the ANOVA table into separate single degree of freedom comparisons. • The number of possible comparisons is equal to the number of levels of a factor minus one. • For example, if there are three levels of a factor, there are two possible comparisons. • The comparisons are called orthogonal polynomial contrasts or comparisons. • Orthogonal polynomials are equations such that each is associated with a power of the independent variable (e.g. X, linear; X2, quadratic; X3, cubic, etc.). 1st order comparisons measure linear relationships. 2nd order comparisons measures quadratic relationships. 3rd order comparisons measures cubic relationships. Example 1 • We wish to determine the effect of drying temperature on germination of barley, we can set up an experiment that uses three equally space temperatures (90oF, 100oF, 110oF) and four replicates. • The ANOVA would look like: Sources of variation df Rep r-1=3 Treatment t-1=2 Error (r-1)(t-1)=6 Total rt-1=11 1 • Since there are three treatments equally spaced by 10oF, treatment can be partitioned into two single df polynomial contrasts (i.e.
    [Show full text]
  • The General Linear Model: Theory
    © Gregory Carey, 1998 General Linear Model - 1 The General Linear Model: Theory 1.0 Introduction In the discussion of multiple regression, we used the following equation to express the linear model for a single dependent variable: y = Xq + u (1.0) where y is a column vector of the dependent variable, X is a matrix of the independent variables (with a column of 1’s in the first column), q is a vector of parameters and u is a vector of prediction errors. Strictly speaking, X is called a design matrix of independent variables, including the column of 1’s for the intercept. The mathematical equation for a univariate ANOVA is identical to that in Equation 1.0. The only difference is that what constitutes the “independent variables,” or to put it another way, the elements of the design matrix is less obvious in ANOVA than it is in regression. Let us return to the example of the one-way ANOVA using therapy as the ANOVA factor. Instead of thinking of one independent variable, let us think of this as four different independent variables, one for each level of therapy. Call these variables X1, X2, X3, and X4. Those observations in the first level, the Control therapy, will score 1 on the first variable, X1; all other observations score 0 on this variable. All those in the second therapy score 1 on X2; 0, otherwise. And so on. These transformed variables now become the elements of the design matrix, X. There are now five columns in X. The first is a column of 1’s for the intercept.
    [Show full text]
  • 6.6 Mean Comparisons F-Tests Provide Information on Significance
    Mean Comparisons F-tests provide information on significance of treatment effects, but no information on what the treatment effects are. Comparisons of treatment means provide information on what the treatment effects are. Appropriate mean comparisons are based on the treatment design. When there is some structure to the treatments, the best way to compare treatment means is to use orthogonal contrasts/planned F tests which subdivide the treatment SS to isolate the variation associated with a single degree of freedom. If there is no structure to the treatments, a multiple range test can be used. Use Orthogonal Contrasts or Factorial Comparisons when: treatments have a structure treatments are combinations of factors e.g. breed and sex, factorial arrangements Use Trend Comparisons or Dose Response when: treatments are different levels of a factor e.g. fertilizer rates, seeding times Use Multiple Range Tests when: no clear treatment structure treatments are a set of unrelated materials e.g. variety trials, types of insecticides PLANNED F TESTS Important questions can be answered regarding treatments if we plan for this in the experiment. The treatment SS can often be subdivided to isolate particular sources of variation associated with a single degree of freedom. The number of tests that can be done is equal to the degrees of freedom for treatment. Advantages: 1. One can answer specific, important questions about treatment effects. 2. The computations are simple. 3. A useful check is provided on the treatment SS. Appropriate Uses: 1. When treatments have an obvious structure and/or when planned single df contrasts were built into the experiment.
    [Show full text]
  • Analysis of Covariance (ANCOVA) Contrasts
    PASS Sample Size Software NCSS.com Chapter 592 Analysis of Covariance (ANCOVA) Contrasts Introduction This procedure provides power and sample size for studies using a one-way design in which the data are to be analyzed using analysis of covariance with tests formed using contrasts of the means. The calculations use the more accurate results of Shieh (2017). A common task in research is to compare the means of two or more populations (groups). We might want to compare the income level of two regions, the nitrogen content of three lakes, or the effectiveness of four drugs. Analysis of Covariance (ANCOVA) is an extension of the one-way analysis of variance model that adds quantitative variables (covariates). When used, it is assumed that their inclusion will reduce the size of the error variance and thus increase the power of the design. The usual F-test tests the hypothesis that all means are equal versus the alternative that at least one mean is different from the rest. Often, a more specific alternative is desired. For example, you might want to test whether the treatment means are different from the control mean, the low dose is different from the high dose, a linear trend exists across dose levels, and so on. These questions can be tested using specific contrasts. Assumptions Using the F test requires certain assumptions. One reason for the popularity of the F test is its robustness in the face of assumption violation. However, if an assumption is not even approximately met, the significance levels and the power of the F test are invalidated.
    [Show full text]