Using SAS Software to Check Assumptions for Analysis of Covariance, Including Repeated Measures Designs

Size: px
Start display at page:

Download "Using SAS Software to Check Assumptions for Analysis of Covariance, Including Repeated Measures Designs"

Transcription

1 Using SAS Software to Check Assumptions for Analysis of Covariance, Including Repeated Measures Designs Richard P. Steiner, The University of Akron, Akron, OH N. Margaret Wineman, The University of Akron, Akron, OH ABSTRACT Analysis of covariance (ANCOVA) is a powerful statistical tool for adjusting an analysis to acoount for the effects of concomitant variables. The technique may be applied to completely randomized designs (CRO) as well as repeated measures designs. In addition to normality assumptions, ANCOVA depends on assumptions about variances and slopes. Although not usually provided directly, most statistical software has the capability of testing the equal slopes assumption in a CRO ANCOVA; however, the slope assumptions of repeated measures ANCOVA are more complex and more difficult to check. The SYSLIN procedure in SAS/ETS software is an elegant tool to assist with checking the slope assumptions of repeated measures ANCOVA. The assumptions of ANCOVA are discussed and SAS programs for checking these assumptions are presented. A method for comparing groups when the equal slopes assumption is violated is also presented. INTRODUCTION The analysis of covariance (ANCOVA) is a powerful statistical tool widely used today. In studies where a dependent variable is compared between two or more treatment groups, ANCOVA may be used to statistically control for the effects of other variables which are related to the dependent variable, but are not of primary interest themselves. Such variables are referred to as concomitant variables or covariates. The basic notion of ANCOVA is to adjust the analysis so that comparisons of the dependent variable among treatment groups will be "fair" and not clouded by covariate differences among the groups. The statistical mechanism by which the dependent variable is adjusted for the covariates is linear regression. For simplicity the following discussion will pertain to the problem with a single covariate; however the results extend to multiple covariates. The discussion of repeated measures ANCOVA will pertain to a design with one withinsubjects (repeated) factor and one between-subjects (grouping) factor. In addition to the usual normality assumption of ANOVA, the assumptions upon which ANOOVA are based may be classified broadly as assumptions about variances and assumptions about slopes. ASSUMPTIONS ABOUT VARIANCES The first -- and for completely randomized designs (ORO), the only -- variance assumption is that the conditional variance of the dependent variable, given the covariate, is the same in each treatment group. This is analogous to the homogeneity of variance assumption encountered in ANOVA.. In repeated measures ANOOVA this first assumption is that the covariance structure among the dependent variables representing the within-subjects factors is the same in each group. Specifically, the covariance matrices for the treatment groups are assumed to be equal. This means the groups are assumed to share a common covariance matrix. This could be termed homogeneity of variances and covariances. A second variance assumption applies to repeated measures ANOOVA. This assumption, called compound symmetry, deals with the form of the common covariance matrix. It is assumed that the variances of the dependent variables are equal. It is also assumed that the covariances among the dependent variables also are equal. However, It is not required that the variances equal the covariances. This assumption is somewhat more restrictive than necessary, but it is statistically sufficient. Two procedures, the Greenhouse-Geisser (1959) and Huynh-Feldt (1976) adjustments, are available to correct the analysis n the com mon covariance matrix does not have the required form. Both adjustments produce conservative tests; the lormer is more conservative than the latter. A conservative test has less power to reject the null hypothesis when it is lalse than would normally be available at the specnied level of signilicance. ASSUMPTIONS ABOUT SLOPES For ORO ANOOVA, the dependent variable is regressed on the covariate separately in each treatment group. These slope~ are then pooled, and this pooled slope is used to adjust the analysis 01 the group effect. The assumption implied by the pooling is that the separate treatment group slopes are equal. Two types of regression models are used in repeated measures ANCOVA. The lirst type is called betweensubjects regressions by Winer (1971). In these regressions the mean dependent variable score lor each subject is regressed on the mean covariate score lor each subject. These regressions are performed separately lor each 01 the treatment groups. The slope coefficients from these regressions are then pooled, and this pooled slope is used to adjust the analysis 01 the between-subjects (group) effect. The assumption implied by the pooling is that the between-subjects slopes are equal. 1045

2 Regressions of a second type are used to adjust the analysis of the whhin-subjects effects and are called within-subjects regressions. Adjustment of the withinsubjects effects are necessary only if the covariate varies from level-to-ievel of the repeated fector. Here dependent variable scores are regressed on their corresponding covariate scores for each level the whhin-subjects factor. The slope coefficients of these regressions are pooled forming a pooled slope for the whhin-subjects effects. Again, the assumption here is that the slopes that are combined to form this pooled slope are equal. In addhion to the equal slopes assumptions stated above, each regression in the ANCOVA is subject to the usual. regression assumptions: IinearHy of the response and homogeneny of variance about the regression line. (That is, the condhional variance of the dependent variable given the covariate (X) does not depend on X.) If the regression assumptions are violated in any of the regressions the. qualny of the ANCOVA may be eroded. When adjusted cell means are reported, statistical software uses an 'overall' pooled slope, which is derived from all the pooled slopes described above. This adjustment assumes that all the regressions in the ANCOVA have equal slopes. CHECKS FOR VARIANCE ASSUMPTIONS SAS programs using DATA step programming, PROC SUMMARY, and SAS/IML" software were constructed to perform tests for equalny of variances and equality of covariance matrices. The macro % VARTEST performs Bartlett's test and Levene's test for homogeneity of variance across the groups specified on the GROUPS parameter. Levene's test is computed using absolute deviations from the group medians, as suggested by Conover et al. (1981). The macro is invoked as follows: %VARTEST (DATA = SASdatasetname, VAR = varlist, GROUPS = (varlis~ [varl var2"... varn]) The VAR parameter lists the variables to be tested. A set of tests is performed for each variable in varlist. The GROUPS parameter defines the groups over which the homogeneity of variance tests are performed. For variable names separated by spaces, or in an implied list (e.g. Xl X5), separate tests are perlormed for the groups defined by the values of each variable. When two or more variable names are connected by asterisks ('), one set of tests is performed comparing the groups defined by all combinations of the values of the connected variables. Thus, tests for homogenehy of variance acmss the cells of a factorial design can be tested readily. Residuals from the ANCOVA model can be saved and tested for homogeneity of variance across groups. Two versions of Box's (1950) test for homogenehy of covariance matrices are carried out by the macro %MVARTEST. A chi-square approximation is used when sample sizes are large (> 20) and the number of variables and the number of groups are both less than 6. Otherwise an F-approximation is used. The details of these tests are provided by TImm (1975). The O/OMVARTEST macro has the same parameters as the %VARTEST macro, except that the VAR parameter defines the variables used to form the covariance matrices. PROC GLM with the PRINTE option on the REPEATED statement furnishes a test for compound symmetry, labeled "Test for Sphericity". (See SASISTA ~ User's Guide, Vol. 2, Version 6, 4th ed., p. 954) The following SAS statements specify a repeated measures ANOVA with one grouping factor (A) and one repeated factor (B). each whh three levels: PROC GLM; CLASS A; MODEL Yl Y2 Y3 = A; REPEATED/ PRINTE; The output generated by these statements includes a section displaying the test for sphericity like the following: Test for Spl':ericity: Mau:::hl.y 1 s Criterion = Chisquare lipproxination = with 2 df Prob > Chlsquare = Ppplied to ~ Cca"PJlJelit.s: Test for Spmrici.ty: Mauchly's Criterion = Chisquare ~ion = with 2 df Prob > Chlsquare = The test "Applied to Orthogonal Components' is the pertinent test. The null hypothesis is that the spherichy condition is satisfied. In the above example, we would reject the null hypothesis at the 0.05 level of significance (P = ) and conclude that the Greenhouse-Geisser (G-G) or Huynh-Feldt (H-F) adjustments should be used. P-values for both G-G adjusted and H-F adjusted analyses are provided as part of PROC GLM output. CHECKS FOR SLOPE ASSUMPTIONS The test for equal slopes in CRD ANCOVA can be carried out in a very straightforward manner using the TEST statement in PROC REG or PROC GLM. For a design wnh one grouping factor (A) wtth three levels and one covariate (X), the following model is fn: In this model A, = 1 for each observation at level 1 of factor A; A, = 0 otherwise. Similarly, A2 = 1 for each observation at level 2 of factor A; A2 = 0 otherwise. For three groups, two such indicator variables are needed. In general, for k groups, k - 1 indicator variables are required. The variables A, X and A2X are interaction terms that can be created in a SAS DATA step using the statements AlX = Al*X; A2X = A2*X; The regression model above allows for different slopes for the covariate in each group. The differences in slope of group 1 and group 2 from the reference group (group 3) are given by ~4 and lis, respectively. The null hypothesis of equal slopes across all groups is 1046

3 The SAS statements below test this null hypothesis. PROC REG; MODEL Y = Al A2 X AlX A2X; TEST AlX=O, A2X=O; In repeated measures ANCOVA, the test for equality of the between-subjects slopes is carried out in a manner similar to that just described for a CRD ANCOVA. The difference is that the dependent variable in the regression is the mean (for each subject) of the dependent variables that define the levels of the repeated factor. Similarly, the covariate in the regression is the mean of the variables representing the values of the covariate at the different levels of the repeated factor. The following DATA step statements create the necessary variables for a design w~h a grouping factor (A) w~h 3 levels, a repeated factor (B) wtth 2 levels, and a single covariate: YEAR = ~(Yl,Y2); XBAR = ~(Xl,X2); AlXBAR = Al *XBAR; A2XBAR = A2*XBAR; A I and A2 are as defined earlier. Yl and Y2 are the dependent variables representing the levels of the repeated factor; XI is the covariate at level 1 of Band X2 is the covariate at level 2 of B. The computation of XBAR is necessary only H the values of the covariate differ across the levels of factor B. If the covariate is fixed, the values of XI and X2 will be the same for each subject, and can be included as a single variable, X. In this case X is used in place of XBAR. The SAS statements to perform the test of equal~y of the between-subjects slopes are PROC REG; MODEL YEAR = Al A2 XBAR A1XBAR A2XBAR; TEST AlXBAR=O, A2XBAR=O; Testing for equality of wtthin-subjects slopes is more difficult, since the regressions involved are not independent. The SYSLIN procedure in SASIETS software is an elegant tool to assist with checking the slope assumptions of repeated measures ANCOVA. These regressions are done as seemingly unrelated regressions using the SUR option. STEST statements are used to compare the relevant slopes. The following statements illustrate the technique: PROC SYSLIN SUR; Bl: MODEL Yl = Xl Al A2; B2: MODEL Y2 = X2 Al A2; STEST B2.X2 - Bl.Xl; Again, YI and Y2 are the dependent variables representing the levels of the wtthin-subjects factor; XI is the covariate applied to YI and X2 is the covariate applied to Y2. The above procedure tests whether the slope of the regression of the dependent variable on the covariate is the same across the levels of the repeated factor, B. The test assumes, however, that within each level of B the regressions have the same slope at each level of A. To test for equal slopes across all cells of the A x B design, the following statements may be used: PRoe SYSLIN SUR; Bl: MODEL Yl = Xl Al A2 AlXl A2Xl; B2: MODEL Y2 = X2 Al A2 A1X2 A2X2; STEST B2.X2-Bl.Xl, Bl.AlXl, Bl.A2Xl, B2.A1X2, B2.A2X2; The variables A1XI. A2XI, etc. are interaction variables as described in earlier analyses. For example. A 1 X1 = AI'XI. COMPARISON THE EQUAL VIOLATED OF GROUP MEANS WHEN SLOPES ASSUMPTION IS When the covariate slopes are equal. the group means of the dependent variable may vary wtth the level of the covariate, but the differences among the adjusted group means remain constant regardless of the level of the covariate. However, when the equal slopes assumption is violated, the implication is that differences among the group means of the dependent variable may vary depending upon the level of the covariate. Thus, separate comparisons of group means at different levels of the covariate are necessary for understanding how the groups differ. SAS software was used to implement a multiple comparisons procedure for comparing group means at different covariate levels when covariate slopes are not equal. A full model is fit, allowing different covariate slopes, and simultaneous confidence intervals for the dependent variable mean are constructed at different levels of the covariate. The levels chosen for the macro described below were the quartiles of the covariate and, optionally, the extremes. A macro, o/ollnecomp, was written to conduct this type of analysis for a CRD ANCOVA with one covariate. The macro is invoked as follows: O/OUNECOMP (DATA = SASdatasetname, DEP = depvar, IND = covariate, GRP = groupingvar, TYPE = [BONFERRONI] [WORKING-HOTELLlNG] [11, CLEV = #, EXTREMES = [YES] [NO]) The DEP, IND, and GRP parameters define the dependent variable, covariate, and grouping variable, respectively, for the analysis. The TYPE parameter allows the user to specify the type of confidence interval used. Bonferroni and Working-Hotelling confidence intervals are simultaneous; "T" requests individual Student-t confidence intervals, which are not adjusted for multiple comparisons. The first letter of each TYPE keyword is sufficient to specify it. CLEV specifies the level of confidence desired (as a percent). CLEV = 95 is the default. The EXTREMES parameter controls whether or. not comparisons are made at the extremes of the covariate. EXTREMES = YES includes the extremes, EXTREMES = NO does not. The default is YES. The program performs the following steps: I. The quartiles and extremes (if requested) are obtained using PROC UNIVARIATE and output in a data set. 2. This data set is then TRANSPOSEd and the values of the group indicator variables are propagated across 1047

4 the covariate values using SET statements. The resuhing data set has one case for each combination of group indicator values and covariate values output from Step 1. The variables in the data set are the group indicators and the covariate. 3. Next the input data set, &DATA, is reduced to complete cases, and the data set created in Step 2 is APPENDed to it, with the dependent variable (&DEP) set to missing for cases coming from the Step 2 data set. 4. Interaction variables are created and PROC REG is used to fit a model analogous to Equation (1). An OUTPUT statement is used to compute predicted values and their standard errors (STOP) for each group at the quartiles (and extremes, if specified) of the covariate. 5. Finally, the data set created in Step 4 is read into PROC IMl, where the confidence limits are computed and printed along with the group indicators, quartiles (and extremes, n specnied), and predicted values of the dependent variable. Values of the covariate for which the confidence intervals overlap for all groups indicate no group differences in the mean of the dependent variable at that covariate value. Values of the covariate for which the confidence intervals do not overlap for some groups indicate that these groups have different dependent variable means at that covariate value. In a recent study, Wineman at al. (in press) compared coping behaviors between people with a spinal cord injury (SCI) and people with multiple sclerosis (MS). As part of the analysis, an analysis of covariance was used to compare the use of emotion focused coping (EMOTION) between the two groups, adjusting for the covariate lengthdx, the length of time (in months) since diagnosis with either MS or SCI. The test for equal slopes between the groups suggested that the slopes were not equal. The %linecomp macro was used to compare the groups. The macro invocation was %linecomp(data = Q, DEP = EMOTION, IND = lengthdx, GRP = SAMPLE, 1YPE = B, CLEV = 95, EXTREMES = YES). The output is given below: The quartiles for lengthdx were 5, 10, and 17 months. The minimum was 1 month; the maximum was 67 months. At each covariate value two confidence intervals are given, one for each SAMPLE. The confidence intervals within these pairs are compared to test for differences in the mean of EMOTION between the groups. Notice that each pair of the confidence intervals overlaps, suggesting that there is no evidence to suggest that the mean of EMOTION differs between the groups, when adjusting for LENGTHDX. While the quartiles and extremes of the covariate were selected here as "representative" locations to examine differences in group means of the dependent variable, other or additional values of the covariate could be used as well. Rogosa (1980) discusses methods based on comparing the groups "in the middle part of the data". This middle covariate value is the point at which the vertical distance between the (nonparallel) covariate regressions is the same as the difference in adjusted means computed in an ordinary ANCOVA on the data. Another technique for comparing group means in the presence of nonparallel covariate regressions is known as the Johnson Neyman technique (Rogosa, 1980; Huitema, 1980). The technique is similar to the one presented in this paper, but the objective of the Johnson Neyman technique is to find a region of significance consisting of the set of all covariate values for which the confidence limits do not overlap. A difficulty with the Johnson Neyman region of signnicance is that it may be outside the observed range of the covariate. A second potential problem with simultaneous inference versions of the Johnson-Neyman approach is that confidence bands for the entire regression lines are required. Working-Hotelling bands are typically used. By selecting only a few points for comparisons, within the observed range of the covariate, and using the Bonferroni method, it may be possible to increase power while maintaining the error protection afforded by a simuitaneous procedure. Huitema (1980) presents some other alternatives to traditional analysis of covariance including nonlinear covariance analysis and rank analysis of covariance. ACKNOWLEDGMENT This research was funded in part by the National Institute for Nursing Research of the National Institutes of HeaHh (R01 NR02662). PRlNT SI'M'lE llnilllllx Ul'ER ill ill UPPER B OS REFERENCES Box, G. E. P. (1950) Problems in the analysis of growth and linear curves. Biometrics, 6: Conover, W. J., Johnson, M. E., and M. M. Johnson. (1981) A comparative study for tests of homogeneity of variances, with applications to the outer continental sheh bidding data. Technometrics, 23: Greenhouse, S. H. and S. Geisser. (1959) On methods in the analysis of profile data. Psychometrika, 24: Huitema, B. E. (1980) The Analysis of Covariance and Alternatives. New York: John Wiley & Sons. 1048

5 REFERENCES (Continued) Huynh, H. and L S. Feldt (1976) Estimation of the Box correction for degrees of freedom from sample data in randomized block and spin-plot designs. Journal of Educational Statistics, 1: Rogosa, D. (1980) Comparing nonparallel regression lines. Psychological Bunetin, 88: SAS Instnute Inc. (1990) SAS/STA T User's Guide, Version 6, Fourth Edition. Cary, NC: SAS Instnute Inc. Timm, N. H. (1975) Multivariate Analysis with Applications in Education and Psychology. Monterey, CA: Brooks/Cole Publishing Co. Wineman, N. 1.1., Durand, E. J., and R. P. Steiner (in press) A comparative analysis of coping behaviors in individuals wnh muttiple sclerosis or a spinal cord injury. Research in Nursing and Health. Winer, B. J. (1971) Statistical Principles in Experimental Design, 2nd ed. New York: McGraw-Hili Book Co. SAS, SASIETS, SASIIML, and SAS/STAT are registered trademarks or trademarks of SAS Instnute Inc. in the USA and other countries. indicates USA registration. 1049

Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti

Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang Use in experiment, quasi-experiment

More information

GLM Repeated Measures

GLM Repeated Measures GLM Repeated Measures Notation The GLM (general linear model) procedure provides analysis of variance when the same measurement or measurements are made several times on each subject or case (repeated

More information

TWO-FACTOR AGRICULTURAL EXPERIMENT WITH REPEATED MEASURES ON ONE FACTOR IN A COMPLETE RANDOMIZED DESIGN

TWO-FACTOR AGRICULTURAL EXPERIMENT WITH REPEATED MEASURES ON ONE FACTOR IN A COMPLETE RANDOMIZED DESIGN Libraries Annual Conference on Applied Statistics in Agriculture 1995-7th Annual Conference Proceedings TWO-FACTOR AGRICULTURAL EXPERIMENT WITH REPEATED MEASURES ON ONE FACTOR IN A COMPLETE RANDOMIZED

More information

Psy 420 Final Exam Fall 06 Ainsworth. Key Name

Psy 420 Final Exam Fall 06 Ainsworth. Key Name Psy 40 Final Exam Fall 06 Ainsworth Key Name Psy 40 Final A researcher is studying the effect of Yoga, Meditation, Anti-Anxiety Drugs and taking Psy 40 and the anxiety levels of the participants. Twenty

More information

Repeated-Measures ANOVA in SPSS Correct data formatting for a repeated-measures ANOVA in SPSS involves having a single line of data for each

Repeated-Measures ANOVA in SPSS Correct data formatting for a repeated-measures ANOVA in SPSS involves having a single line of data for each Repeated-Measures ANOVA in SPSS Correct data formatting for a repeated-measures ANOVA in SPSS involves having a single line of data for each participant, with the repeated measures entered as separate

More information

Analysis of Longitudinal Data: Comparison between PROC GLM and PROC MIXED.

Analysis of Longitudinal Data: Comparison between PROC GLM and PROC MIXED. Analysis of Longitudinal Data: Comparison between PROC GLM and PROC MIXED. Maribeth Johnson, Medical College of Georgia, Augusta, GA ABSTRACT Longitudinal data refers to datasets with multiple measurements

More information

Data Analyses in Multivariate Regression Chii-Dean Joey Lin, SDSU, San Diego, CA

Data Analyses in Multivariate Regression Chii-Dean Joey Lin, SDSU, San Diego, CA Data Analyses in Multivariate Regression Chii-Dean Joey Lin, SDSU, San Diego, CA ABSTRACT Regression analysis is one of the most used statistical methodologies. It can be used to describe or predict causal

More information

Chapter 14: Repeated-measures designs

Chapter 14: Repeated-measures designs Chapter 14: Repeated-measures designs Oliver Twisted Please, Sir, can I have some more sphericity? The following article is adapted from: Field, A. P. (1998). A bluffer s guide to sphericity. Newsletter

More information

ANCOVA. Psy 420 Andrew Ainsworth

ANCOVA. Psy 420 Andrew Ainsworth ANCOVA Psy 420 Andrew Ainsworth What is ANCOVA? Analysis of covariance an extension of ANOVA in which main effects and interactions are assessed on DV scores after the DV has been adjusted for by the DV

More information

TABLES AND FORMULAS FOR MOORE Basic Practice of Statistics

TABLES AND FORMULAS FOR MOORE Basic Practice of Statistics TABLES AND FORMULAS FOR MOORE Basic Practice of Statistics Exploring Data: Distributions Look for overall pattern (shape, center, spread) and deviations (outliers). Mean (use a calculator): x = x 1 + x

More information

DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective

DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective Second Edition Scott E. Maxwell Uniuersity of Notre Dame Harold D. Delaney Uniuersity of New Mexico J,t{,.?; LAWRENCE ERLBAUM ASSOCIATES,

More information

Mixed- Model Analysis of Variance. Sohad Murrar & Markus Brauer. University of Wisconsin- Madison. Target Word Count: Actual Word Count: 2755

Mixed- Model Analysis of Variance. Sohad Murrar & Markus Brauer. University of Wisconsin- Madison. Target Word Count: Actual Word Count: 2755 Mixed- Model Analysis of Variance Sohad Murrar & Markus Brauer University of Wisconsin- Madison The SAGE Encyclopedia of Educational Research, Measurement and Evaluation Target Word Count: 3000 - Actual

More information

BIOMETRICS INFORMATION

BIOMETRICS INFORMATION BIOMETRICS INFORMATION Index of Pamphlet Topics (for pamphlets #1 to #60) as of December, 2000 Adjusted R-square ANCOVA: Analysis of Covariance 13: ANCOVA: Analysis of Covariance ANOVA: Analysis of Variance

More information

Graphical Procedures, SAS' PROC MIXED, and Tests of Repeated Measures Effects. H.J. Keselman University of Manitoba

Graphical Procedures, SAS' PROC MIXED, and Tests of Repeated Measures Effects. H.J. Keselman University of Manitoba 1 Graphical Procedures, SAS' PROC MIXED, and Tests of Repeated Measures Effects by H.J. Keselman University of Manitoba James Algina University of Florida and Rhonda K. Kowalchuk University of Manitoba

More information

UV Absorbance by Fish Slime

UV Absorbance by Fish Slime Data Set 1: UV Absorbance by Fish Slime Statistical Setting This handout describes a repeated-measures ANOVA, with two crossed amongsubjects factors and repeated-measures on a third (within-subjects) factor.

More information

Repeated Measures Analysis of Variance

Repeated Measures Analysis of Variance Repeated Measures Analysis of Variance Review Univariate Analysis of Variance Group A Group B Group C Repeated Measures Analysis of Variance Condition A Condition B Condition C Repeated Measures Analysis

More information

MANOVA is an extension of the univariate ANOVA as it involves more than one Dependent Variable (DV). The following are assumptions for using MANOVA:

MANOVA is an extension of the univariate ANOVA as it involves more than one Dependent Variable (DV). The following are assumptions for using MANOVA: MULTIVARIATE ANALYSIS OF VARIANCE MANOVA is an extension of the univariate ANOVA as it involves more than one Dependent Variable (DV). The following are assumptions for using MANOVA: 1. Cell sizes : o

More information

Descriptive Statistics

Descriptive Statistics *following creates z scores for the ydacl statedp traitdp and rads vars. *specifically adding the /SAVE subcommand to descriptives will create z. *scores for whatever variables are in the command. DESCRIPTIVES

More information

Research Methodology Statistics Comprehensive Exam Study Guide

Research Methodology Statistics Comprehensive Exam Study Guide Research Methodology Statistics Comprehensive Exam Study Guide References Glass, G. V., & Hopkins, K. D. (1996). Statistical methods in education and psychology (3rd ed.). Boston: Allyn and Bacon. Gravetter,

More information

Application of Ghosh, Grizzle and Sen s Nonparametric Methods in. Longitudinal Studies Using SAS PROC GLM

Application of Ghosh, Grizzle and Sen s Nonparametric Methods in. Longitudinal Studies Using SAS PROC GLM Application of Ghosh, Grizzle and Sen s Nonparametric Methods in Longitudinal Studies Using SAS PROC GLM Chan Zeng and Gary O. Zerbe Department of Preventive Medicine and Biometrics University of Colorado

More information

The entire data set consists of n = 32 widgets, 8 of which were made from each of q = 4 different materials.

The entire data set consists of n = 32 widgets, 8 of which were made from each of q = 4 different materials. One-Way ANOVA Summary The One-Way ANOVA procedure is designed to construct a statistical model describing the impact of a single categorical factor X on a dependent variable Y. Tests are run to determine

More information

df=degrees of freedom = n - 1

df=degrees of freedom = n - 1 One sample t-test test of the mean Assumptions: Independent, random samples Approximately normal distribution (from intro class: σ is unknown, need to calculate and use s (sample standard deviation)) Hypotheses:

More information

STAT 501 EXAM I NAME Spring 1999

STAT 501 EXAM I NAME Spring 1999 STAT 501 EXAM I NAME Spring 1999 Instructions: You may use only your calculator and the attached tables and formula sheet. You can detach the tables and formula sheet from the rest of this exam. Show your

More information

Lecture 3: Inference in SLR

Lecture 3: Inference in SLR Lecture 3: Inference in SLR STAT 51 Spring 011 Background Reading KNNL:.1.6 3-1 Topic Overview This topic will cover: Review of hypothesis testing Inference about 1 Inference about 0 Confidence Intervals

More information

Topic 12. The Split-plot Design and its Relatives (continued) Repeated Measures

Topic 12. The Split-plot Design and its Relatives (continued) Repeated Measures 12.1 Topic 12. The Split-plot Design and its Relatives (continued) Repeated Measures 12.9 Repeated measures analysis Sometimes researchers make multiple measurements on the same experimental unit. We have

More information

T. Mark Beasley One-Way Repeated Measures ANOVA handout

T. Mark Beasley One-Way Repeated Measures ANOVA handout T. Mark Beasley One-Way Repeated Measures ANOVA handout Profile Analysis Example In the One-Way Repeated Measures ANOVA, two factors represent separate sources of variance. Their interaction presents an

More information

sphericity, 5-29, 5-32 residuals, 7-1 spread and level, 2-17 t test, 1-13 transformations, 2-15 violations, 1-19

sphericity, 5-29, 5-32 residuals, 7-1 spread and level, 2-17 t test, 1-13 transformations, 2-15 violations, 1-19 additive tree structure, 10-28 ADDTREE, 10-51, 10-53 EXTREE, 10-31 four point condition, 10-29 ADDTREE, 10-28, 10-51, 10-53 adjusted R 2, 8-7 ALSCAL, 10-49 ANCOVA, 9-1 assumptions, 9-5 example, 9-7 MANOVA

More information

Neuendorf MANOVA /MANCOVA. Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y4. Like ANOVA/ANCOVA:

Neuendorf MANOVA /MANCOVA. Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y4. Like ANOVA/ANCOVA: 1 Neuendorf MANOVA /MANCOVA Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y1 Y2 Y3 Y4 Like ANOVA/ANCOVA: 1. Assumes equal variance (equal covariance matrices) across cells (groups defined by

More information

ANOVA approaches to Repeated Measures. repeated measures MANOVA (chapter 3)

ANOVA approaches to Repeated Measures. repeated measures MANOVA (chapter 3) ANOVA approaches to Repeated Measures univariate repeated-measures ANOVA (chapter 2) repeated measures MANOVA (chapter 3) Assumptions Interval measurement and normally distributed errors (homogeneous across

More information

ANOVA in SPSS. Hugo Quené. opleiding Taalwetenschap Universiteit Utrecht Trans 10, 3512 JK Utrecht.

ANOVA in SPSS. Hugo Quené. opleiding Taalwetenschap Universiteit Utrecht Trans 10, 3512 JK Utrecht. ANOVA in SPSS Hugo Quené hugo.quene@let.uu.nl opleiding Taalwetenschap Universiteit Utrecht Trans 10, 3512 JK Utrecht 7 Oct 2005 1 introduction In this example I ll use fictitious data, taken from http://www.ruf.rice.edu/~mickey/psyc339/notes/rmanova.html.

More information

SAS/STAT 14.1 User s Guide. Introduction to Nonparametric Analysis

SAS/STAT 14.1 User s Guide. Introduction to Nonparametric Analysis SAS/STAT 14.1 User s Guide Introduction to Nonparametric Analysis This document is an individual chapter from SAS/STAT 14.1 User s Guide. The correct bibliographic citation for this manual is as follows:

More information

An Introduction to Multivariate Statistical Analysis

An Introduction to Multivariate Statistical Analysis An Introduction to Multivariate Statistical Analysis Third Edition T. W. ANDERSON Stanford University Department of Statistics Stanford, CA WILEY- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION Contents

More information

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Comparisons of Two Means Edps/Soc 584 and Psych 594 Applied Multivariate Statistics Carolyn J. Anderson Department of Educational Psychology I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN c

More information

Notes on Maxwell & Delaney

Notes on Maxwell & Delaney Notes on Maxwell & Delaney PSY710 12 higher-order within-subject designs Chapter 11 discussed the analysis of data collected in experiments that had a single, within-subject factor. Here we extend those

More information

1 DV is normally distributed in the population for each level of the within-subjects factor 2 The population variances of the difference scores

1 DV is normally distributed in the population for each level of the within-subjects factor 2 The population variances of the difference scores One-way Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang The purpose is to test the

More information

Neuendorf MANOVA /MANCOVA. Model: MAIN EFFECTS: X1 (Factor A) X2 (Factor B) INTERACTIONS : X1 x X2 (A x B Interaction) Y4. Like ANOVA/ANCOVA:

Neuendorf MANOVA /MANCOVA. Model: MAIN EFFECTS: X1 (Factor A) X2 (Factor B) INTERACTIONS : X1 x X2 (A x B Interaction) Y4. Like ANOVA/ANCOVA: 1 Neuendorf MANOVA /MANCOVA Model: MAIN EFFECTS: X1 (Factor A) X2 (Factor B) Y1 Y2 INTERACTIONS : Y3 X1 x X2 (A x B Interaction) Y4 Like ANOVA/ANCOVA: 1. Assumes equal variance (equal covariance matrices)

More information

A SAS/AF Application For Sample Size And Power Determination

A SAS/AF Application For Sample Size And Power Determination A SAS/AF Application For Sample Size And Power Determination Fiona Portwood, Software Product Services Ltd. Abstract When planning a study, such as a clinical trial or toxicology experiment, the choice

More information

Paper: ST-161. Techniques for Evidence-Based Decision Making Using SAS Ian Stockwell, The Hilltop UMBC, Baltimore, MD

Paper: ST-161. Techniques for Evidence-Based Decision Making Using SAS Ian Stockwell, The Hilltop UMBC, Baltimore, MD Paper: ST-161 Techniques for Evidence-Based Decision Making Using SAS Ian Stockwell, The Hilltop Institute @ UMBC, Baltimore, MD ABSTRACT SAS has many tools that can be used for data analysis. From Freqs

More information

ANOVA Longitudinal Models for the Practice Effects Data: via GLM

ANOVA Longitudinal Models for the Practice Effects Data: via GLM Psyc 943 Lecture 25 page 1 ANOVA Longitudinal Models for the Practice Effects Data: via GLM Model 1. Saturated Means Model for Session, E-only Variances Model (BP) Variances Model: NO correlation, EQUAL

More information

ANALYSIS OF VARIANCE OF BALANCED DAIRY SCIENCE DATA USING SAS

ANALYSIS OF VARIANCE OF BALANCED DAIRY SCIENCE DATA USING SAS ANALYSIS OF VARIANCE OF BALANCED DAIRY SCIENCE DATA USING SAS Ravinder Malhotra and Vipul Sharma National Dairy Research Institute, Karnal-132001 The most common use of statistics in dairy science is testing

More information

SAS/STAT 14.2 User s Guide. Introduction to Analysis of Variance Procedures

SAS/STAT 14.2 User s Guide. Introduction to Analysis of Variance Procedures SAS/STAT 14.2 User s Guide Introduction to Analysis of Variance Procedures This document is an individual chapter from SAS/STAT 14.2 User s Guide. The correct bibliographic citation for this manual is

More information

Analysis of Longitudinal Data: Comparison Between PROC GLM and PROC MIXED. Maribeth Johnson Medical College of Georgia Augusta, GA

Analysis of Longitudinal Data: Comparison Between PROC GLM and PROC MIXED. Maribeth Johnson Medical College of Georgia Augusta, GA Analysis of Longitudinal Data: Comparison Between PROC GLM and PROC MIXED Maribeth Johnson Medical College of Georgia Augusta, GA Overview Introduction to longitudinal data Describe the data for examples

More information

Adjusted F Tests for Repeated Measures with the MiXeD Procedure S. Paul Wright, University of Tennessee, Knoxville, Tennessee

Adjusted F Tests for Repeated Measures with the MiXeD Procedure S. Paul Wright, University of Tennessee, Knoxville, Tennessee Adjusted F Tests for Repeated Measures with the MiXeD Procedure S. Paul Wright, ersity of Tennessee, Knoxville, Tennessee Abstract. The traditional univariate mixed-model approach to repeated measures

More information

GLM Repeated-measures designs: One within-subjects factor

GLM Repeated-measures designs: One within-subjects factor GLM Repeated-measures designs: One within-subjects factor Reading: SPSS dvanced Models 9.0: 2. Repeated Measures Homework: Sums of Squares for Within-Subject Effects Download: glm_withn1.sav (Download

More information

Chapter 9. Multivariate and Within-cases Analysis. 9.1 Multivariate Analysis of Variance

Chapter 9. Multivariate and Within-cases Analysis. 9.1 Multivariate Analysis of Variance Chapter 9 Multivariate and Within-cases Analysis 9.1 Multivariate Analysis of Variance Multivariate means more than one response variable at once. Why do it? Primarily because if you do parallel analyses

More information

WITHIN-PARTICIPANT EXPERIMENTAL DESIGNS

WITHIN-PARTICIPANT EXPERIMENTAL DESIGNS 1 WITHIN-PARTICIPANT EXPERIMENTAL DESIGNS I. Single-factor designs: the model is: yij i j ij ij where: yij score for person j under treatment level i (i = 1,..., I; j = 1,..., n) overall mean βi treatment

More information

Longitudinal data: simple univariate methods of analysis

Longitudinal data: simple univariate methods of analysis Longitudinal data: simple univariate methods of analysis Danish version by Henrik Stryhn, June 1996 Department of Mathematcis and Physics, KVL Translation (and rewriting) by Ib Skovgaard, March 1998 (the

More information

Analysis of variance, multivariate (MANOVA)

Analysis of variance, multivariate (MANOVA) Analysis of variance, multivariate (MANOVA) Abstract: A designed experiment is set up in which the system studied is under the control of an investigator. The individuals, the treatments, the variables

More information

Do not copy, post, or distribute

Do not copy, post, or distribute 14 CORRELATION ANALYSIS AND LINEAR REGRESSION Assessing the Covariability of Two Quantitative Properties 14.0 LEARNING OBJECTIVES In this chapter, we discuss two related techniques for assessing a possible

More information

SAS/STAT 13.1 User s Guide. Introduction to Survey Sampling and Analysis Procedures

SAS/STAT 13.1 User s Guide. Introduction to Survey Sampling and Analysis Procedures SAS/STAT 13.1 User s Guide Introduction to Survey Sampling and Analysis Procedures This document is an individual chapter from SAS/STAT 13.1 User s Guide. The correct bibliographic citation for the complete

More information

SAS/STAT 15.1 User s Guide The GLMMOD Procedure

SAS/STAT 15.1 User s Guide The GLMMOD Procedure SAS/STAT 15.1 User s Guide The GLMMOD Procedure This document is an individual chapter from SAS/STAT 15.1 User s Guide. The correct bibliographic citation for this manual is as follows: SAS Institute Inc.

More information

A Comparison of Two Approaches For Selecting Covariance Structures in The Analysis of Repeated Measurements. H.J. Keselman University of Manitoba

A Comparison of Two Approaches For Selecting Covariance Structures in The Analysis of Repeated Measurements. H.J. Keselman University of Manitoba 1 A Comparison of Two Approaches For Selecting Covariance Structures in The Analysis of Repeated Measurements by H.J. Keselman University of Manitoba James Algina University of Florida Rhonda K. Kowalchuk

More information

Introduction to Nonparametric Analysis (Chapter)

Introduction to Nonparametric Analysis (Chapter) SAS/STAT 9.3 User s Guide Introduction to Nonparametric Analysis (Chapter) SAS Documentation This document is an individual chapter from SAS/STAT 9.3 User s Guide. The correct bibliographic citation for

More information

General Linear Model

General Linear Model GLM V1 V2 V3 V4 V5 V11 V12 V13 V14 V15 /WSFACTOR=placeholders 2 Polynomial target 5 Polynomial /METHOD=SSTYPE(3) /EMMEANS=TABLES(OVERALL) /EMMEANS=TABLES(placeholders) COMPARE ADJ(SIDAK) /EMMEANS=TABLES(target)

More information

The SEQDESIGN Procedure

The SEQDESIGN Procedure SAS/STAT 9.2 User s Guide, Second Edition The SEQDESIGN Procedure (Book Excerpt) This document is an individual chapter from the SAS/STAT 9.2 User s Guide, Second Edition. The correct bibliographic citation

More information

ANCOVA. Lecture 9 Andrew Ainsworth

ANCOVA. Lecture 9 Andrew Ainsworth ANCOVA Lecture 9 Andrew Ainsworth What is ANCOVA? Analysis of covariance an extension of ANOVA in which main effects and interactions are assessed on DV scores after the DV has been adjusted for by the

More information

Statistics Lab One-way Within-Subject ANOVA

Statistics Lab One-way Within-Subject ANOVA Statistics Lab One-way Within-Subject ANOVA PSYCH 710 9 One-way Within-Subjects ANOVA Section 9.1 reviews the basic commands you need to perform a one-way, within-subject ANOVA and to evaluate a linear

More information

Neuendorf MANOVA /MANCOVA. Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y4. Like ANOVA/ANCOVA:

Neuendorf MANOVA /MANCOVA. Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y4. Like ANOVA/ANCOVA: 1 Neuendorf MANOVA /MANCOVA Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y1 Y2 Y3 Y4 Like ANOVA/ANCOVA: 1. Assumes equal variance (equal covariance matrices) across cells (groups defined by

More information

The Analysis of Repeated Measures Designs: A Review. H.J. Keselman. University of Manitoba. James Algina. University of Florida.

The Analysis of Repeated Measures Designs: A Review. H.J. Keselman. University of Manitoba. James Algina. University of Florida. Repeated Measures Analyses 1 The Analysis of Repeated Measures Designs: A Review by H.J. Keselman University of Manitoba James Algina University of Florida and Rhonda K. Kowalchuk University of Manitoba

More information

\It is important that there be options in explication, and equally important that. Joseph Retzer, Market Probe, Inc., Milwaukee WI

\It is important that there be options in explication, and equally important that. Joseph Retzer, Market Probe, Inc., Milwaukee WI Measuring The Information Content Of Regressors In The Linear Model Using Proc Reg and SAS IML \It is important that there be options in explication, and equally important that the candidates have clear

More information

y ˆ i = ˆ " T u i ( i th fitted value or i th fit)

y ˆ i = ˆ  T u i ( i th fitted value or i th fit) 1 2 INFERENCE FOR MULTIPLE LINEAR REGRESSION Recall Terminology: p predictors x 1, x 2,, x p Some might be indicator variables for categorical variables) k-1 non-constant terms u 1, u 2,, u k-1 Each u

More information

Appendix A Summary of Tasks. Appendix Table of Contents

Appendix A Summary of Tasks. Appendix Table of Contents Appendix A Summary of Tasks Appendix Table of Contents Reporting Tasks...357 ListData...357 Tables...358 Graphical Tasks...358 BarChart...358 PieChart...359 Histogram...359 BoxPlot...360 Probability Plot...360

More information

Methods for Identifying Out-of-Trend Data in Analysis of Stability Measurements Part II: By-Time-Point and Multivariate Control Chart

Methods for Identifying Out-of-Trend Data in Analysis of Stability Measurements Part II: By-Time-Point and Multivariate Control Chart Peer-Reviewed Methods for Identifying Out-of-Trend Data in Analysis of Stability Measurements Part II: By-Time-Point and Multivariate Control Chart Máté Mihalovits and Sándor Kemény T his article is a

More information

MANOVA MANOVA,$/,,# ANOVA ##$%'*!# 1. $!;' *$,$!;' (''

MANOVA MANOVA,$/,,# ANOVA ##$%'*!# 1. $!;' *$,$!;' ('' 14 3! "#!$%# $# $&'('$)!! (Analysis of Variance : ANOVA) *& & "#!# +, ANOVA -& $ $ (+,$ ''$) *$#'$)!!#! (Multivariate Analysis of Variance : MANOVA).*& ANOVA *+,'$)$/*! $#/#-, $(,!0'%1)!', #($!#$ # *&,

More information

Workshop Research Methods and Statistical Analysis

Workshop Research Methods and Statistical Analysis Workshop Research Methods and Statistical Analysis Session 2 Data Analysis Sandra Poeschl 08.04.2013 Page 1 Research process Research Question State of Research / Theoretical Background Design Data Collection

More information

8/28/2017. Repeated-Measures ANOVA. 1. Situation/hypotheses. 2. Test statistic. 3.Distribution. 4. Assumptions

8/28/2017. Repeated-Measures ANOVA. 1. Situation/hypotheses. 2. Test statistic. 3.Distribution. 4. Assumptions PSY 5101: Advanced Statistics for Psychological and Behavioral Research 1 Rationale of Repeated Measures ANOVA One-way and two-way Benefits Partitioning Variance Statistical Problems with Repeated- Measures

More information

Measuring relationships among multiple responses

Measuring relationships among multiple responses Measuring relationships among multiple responses Linear association (correlation, relatedness, shared information) between pair-wise responses is an important property used in almost all multivariate analyses.

More information

Contrasts and Multiple Comparisons Supplement for Pages

Contrasts and Multiple Comparisons Supplement for Pages Contrasts and Multiple Comparisons Supplement for Pages 302-323 Brian Habing University of South Carolina Last Updated: July 20, 2001 The F-test from the ANOVA table allows us to test the null hypothesis

More information

One-Way ANOVA. Some examples of when ANOVA would be appropriate include:

One-Way ANOVA. Some examples of when ANOVA would be appropriate include: One-Way ANOVA 1. Purpose Analysis of variance (ANOVA) is used when one wishes to determine whether two or more groups (e.g., classes A, B, and C) differ on some outcome of interest (e.g., an achievement

More information

PLS205!! Lab 9!! March 6, Topic 13: Covariance Analysis

PLS205!! Lab 9!! March 6, Topic 13: Covariance Analysis PLS205!! Lab 9!! March 6, 2014 Topic 13: Covariance Analysis Covariable as a tool for increasing precision Carrying out a full ANCOVA Testing ANOVA assumptions Happiness! Covariable as a Tool for Increasing

More information

Checking model assumptions with regression diagnostics

Checking model assumptions with regression diagnostics @graemeleehickey www.glhickey.com graeme.hickey@liverpool.ac.uk Checking model assumptions with regression diagnostics Graeme L. Hickey University of Liverpool Conflicts of interest None Assistant Editor

More information

Dr. Junchao Xia Center of Biophysics and Computational Biology. Fall /1/2016 1/46

Dr. Junchao Xia Center of Biophysics and Computational Biology. Fall /1/2016 1/46 BIO5312 Biostatistics Lecture 10:Regression and Correlation Methods Dr. Junchao Xia Center of Biophysics and Computational Biology Fall 2016 11/1/2016 1/46 Outline In this lecture, we will discuss topics

More information

SPSS Guide For MMI 409

SPSS Guide For MMI 409 SPSS Guide For MMI 409 by John Wong March 2012 Preface Hopefully, this document can provide some guidance to MMI 409 students on how to use SPSS to solve many of the problems covered in the D Agostino

More information

SAS Software to Fit the Generalized Linear Model

SAS Software to Fit the Generalized Linear Model SAS Software to Fit the Generalized Linear Model Gordon Johnston, SAS Institute Inc., Cary, NC Abstract In recent years, the class of generalized linear models has gained popularity as a statistical modeling

More information

BIOL 458 BIOMETRY Lab 8 - Nested and Repeated Measures ANOVA

BIOL 458 BIOMETRY Lab 8 - Nested and Repeated Measures ANOVA BIOL 458 BIOMETRY Lab 8 - Nested and Repeated Measures ANOVA PART 1: NESTED ANOVA Nested designs are used when levels of one factor are not represented within all levels of another factor. Often this is

More information

Econometrics. 4) Statistical inference

Econometrics. 4) Statistical inference 30C00200 Econometrics 4) Statistical inference Timo Kuosmanen Professor, Ph.D. http://nomepre.net/index.php/timokuosmanen Today s topics Confidence intervals of parameter estimates Student s t-distribution

More information

Hypothesis Testing for Var-Cov Components

Hypothesis Testing for Var-Cov Components Hypothesis Testing for Var-Cov Components When the specification of coefficients as fixed, random or non-randomly varying is considered, a null hypothesis of the form is considered, where Additional output

More information

SAS/STAT 13.1 User s Guide. The MIANALYZE Procedure

SAS/STAT 13.1 User s Guide. The MIANALYZE Procedure SAS/STAT 13.1 User s Guide The MIANALYZE Procedure This document is an individual chapter from SAS/STAT 13.1 User s Guide. The correct bibliographic citation for the complete manual is as follows: SAS

More information

Analysis of Repeated Measures Data of Iraqi Awassi Lambs Using Mixed Model

Analysis of Repeated Measures Data of Iraqi Awassi Lambs Using Mixed Model American Journal of Applied Scientific Research 01; 1(): 1-6 Published online November 1, 01 (http://www.sciencepublishinggroup.com/j/ajasr) doi: 10.64/j.ajasr.00.13 Analysis of Repeated Measures Data

More information

The MIANALYZE Procedure (Chapter)

The MIANALYZE Procedure (Chapter) SAS/STAT 9.3 User s Guide The MIANALYZE Procedure (Chapter) SAS Documentation This document is an individual chapter from SAS/STAT 9.3 User s Guide. The correct bibliographic citation for the complete

More information

Multivariate analysis of variance and covariance

Multivariate analysis of variance and covariance Introduction Multivariate analysis of variance and covariance Univariate ANOVA: have observations from several groups, numerical dependent variable. Ask whether dependent variable has same mean for each

More information

1. (Rao example 11.15) A study measures oxygen demand (y) (on a log scale) and five explanatory variables (see below). Data are available as

1. (Rao example 11.15) A study measures oxygen demand (y) (on a log scale) and five explanatory variables (see below). Data are available as ST 51, Summer, Dr. Jason A. Osborne Homework assignment # - Solutions 1. (Rao example 11.15) A study measures oxygen demand (y) (on a log scale) and five explanatory variables (see below). Data are available

More information

Introduction to Statistical Inference Lecture 10: ANOVA, Kruskal-Wallis Test

Introduction to Statistical Inference Lecture 10: ANOVA, Kruskal-Wallis Test Introduction to Statistical Inference Lecture 10: ANOVA, Kruskal-Wallis Test la Contents The two sample t-test generalizes into Analysis of Variance. In analysis of variance ANOVA the population consists

More information

unadjusted model for baseline cholesterol 22:31 Monday, April 19,

unadjusted model for baseline cholesterol 22:31 Monday, April 19, unadjusted model for baseline cholesterol 22:31 Monday, April 19, 2004 1 Class Level Information Class Levels Values TRETGRP 3 3 4 5 SEX 2 0 1 Number of observations 916 unadjusted model for baseline cholesterol

More information

Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTOMONY. SECOND YEAR B.Sc. SEMESTER - III

Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTOMONY. SECOND YEAR B.Sc. SEMESTER - III Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTOMONY SECOND YEAR B.Sc. SEMESTER - III SYLLABUS FOR S. Y. B. Sc. STATISTICS Academic Year 07-8 S.Y. B.Sc. (Statistics)

More information

Sociology 6Z03 Review II

Sociology 6Z03 Review II Sociology 6Z03 Review II John Fox McMaster University Fall 2016 John Fox (McMaster University) Sociology 6Z03 Review II Fall 2016 1 / 35 Outline: Review II Probability Part I Sampling Distributions Probability

More information

Types of Statistical Tests DR. MIKE MARRAPODI

Types of Statistical Tests DR. MIKE MARRAPODI Types of Statistical Tests DR. MIKE MARRAPODI Tests t tests ANOVA Correlation Regression Multivariate Techniques Non-parametric t tests One sample t test Independent t test Paired sample t test One sample

More information

Inferences about a Mean Vector

Inferences about a Mean Vector Inferences about a Mean Vector Edps/Soc 584, Psych 594 Carolyn J. Anderson Department of Educational Psychology I L L I N O I S university of illinois at urbana-champaign c Board of Trustees, University

More information

SAS/STAT 13.2 User s Guide. Introduction to Survey Sampling and Analysis Procedures

SAS/STAT 13.2 User s Guide. Introduction to Survey Sampling and Analysis Procedures SAS/STAT 13.2 User s Guide Introduction to Survey Sampling and Analysis Procedures This document is an individual chapter from SAS/STAT 13.2 User s Guide. The correct bibliographic citation for the complete

More information

Postgraduate course: Anova and Repeated measurements Day 2 (part 2) Mogens Erlandsen, Department of Biostatistics, Aarhus University, November 2010

Postgraduate course: Anova and Repeated measurements Day 2 (part 2) Mogens Erlandsen, Department of Biostatistics, Aarhus University, November 2010 30 CVP (mean and sd) Postgraduate course in ANOVA and Repeated Measurements Day Repeated measurements (part ) Mogens Erlandsen Deptartment of Biostatistics Aarhus University 5 0 15 10 0 1 3 4 5 6 7 8 9

More information

Week 7.1--IES 612-STA STA doc

Week 7.1--IES 612-STA STA doc Week 7.1--IES 612-STA 4-573-STA 4-576.doc IES 612/STA 4-576 Winter 2009 ANOVA MODELS model adequacy aka RESIDUAL ANALYSIS Numeric data samples from t populations obtained Assume Y ij ~ independent N(μ

More information

Analysis of Variance: Repeated measures

Analysis of Variance: Repeated measures Repeated-Measures ANOVA: Analysis of Variance: Repeated measures Each subject participates in all conditions in the experiment (which is why it is called repeated measures). A repeated-measures ANOVA is

More information

Calculating Confidence Intervals on Proportions of Variability Using the. VARCOMP and IML Procedures

Calculating Confidence Intervals on Proportions of Variability Using the. VARCOMP and IML Procedures Calculating Confidence Intervals on Proportions of Variability Using the VARCOMP and IML Procedures Annette M. Green, Westat, Inc., Research Triangle Park, NC David M. Umbach, National Institute of Environmental

More information

Introduction to Power and Sample Size Analysis

Introduction to Power and Sample Size Analysis Four chapters from SAS/STAT User's Guide 13.2: (18) Introduction to Power and Sample Size Analysis (47) The GLMPOWER Procedure (77) The POWER Procedure (78) The Power and Sample Size Application Chapter

More information

Type I Error Rates of the Kenward-Roger Adjusted Degree of Freedom F-test for a Split-Plot Design with Missing Values

Type I Error Rates of the Kenward-Roger Adjusted Degree of Freedom F-test for a Split-Plot Design with Missing Values Journal of Modern Applied Statistical Methods Volume 6 Issue 1 Article 8 5-1-2007 Type I Error Rates of the Kenward-Roger Adjusted Degree of Freedom F-test for a Split-Plot Design with Missing Values Miguel

More information

International Journal of Current Research in Biosciences and Plant Biology ISSN: Volume 2 Number 5 (May-2015) pp

International Journal of Current Research in Biosciences and Plant Biology ISSN: Volume 2 Number 5 (May-2015) pp Original Research Article International Journal of Current Research in Biosciences and Plant Biology ISSN: 349-00 Volume Number (May-01) pp. -19 www.ijcrbp.com Graphical Approaches to Support Mixed Model

More information

EXST Regression Techniques Page 1. We can also test the hypothesis H :" œ 0 versus H :"

EXST Regression Techniques Page 1. We can also test the hypothesis H : œ 0 versus H : EXST704 - Regression Techniques Page 1 Using F tests instead of t-tests We can also test the hypothesis H :" œ 0 versus H :" Á 0 with an F test.! " " " F œ MSRegression MSError This test is mathematically

More information

A User's Guide To Principal Components

A User's Guide To Principal Components A User's Guide To Principal Components J. EDWARD JACKSON A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York Chichester Brisbane Toronto Singapore Contents Preface Introduction 1. Getting

More information

Chapter 31 The GLMMOD Procedure. Chapter Table of Contents

Chapter 31 The GLMMOD Procedure. Chapter Table of Contents Chapter 31 The GLMMOD Procedure Chapter Table of Contents OVERVIEW...1639 GETTING STARTED...1639 AOne-WayDesign...1639 SYNTAX...1644 PROCGLMMODStatement...1644 BYStatement...1646 CLASSStatement...1646

More information

From Practical Data Analysis with JMP, Second Edition. Full book available for purchase here. About This Book... xiii About The Author...

From Practical Data Analysis with JMP, Second Edition. Full book available for purchase here. About This Book... xiii About The Author... From Practical Data Analysis with JMP, Second Edition. Full book available for purchase here. Contents About This Book... xiii About The Author... xxiii Chapter 1 Getting Started: Data Analysis with JMP...

More information