Block Randomization with Randomly Selected Block Sizes: a Flexible SAS® Macro Jimmy T

Total Page:16

File Type:pdf, Size:1020Kb

Block Randomization with Randomly Selected Block Sizes: a Flexible SAS® Macro Jimmy T Block Randomization with Randomly Selected Block Sizes: A Flexible SAS® Macro Jimmy T. Efird, PhD, Center for Health Disparities Research and Department of Public Health, Brody School of Medicine, Greenville, NC ABSTRACT Blocked Randomization is a commonly used technique in clinical trial design to reduce bias and achieve balance in the allocation of participants to treatment arms of a study. However, when the investigator is not blinded and the block size is fixed, the allocation process is predictable. This paper provides a SAS® macro to perform blocked randomization with randomly selected block sizes. INTRODUCTION Equipoise is the state of not knowing if a new experimental treatment is better or worse than placebo or a standard mode of therapy. The purpose of a randomized clinical trial (RCT) is to rule out chance as the explanation for observed treatment differences. Often a carefully conducted RCT is the only way to determine whether one treatment is statistically superior to another compound, especially when effect sizes are small and differences can not be readily ascertained in a natural history setting. Randomization is vital to the scientific integrity of a RCT. Randomizing participants is an effective means of achieving balance between treatment arms of a study and of minimizing potential biases (both known and unknown) that could change the outcome of a trial independent of the treatment (Hoare 2002; Domanski and McKinlay 2009). An important aspect of randomization is to eliminate subjectivity in the selection of treatment. In the simplest case this is accomplished by flipping a fair coin and allocating participants to the experimental versus control group according to whether the outcome is heads or tails. However, by chance the number of participants receiving each drug many differ. For example, 75% of 10 coin tosses on average will result in an unequal number of heads and tails (Hoare 2002). Furthermore, the probably for imbalance in a simple randomization scheme increases for smaller sample sizes. Block randomization is a technique that is commonly employed in RCTs to minimize assignment differences between treatment arms of a study. The method involves randomly assigning participants within blocks based on an equal allocation ratio. For example, given a block size of 4, there are 6 possible ways to equally assign participants to a block. However, allocation may be predictable when the investigator of a study is not blind and the block size is known. That is, the treatment assignment that has so far occurred least often in the block likely will be the next chosen. Furthermore, unequal assignment may reduce the power of a statistical procedure to reject the null hypothesis as statistical power is maximized for equal group sample sizes. Accordingly, bias may be reduced by the use of random blocks and keeping the block size unknown to the investigator. EXAMPLE Below, a SAS® macro is presented for performing a block randomization with randomly selected block sizes of 4, 6 and 8. The macro generates 15 randomized block allocations for 5 study sites. A larger number of blocks are created than is necessary in the event that the investigator surpasses the initially planned sample size. For example, continued enrollment might occur due to a greater than anticipated attrition rate. The macro works by invoking the ranuni function to equally partition the number of blocks according to a uniform distribution. When the number within the parenthesis of the ranuni function equals zero the seed is determined by the computer system clock. Thus, a difference set of block allocations occur each time the macro is executed. Changing the number to a positive integer will assure that the same block allocation is generated during subsequent use of the macro. After the block size is randomly determined the macro efficiently allocates treatment assignment equally within blocks by sorting on the looping index variable. Although the macro only generates 3 randomly selected block sizes the code may be easily modified to increase this number by further 1 partitioning the uniform assignment space. Similarly, the number of study sites and blocks may be increased or decreased by changing the upper range of the two program do-loops. ® SAS macro code example for performing block randomization with randomly selected block sizes %macro lp1(x); %do i=1 %to 5; %do j=1 %to 15; data blk; z=ranuni(0); if 0<z<0.3333 then blk=4; else if z>0.6666 then blk=8; else blk=6; do j=1 to blk; x=ranuni(0); output; end; proc sort; by x; data a1; set blk; if _n_<=blk/2 then order='Treatment'; else order='Control '; proc sort data=a1; by j; data a1 (rename=(blk=blk_size)); set a1 (drop=j x z); proc print data=a1; title "Site=&i, Block=&j"; %end; %end; %mend lp1; %lp1(1); run; DISCUSSION When designing a randomized clinical trial, careful consideration must be given to how participants are selected for various arms of a study. Standard statistical procedures typically are based on the assumption that the underlying data are independently distributed. Selection and accidental bias may occur when participants are not independently assigned to study groups with equal probability. Randomization provides an important foundation for valid statistical inference by independently assigning participants to treatment groups. Achieving balance and minimizing the potential for bias are other key benefits of randomization. A simple random allocation scheme is a process by which each participant has equal likelihood of being assigned to treatment versus referent groups. However, by chance an unequal number of individuals may be assigned to each arm of the study and thus decrease the power to detect statistically significant differences between study groups. Block randomization is a technique used to achieve balance in the allocation of participants to treatment arms in a clinical trial, especially when the sample size is small. This method increases the probability that each arm will contain an equal number of individuals by sequencing participant assignments by block. However, the allocation process may be predictable when the investigator is not blind and the block size is fixed. For example, certain immunosuppressive drugs change color when exposed to light. This may inadvertently expose the identity of the compound in a clinical trial if the comparator compound is not light sensitive. Unmasking also may be intentional in the case of a physician chemically analyzing a patient’s blood to identify the randomized drug. Furthermore, blinding may not be possible in certain trials due to the nature of 2 the treatment or intervention. Accordingly, the random selection of block sizes may help maintain balance of treatment assignment and reduce the potential for selection bias. The SAS® macro presented in this paper provides an easy to use and efficient tool for performing a block randomization with random block sizes. A key advantage of this open source algorithm is that the underlying code may be modified to accommodate restricted randomization strategies yet to be implemented in standard statistical packages. A limitation of the macro is that sample size may vary by site but on average will be similar. REFERENCES Hoare Z. Randomization: what, why and how? Significance 2010;7:136-138. Domanski M, McKinlay S (eds). Successful Randomized Trials: A Handbook for the 21st Century. Philadephia, PA: Wolters Kluwer, 2009. CONTACT INFORMATION Email: [email protected]; Mobile: 650.248.8282 SAS® is a registered trademark or trademark of SAS® Institute, Inc. in the USA and other countries. The symbol ® indicates USA registration. 3.
Recommended publications
  • How Many Stratification Factors Is Too Many" to Use in a Randomization
    How many Strati cation Factors is \Too Many" to Use in a Randomization Plan? Terry M. Therneau, PhD Abstract The issue of strati cation and its role in patient assignment has gen- erated much discussion, mostly fo cused on its imp ortance to a study [1,2] or lack thereof [3,4]. This rep ort fo cuses on a much narrower prob- lem: assuming that strati ed assignment is desired, how many factors can b e accomo dated? This is investigated for two metho ds of balanced patient assignment, the rst is based on the minimization metho d of Taves [5] and the second on the commonly used metho d of strati ed assignment [6,7]. Simulation results show that the former metho d can accomo date a large number of factors 10-20 without diculty, but that the latter b egins to fail if the total numb er of distinct combinations of factor levels is greater than approximately n=2. The two metho ds are related to a linear discriminant mo del, which helps to explain the results. 1 1 Intro duction This work arose out of my involvement with lung cancer studies within the North Central Cancer Treatment Group. These studies are small, typically 100 to 200 patients, and there are several imp ortant prognostic factors on whichwe wish to balance. Some of the factors, such as p erformance or Karnofsky score, are likely to contribute a larger survival impact than the treatment under study; hazards ratios of 3{4 are not uncommon. In this setting it b ecomes very dicult to interpret study results if any of the factors are signi cantly out of balance.
    [Show full text]
  • Harmonizing Fully Optimal Designs with Classic Randomization in Fixed Trial Experiments Arxiv:1810.08389V1 [Stat.ME] 19 Oct 20
    Harmonizing Fully Optimal Designs with Classic Randomization in Fixed Trial Experiments Adam Kapelner, Department of Mathematics, Queens College, CUNY, Abba M. Krieger, Department of Statistics, The Wharton School of the University of Pennsylvania, Uri Shalit and David Azriel Faculty of Industrial Engineering and Management, The Technion October 22, 2018 Abstract There is a movement in design of experiments away from the classic randomization put forward by Fisher, Cochran and others to one based on optimization. In fixed-sample trials comparing two groups, measurements of subjects are known in advance and subjects can be divided optimally into two groups based on a criterion of homogeneity or \imbalance" between the two groups. These designs are far from random. This paper seeks to understand the benefits and the costs over classic randomization in the context of different performance criterions such as Efron's worst-case analysis. In the criterion that we motivate, randomization beats optimization. However, the optimal arXiv:1810.08389v1 [stat.ME] 19 Oct 2018 design is shown to lie between these two extremes. Much-needed further work will provide a procedure to find this optimal designs in different scenarios in practice. Until then, it is best to randomize. Keywords: randomization, experimental design, optimization, restricted randomization 1 1 Introduction In this short survey, we wish to investigate performance differences between completely random experimental designs and non-random designs that optimize for observed covariate imbalance. We demonstrate that depending on how we wish to evaluate our estimator, the optimal strategy will change. We motivate a performance criterion that when applied, does not crown either as the better choice, but a design that is a harmony between the two of them.
    [Show full text]
  • Some Restricted Randomization Rules in Sequential Designs Jose F
    This article was downloaded by: [Georgia Tech Library] On: 10 April 2013, At: 12:48 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer House, 37-41 Mortimer Street, London W1T 3JH, UK Communications in Statistics - Theory and Methods Publication details, including instructions for authors and subscription information: http://www.tandfonline.com/loi/lsta20 Some Restricted randomization rules in sequential designs Jose F. Soares a & C.F. Jeff Wu b a Federal University of Minas Gerais, Brazil b University of Wisconsin Madison and Mathematical Sciences Research Institute, Berkeley Version of record first published: 27 Jun 2007. To cite this article: Jose F. Soares & C.F. Jeff Wu (1983): Some Restricted randomization rules in sequential designs, Communications in Statistics - Theory and Methods, 12:17, 2017-2034 To link to this article: http://dx.doi.org/10.1080/03610928308828586 PLEASE SCROLL DOWN FOR ARTICLE Full terms and conditions of use: http://www.tandfonline.com/page/terms-and-conditions This article may be used for research, teaching, and private study purposes. Any substantial or systematic reproduction, redistribution, reselling, loan, sub-licensing, systematic supply, or distribution in any form to anyone is expressly forbidden. The publisher does not give any warranty express or implied or make any representation that the contents will be complete or accurate or up to date. The accuracy of any instructions, formulae, and drug doses should be independently verified with primary sources. The publisher shall not be liable for any loss, actions, claims, proceedings, demand, or costs or damages whatsoever or howsoever caused arising directly or indirectly in connection with or arising out of the use of this material.
    [Show full text]
  • Randomized Complete Block Designs
    1 2 RANDOMIZED COMPLETE BLOCK DESIGNS Randomization can in principal be used to take into account factors that can be treated by blocking, but Introduction to Blocking blocking usually results in smaller error variance, hence better estimates of effect. Thus blocking is Nuisance factor: A factor that probably has an effect sometimes referred to as a method of variance on the response, but is not a factor that we are reduction design. interested in. The intuitive idea: Run in parallel a bunch of Types of nuisance factors and how to deal with them experiments on groups (called blocks) of units that in designing an experiment: are fairly similar. Characteristics Examples How to treat The simplest block design: The randomized complete Unknown, Experimenter or Randomization block design (RCBD) uncontrollable subject bias, order Blinding of treatments v treatments Known, IQ, weight, Analysis of (They could be treatment combinations.) uncontrollable, previous learning, Covariance measurable temperature b blocks, each with v units Known, Temperature, Blocking Blocks chosen so that units within a block are moderately location, time, alike (or at least similar) and units in controllable (by batch, particular different blocks are substantially different. choosing rather machine or (Thus the total number of experimental units than adjusting) operator, age, is n = bv.) gender, order, IQ, weight The v experimental units within each block are randomly assigned to the v treatments. (So each treatment is assigned one unit per block.) 3 4 Note that experimental units are assigned randomly RCBD Model: only within each block, not overall. Thus this is sometimes called a restricted randomization.
    [Show full text]
  • A General Overview of Adaptive Randomization Design for Clinical Trials
    tri ome cs & Bi B f i o o l s t a a n t r i s u t i o c J s Journal of Biometrics & Biostatistics Lin et al., J Biom Biostat 2016, 7:2 ISSN: 2155-6180 DOI: 10.4172/2155-6180.1000294 Review Article Open Access A General Overview of Adaptive Randomization Design for Clinical Trials Jianchang Lin1*, Li-An Lin2 and Serap Sankoh1 1Takeda Pharmaceutical Company Limited, Cambridge, MA, USA 2Merck Research Laboratories, Whitehouse Station, New Jersey , USA *Corresponding author: Jianchang Lin, Takeda Pharmaceutical Company Limited, Cambridge, MA, USA, Tel: +1-617-679-7000; E-mail: [email protected] Rec date: March 25, 2016; Acc date: April 14, 2016; Pub date: April 21, 2016 Copyright: © 2016 Lin J, et al.This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. Abstract With the recent release of FDA draft guidance (2010), adaptive designs, including adaptive randomization (e.g. response-adaptive (RA) randomization) has become popular in clinical trials because of its advantages of flexibility and efficiency gains, which also have the significant ethical advantage of assigning fewer patients to treatment arms with inferior outcomes. In this paper, we presented a general overview of adaptive randomization designs for clinical trials, including Bayesian and frequentist approaches as well as response-adaptive randomization. Examples were used to demonstrate the procedure for design parameters calibration and operating characteristics. Both advantages and disadvantages of adaptive randomization were discussed in the summary from practical perspective of clinical trials.
    [Show full text]
  • Restricted Randomization Or Row-Column Designs?
    Rectangular experiments: restricted randomization or row-column designs? R. A. Bailey [email protected] Thanks to CAPES for support in Brasil The problem An agricultural experiment to compare n treatments. The experimental area has r rows and n columns. n z }| { r Use a randomized complete-block design with rows as blocks. (In each row, choose one of the n! orders with equal probability.) What should we do if the randomization produces a plan with one treatment always at one side of the rectangle? Example Federer (1955 book): guayule trees B D G A F C E A G C D F B E G E D F B C A B A C F G E D G B F C D A E Example Federer (1955 book): guayule trees B D G A F C E A G C D F B E G E D F B C A B A C F G E D G B F C D A E Solution: Simple-minded restricted randomization Keep re-randomizing until you get a plan you like. Analyse as usual. Solution: Use a Latinized design, but analyse as usual Deliberately construct a design in which no treatment occurs more than once in any column. Solution (following Yates): Super-valid restricted randomization, with usual analysis Solution: Efficient row-column design, with analysis allowing for rows and columns Solution: Use a carefully chosen Latinized design; REML/ANOVA estimates of variance components Proposed courses of action Solution (Fisher): Continue to randomize and analyse as usual Solution: Use a Latinized design, but analyse as usual Deliberately construct a design in which no treatment occurs more than once in any column.
    [Show full text]
  • A Package for Covariate-Constrained Randomization and the Clustered Permutation Test for Cluster Randomized Trials by Hengshi Yu, Fan Li, John A
    CONTRIBUTED RESEARCH ARTICLE 191 cvcrand: A Package for Covariate-constrained Randomization and the Clustered Permutation Test for Cluster Randomized Trials by Hengshi Yu, Fan Li, John A. Gallis and Elizabeth L. Turner Abstract The cluster randomized trial (CRT) is a randomized controlled trial in which randomization is conducted at the cluster level (e.g., school or hospital) and outcomes are measured for each individual within a cluster. Often, the number of clusters available to randomize is small (≤ 20), which increases the chance of baseline covariate imbalance between comparison arms. Such imbalance is particularly problematic when the covariates are predictive of the outcome because it can threaten the internal validity of the CRT. Pair-matching and stratification are two restricted randomization approaches that are frequently used to ensure balance at the design stage. An alternative, less commonly-used restricted randomization approach is covariate-constrained randomization. Covariate-constrained randomization quantifies baseline imbalance of cluster-level covariates using a balance metric and randomly selects a randomization scheme from those with acceptable balance by the balance metric. It is able to accommodate multiple covariates, both categorical and continuous. To facilitate imple- mentation of covariate-constrained randomization for the design of two-arm parallel CRTs, we have developed the cvcrand R package. In addition, cvcrand also implements the clustered permutation test for analyzing continuous and binary outcomes collected from a CRT designed with covariate- constrained randomization. We used a real cluster randomized trial to illustrate the functions included in the package. Introduction Cluster randomized trials (CRTs) randomize clusters of individuals, such as schools, hospitals or clinics (Brown and Li, 2015).
    [Show full text]
  • Design and Analysis of Response Surface Designs with Restricted Randomization Wayne R
    Florida State University Libraries Electronic Theses, Treatises and Dissertations The Graduate School 2006 Design and Analysis of Response Surface Designs with Restricted Randomization Wayne R. Wesley Follow this and additional works at the FSU Digital Library. For more information, please contact [email protected] THE FLORIDA STATE UNIVERSITY COLLEGE OF ENGINEERING DESIGN AND ANALYSIS OF RESPONSE SURFACE DESIGNS WITH RESTRICTED RANDOMIZATION By Wayne R. Wesley A Dissertation submitted to the Department of Industrial Engineering in partial fulfillment of the requirements for the degree of Doctor of Philosophy Degree Awarded: Summer Semester, 2006 Copyright © 2006 Wayne R. Wesley All Rights Reserved The members of the Committee approve the dissertation of Wayne R. Wesley defended on July 6, 2006. ______________________________ James R. Simpson Professor Directing Dissertation ______________________________ Anuj Srivastava Outside Committee Member ______________________________ Peter A. Parker Outside Committee Member ______________________________ Joseph J. Pignatiello, Jr. Committee Member Approved: _________________________________ Chuck Zhang, Chair, Department of Industrial and Manufacturing Engineering _________________________________ Ching-Jen Chen, Dean, College of Engineering The Office of Graduate Studies has verified and approved the above named committee members. ii I dedicate this dissertation to my son and daughter Jowayne and Jowaynah Wesley. iii ACKNOWLEDGEMENTS I must first give thanks to the almighty God for good health, strength and wisdom to successfully complete my dissertation. It is with a deep sense of gratitude that I express my sincere appreciation to Dr. James Simpson and Dr. Peter Parker for their invaluable advice and contributions in directing the dissertation. Special thanks to Dr. Joseph Pignatiello and Dr. Anuj Srivastava for their meaningful comments and suggestions that helped to improve the quality of the dissertation.
    [Show full text]
  • Optimal Adaptive Designs and Adaptive Randomization Techniques for Clinical Trials
    UPPSALA DISSERTATIONS IN MATHEMATICS 113 Optimal adaptive designs and adaptive randomization techniques for clinical trials Yevgen Ryeznik Department of Mathematics Uppsala University UPPSALA 2019 Dissertation presented at Uppsala University to be publicly examined in Ång 4101, Ångströmlaboratoriet, Lägerhyddsvägen 1, Uppsala, Friday, 26 April 2019 at 09:00 for the degree of Doctor of Philosophy. The examination will be conducted in English. Faculty examiner: Associate Professor Franz König (Center for Medical Statistics, Informatics and Intelligent Systems, Medical University of Vienna). Abstract Ryeznik, Y. 2019. Optimal adaptive designs and adaptive randomization techniques for clinical trials. Uppsala Dissertations in Mathematics 113. 94 pp. Uppsala: Department of Mathematics. ISBN 978-91-506-2748-0. In this Ph.D. thesis, we investigate how to optimize the design of clinical trials by constructing optimal adaptive designs, and how to implement the design by adaptive randomization. The results of the thesis are summarized by four research papers preceded by three chapters: an introduction, a short summary of the results obtained, and possible topics for future work. In Paper I, we investigate the structure of a D-optimal design for dose-finding studies with censored time-to-event outcomes. We show that the D-optimal design can be much more efficient than uniform allocation design for the parameter estimation. The D-optimal design obtained depends on true parameters of the dose-response model, so it is a locally D-optimal design. We construct two-stage and multi-stage adaptive designs as approximations of the D-optimal design when prior information about model parameters is not available. Adaptive designs provide very good approximations to the locally D-optimal design, and can potentially reduce total sample size in a study with a pre-specified stopping criterion.
    [Show full text]
  • Randomization in Clinical Trials: Can We Eliminate Bias?
    Clinical Trial Perspective Randomization in clinical trials: can we eliminate bias? Clin. Invest. (2013) 3(1), 37–47 Randomization plays a fundamental role in clinical trials. While many Oleksandr­Sverdlov1 m­odern­ clinical­ trials­ employ­ restricted,­ stratified­ or­ covariate-adaptive­ & William F Rosenberger*2 randomization designs that pursue balance in treatment assignments 1Translational Sciences, Novartis Pharmaceuticals and­ balance­ across­ important­ covariates,­ some­ clinical­ trials­ call­ for­ Corporation, NJ, USA response-adaptive­ or­ covariate-adjusted­ response-adaptive­ (CARA)­ 2Department of Statistics, George Mason randomization­ designs­ to­ address­ multiple­ experimental­ objectives­ University, 4400 University Drive MS 4A7, Fairfax, VA 22030, USA primarily­related­to­statistical­efficiency­and­ethical­considerations.­In­this­ *Author for correspondence: paper,­we­elicit­key­principles­of­the­well-conducted­randomized­clinical­ Tel.: +1 703 993 3645 trial and explore the role of randomization and other important design E-mail: [email protected] tools­ in­ achieving­ valid­ and­ credible­ results.­ We­ give­ special­ attention­ to­ response-adaptive­ and­ CARA­ randomization­ designs,­ which­ have­ a­ firm­ theoretical­ basis,­ but­ are­ more­ complex­ and­ more­ vulnerable­ to­ operational biases than traditional randomization designs. We conclude that­ modern­ advances­ in­ information­ technology,­ rigorous­ planning,­ and­ adherence­ to­ the­ key­ principles­ of­ the­ well-conducted­ clinical­ trial­ should­enable­successful­implementation­of­response-adaptive­and­CARA­
    [Show full text]
  • Restricted Randomization: Blocking and Matching
    Restricted randomization: Blocking and matching Roc´ıo Titiunik University of Michigan Prepared for Workshop on Field Experimentation in Political Economy Columbia Center for the Study of Development Strategies 18-20 May 2011 Titiunik (UM) Block randomization May 19, 2011 1 / 27 Potential Outcomes Ti = 1 or Ti = 0: binary treatment assignment Yi (1): potential outcome under treatment Yi (0): potential outcome under control Yi = Yi (0)(1 − Ti ) + Yi (1)Ti : observed outcome Fundamental Problem of Causal Inference: we see either Yi (0) or Yi (1), but never both simultaneously for the same i Titiunik (UM) Block randomization May 19, 2011 2 / 27 Random Assignment: Solution to Fundamental Problem Random assignment of treatment offers a solution to the Fundamental Problem of Causal Inference, because potential outcomes and treatment assignment are independent E(Yi jTi = 0) = E(Yi (0)jTi = 0) = E(Yi (0)) E(Yi jTi = 1) = E(Yi (1)jTi = 1) = E(Yi (1)) The average treatment effect (ATE) is ATE = E(Yi (1)) − E(Yi (0)) = E(Yi jTi = 1) − E(Yi jTi = 0) So we can estimate the ATE by simple difference in means Pn Pn i Ti · Yi i (1 − Ti ) · Yi ¯ ¯ ATEd = Pn − Pn = YT − YC i Ti i (1 − Ti ) Titiunik (UM) Block randomization May 19, 2011 3 / 27 How To Randomize When there is random assignment, participants in a trial are assigned to comparison groups based on some chance process Two elements: I Generation of unpredictable randomized allocation sequence I Concealment of the sequence until assignment occurs There are several ways in which random assignment can
    [Show full text]
  • Timothy J. Robinson, William A
    Journal of Statistics Education, v17n1: Timothy J. Robinson, William A. Brenneman and William R. Myers An Intuitive Graphical Approach to Understanding the Split-Plot Experiment Timothy J. Robinson University of Wyoming William A. Brenneman and William R. Myers The Proctor & Gamble Company Journal of Statistics Education Volume 17, Number 1 (2009), www.amstat.org/v17n1/robinson.html Copyright © 2009 by Timothy J. Robinson, William A. Brenneman and William R. Myers, all rights reserved. This text may be freely shared among individuals, but it may not be republished in any medium without express written consent from the authors and advance notification of the editor. Key Words: Hard to change factors; Restricted randomization; Whole-plot Factors; Sub-plot Factors. Abstract While split-plot designs have received considerable attention in the literature over the past decade, there seems to be a general lack of intuitive understanding of the error structure of these designs and the resulting statistical analysis. Typically, students learn the proper error terms for testing factors of a split-plot design via expected mean squares. This does not provide any true insight as far as why a particular error term is appropriate for a given factor effect. We provide a way to intuitively understand the error structure and resulting statistical analysis in split-plot designs through building on concepts found in simple designs, such as completely randomized and randomized complete block designs, and then provide a way for students to "see" the error structure graphically. The discussion is couched around an example from paper manufacturing. 1. Introduction Many industrial and agricultural experiments involve two types of factors, some with levels hard or costly to change and others with levels that are relatively easy to change.
    [Show full text]