1 / 27

The Completely Randomized Design ( § 8.3)

The Completely Randomized Design ( § 8.3). Introduction to the simplest experimental design - the Completely Randomized Design. Introduce a statistical model for the observations in a completely randomized design. Completely Randomized Design. Two different Names for the Same Design:.

violet
Download Presentation

The Completely Randomized Design ( § 8.3)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Completely Randomized Design (§8.3) • Introduction to the simplest experimental design - the Completely Randomized Design. • Introduce a statistical model for the observations in a completely randomized design.

  2. Completely Randomized Design Two different Names for the Same Design: • Experimental Study - Completely randomized design (CRD) • Sampling Study - One-way classification design Randomization: The t treatments are randomlyallocated to theexperimental units in such a way that n1 units receive treatment 1, n2 receive treatment 2, etc. • Assumptions: • Independent random samples (response from one experimental unit does not affect responses from other experimental units). • Responses follow a normal distribution. • Common true variance, s2, across all groups/treatments. • True mean for population i is mi. • Interest is incomparing means.

  3. AOV Model of Responses/Effects Model: random error ~ N(0,s2) overall mean effect due to population i Requirement for  to be the overall mean: Expected response Estimate All ai = 0 implies all groups have the same mean (m)

  4. Example A manufacturer of concrete bridge supports is interested in determining the effect of varying the sand content on the strength of the supports. Five supports are made for each of five different amounts of sand in the concrete mix and each is tested for compression resistance.

  5. Basic Statistics and AOV Effects Overall Mean MEAN EFFECT Sum of Effects

  6. Decomposing the Data m = overall mean ai = i – m = group i effect ij = yij – m – ai = residual (Note that sum of residuals for each treatment is zero) Sum of squares

  7. SSB SSW 6275.0 -5625.0 =650.0 -486.4 =163.6 -163.6 =0.0 TSS SSB SSW Decomposing Sums of Squares

  8. Is 30% significantly better than 25%? Best Treatment?

  9. Estimation

  10. Reference Group/Cell Model Model: random error ~ N(0,s2) reference group mean effect due to population i This is the model SASâ uses. Mean for the last group (i=t) is mt. Mean for the first group (i=1) is mt + b1 Thus, b1 is the difference between the mean of the reference group (cell) and the target group mean. Any group can be the reference group. All bi = 0 implies all groups have the same mean.

  11. Basic Statistics and Reference Cell Effects Reference Cell Mean MEAN EFFECT Sum of Effects

  12. Reference Cell Decomposition Note: Sums of squares don’t quite add up. Due to fact that sum of bi is not zero. 6275.0 -2916.0 =3369.0 -927.4 =2441.6 -163.6 =2278.0

  13. Decomposing Sums of Squares 6275 = 2916.0 + 927.4 + 163.4 + 2278

  14. Reference Cell Model

  15. SAS Program options ls=78 ps=49 nodate; data stress; input sand resistance @@; datalines; 15 7 15 7 15 10 15 15 15 9 20 17 20 12 20 11 20 18 20 19 25 14 25 18 25 18 25 19 25 19 30 20 30 24 30 22 30 19 30 23 35 7 35 10 35 11 35 15 35 11 ; procglmdata=stress; class sand; model resistance = sand / solution; title2'Compression resistance in concrete beams as'; title2' a function of percent sand in the mix'; run;

  16. SAS Output(1) Compression resistance in concrete beams as a function of percent sand in the mix The GLM Procedure Dependent Variable: resistance Sum of Source DF Squares Mean Square F Value Pr > F Model 4 486.4000000 121.6000000 14.87 <.0001 Error 20 163.6000000 8.1800000 Corrected Total 24 650.0000000 R-Square Coeff Var Root MSE resistance Mean 0.748308 19.06713 2.860070 15.00000

  17. SAS Output(2) Source DF Type I SS Mean Square F Value Pr > F sand 4 486.4000000 121.6000000 14.87 <.0001 Source DF Type III SS Mean Square F Value Pr > F sand 4 486.4000000 121.6000000 14.87 <.0001 Standard Parameter Estimate Error t Value Pr > |t| Intercept 10.80000000 B 1.27906216 8.44 <.0001 sand 15 -1.20000000 B 1.80886705 -0.66 0.5146 sand 20 4.60000000 B 1.80886705 2.54 0.0194 sand 25 6.80000000 B 1.80886705 3.76 0.0012 sand 30 10.80000000 B 1.80886705 5.97 <.0001 sand 35 0.00000000 B . . . NOTE: The X'X matrix has been found to be singular, and a generalized inverse was used to solve the normal equations. Terms whose estimates are followed by the letter 'B' are not uniquely estimable.

  18. Minitab One-way ANOVA: Resist versus Sand Analysis of Variance for Resist Source DF SS MS F P Sand 4 486.40 121.60 14.87 0.000 Error 20 163.60 8.18 Total 24 650.00 Individual 95% CIs For Mean Based on Pooled StDev Level N Mean StDev -------+---------+---------+--------- 15 5 9.600 3.286 (----*-----) 20 5 15.400 3.647 (-----*----) 25 5 17.600 2.074 (----*-----) 30 5 21.600 2.074 (----*-----) 35 5 10.800 2.864 (-----*----) -------+---------+---------+--------- Pooled StDev = 2.860 10.0 15.0 20.0

  19. Minitab Stat  ANOVA  One-Way Multiple comparisons (later)

  20. Minitab Dot Plot

  21. SPSS AOV Table ANOVA RESIST Sum of Squares df Mean Square F Sig. Between Groups 486.400 4 121.600 14.866 .000 Within Groups 163.600 20 8.180 Total 650.000 24

  22. Between- Component Minimum Maximum Variance 7.00 15.00 11.00 19.00 14.00 19.00 19.00 24.00 7.00 15.00 7.00 24.00 22.68400 SPSS Descriptives Descriptives RESIST 95% Confidence Interval for Mean Std. N Mean Deviation Std. Error Lower Bound Upper Bound 15.00 5 9.6000 3.28634 1.46969 5.5195 13.6805 20.00 5 15.4000 3.64692 1.63095 10.8718 19.9282 25.00 5 17.6000 2.07364 .92736 15.0252 20.1748 30.00 5 21.6000 2.07364 .92736 19.0252 24.1748 35.00 5 10.8000 2.86356 1.28062 7.2444 14.3556 Total 25 15.0000 5.20416 1.04083 12.8518 17.1482 Model Fixed Effects 2.86007 .57201 13.8068 16.1932 Random Effects 2.20545 8.8767 21.1233

  23. CRD Analysis in R > resist <- c(7,7,10,15,9,17,12,11,18,19,14, …,19,23,7,10,11,15,11) > sand <- factor(rep(seq(15,35,5),rep(5,5))) > myfit <- aov(resist~sand) > summary(myfit) Df Sum Sq Mean Sq F value Pr(>F) sand 4 486.40 121.60 14.866 8.655e-06 *** Residuals 20 163.60 8.18 --- Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1 > coef(myfit) (Intercept) sand20 sand25 sand30 sand35 9.6 5.8 8.0 12.0 1.2 R functions aov() & lm() by default reference first cell mean!

  24. Fixed Effects Normally, the “effect” of a particular treatment is assumed to be a constant value (ai) added to the response of all units in the group receiving the treatment. If the treatments are well defined, easily replicable and are expected to produce the same effect on average in each replicate, we have a fixed set of treatments and the AOV model is said to describe a fixed effects model. • Examples: • A scientist develops 3 new fungicides. Her interest is in these fungicides only. • The impact of 4 specific soil types on plant growth are of interest. • Three particular milling machines are being compared. • Four particular lakes are of interest in their weed biomass densities. • Three tests for assessing developmental learning are being compared.

  25. Random Effects If the treatments cannot be assumed to be from a prespecified or known set of treatments, they are assumed to be a random sample from some larger population of potential treatments. In this case, the AOV model is called a random effects model and the ai are called random effects. • Examples: • A scientist is interested in how fungicides work. Ten (10) fungicides are selected (at random) to represent the population of all fungicides in the research (plots as replicates). • Four soil sub groups are selected for examining plant growth (pots as replicates). • Three milling machines selected at random from the production line are compared (runs as replicates). • 16 lakes selected at random are measured for their weed biomass densities (water samples as replicates). • A standard test for development is given to 20 middle school classes selected at random from the over 200 available among all middle schools in the county (student as replicate). In each case, we assume the values for the effects would change if our sample had changed. Inference is directed not to answering “which treatment is different from which other treatment?” but to the issue of “is the variability among treatments significantly greater than the residual variability?”.

  26. Closing Comments on CRD Even though we have introduced several variations on the same basic model for defining “effects”, the final F-test for the hypothesis of overall equal group means is the same one developed as part of the analysis of variance. It turns out that there may be computational advantages to using the one formulation of the model over another, but this has absolutely no effect on the hypothesis test. We will see this in the next Section. For simple one-factor designs, whether the treatment effect is considered random or fixed, the F-test is the same, the interpretation is different.

More Related