Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 1

Size: px
Start display at page:

Download "Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 1"

Transcription

1 Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 1 Cmd> a<-factor(1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2) We have a 2 4 factorial; 4 factors, each at two levels. We will be entering the data in standard order, with factor A varying fastest, B next fastest, etc. This order is not needed for anova() commands, but is needed for the yates() command. Cmd> b<-factor(1,1,2,2,1,1,2,2,1,1,2,2,1,1,2,2) Cmd> c<-factor(1,1,1,1,2,2,2,2,1,1,1,1,2,2,2,2) Cmd> d<-factor(1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2) Cmd> y<-vector(1.68,1.98,3.28,3.44,4.98,5.7,9.97,9.07,\ 2.07,2.44,4.09,4.53,7.77,9.43,11.75,16.3) These data are from Daniel (1976). The experiment was on a stone drill. Factor A is the load on the drill; B is the flow rate through the drill; C is the rotational speed; D is the type of mud used. The response is the rate of drill advance. There was just one replication. Cmd> anova("y=(a+b+c+d)ˆ3",fstats:t) Because we only have one replication, we can try to use the four-factor interaction as error. This doesn t work well, since it only leaves 1 df for error. Note that c has an F ratio of about 150, but is only marginally significant! Model used is y=(a+b+c+d)ˆ3 CONSTANT a b c d a.b a.c a.d b.c b.d c.d a.b.c a.b.d a.c.d b.c.d ERROR

2 Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 2 Cmd> anova("y=(a+b+c+d)ˆ2",fstats:t) Let s try something more reasonable, where we only fit main effects and two factor interactions, pooling the three and four way interactions for error. The p-values we get are at best a guideline. It looks like b, c, d, and some two factor interactions might be significant. Model used is y=(a+b+c+d)ˆ2 CONSTANT e-06 a b c e-05 d a.b a.c a.d b.c b.d c.d ERROR Cmd> resvsyhat() Looking at the residuals, there may be some nonconstant variance; we ll check with Box- Cox. Standardized Resids Standardized Residuals vs Fitted Values (Yhat) Fitted Values (Yhat) Cmd> boxcoxvec("y=(a+b+c+d)ˆ2") Box-Cox suggests the power Both -1 and 0 are well within the confidence interval, so let s look at both. Note that the reciprocal is also easy to understand as a time to reach a drilling depth (rather than a drilling rate). component: power (1) (6) (11) component: SS (1)

3 Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 3 (6) (11) Cmd> ry<-1/y Note that treatments with a big ry (time) have a low rate y. Cmd> anova("ry=(a+b+c+d)ˆ2",fstats:t) Model used is ry=(a+b+c+d)ˆ2 CONSTANT < 1e-08 a b e-06 c e-07 d a.b a.c a.d e e b.c e-05 b.d c.d ERROR Cmd> resvsyhat() Better. Standardized Residuals vs Fitted Values (Yhat) Standardized Resids Fitted Values (Yhat)

4 Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 4 Cmd> anova("ly=(a+b+c+d)ˆ2",fstats:t) Log doesn t do quite as well as reciprocal for constancy of variance, but most of the interaction goes away. We are fairly certain that b, c, and d main effects are present. There is some evidence for a and c.d effects, but we temper our enthusiasm by recalling 1) the p-values are questionable to begin with, since we don t have an estimate of pure error, 2) these are just the smallest 2 of the other 7 p-values, so we may wish to use Bonferroni or some other multiple comparisons procedure. Model used is ly=(a+b+c+d)ˆ2 CONSTANT < 1e-08 a b e-05 c e-06 d a.b a.c a.d b.c b.d c.d ERROR Cmd> resvsyhat() Residuals not quite as good on log scale as on reciprocal, but not too bad here. Standardized Residuals vs Fitted Values (Yhat) Standardized Resids Fitted Values (Yhat)

5 Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 5 Cmd> resvsrankits() Not bad here. Standardized Residuals vs Normal Scores Standardized Resids Normal Scores Cmd> anova("y=a+b+c+d",silent:t);tukey<-(y-residuals)ˆ2/2/coefs("constant") Cmd> anova("y=a+b+c+d+tukey") DF SS MS CONSTANT a b c d tukey ERROR Cmd> coefs("tukey") (1) The log transformation is also suggested by the Tukey one degree of freedom procedure using a additive model as the simple model. Together with the pretty good residuals, I think I ll work on the log scale.

6 Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 6 Cmd> anova("ly=a+b+c*d",pvals:t) Refitting with just the significant terms, we get a different error estimate and thus different p-values. This comes of not having an estimate of pure error and having to pool various terms into error (and different terms in different analyses). Model used is ly=a+b+c*d CONSTANT < 1e-08 a b e-08 c < 1e-08 d e-05 c.d ERROR Cmd> yts<-yates(ly);yts Now we look at the data an alternate way. Since the data were in standard order, the yates() function will produce the total factorial effects in standard order: A, B, AB, C, AC, BC, ABC, D, AD, BD, ABD, CD, ACD, BCD, ABCD. (1) (6) (11) Cmd> yatesplot(ly,fullnorm:t) Factors or interactions that are zero should have estimated effects that look like normal noise, while factors or interactions that are not zero should have estimated effects that look like outliers. Here, C, B, and D look like outliers. A looks pretty much like the rest of the pack. Normal scores plot of effects C Effects B D A CD AD ABCDABDACD AC ABC BC BCD AB BD Normal scores

7 Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 7 Cmd> yatesplot(ly) A half normal plot is another way of looking at these effects; it folds the plot over and looks at the absolute values of the effects. Again, C, B, and D look like outliers, while A and CD, which were marginally significant, are back in the pack. Half Normal plot of absolute effects C Absolute effects B D A CD AB BC AD ACABCBD BCDABCD ABDACD Half normal scores Cmd> s1<-describe(abs(yts),median:t)*3.75;s1 Now we compute Lenth s pseudo standard error. First we get 3.75 time the median of the absolute effects. (1) Cmd> yts2<-yts[abs(yts)<s1] Now we select those absolute effects that are less than s1. Cmd> pse<-describe(abs(yts2),median:t)*1.5;pse The pseudo standard error is 1.5 time the median of the absolute effects that are less than s1. Use it as a standard error with 15/3 = 5 degrees of freedom. (1) Cmd> invstu(.975,5) Ratio of effect to pse should be 2.6 or greater to be significant at the.05 level. (1) Cmd> yts/pse Using the PSE, only B, C, and D are significant. A has a p-value of about.1 (1) (6) (11)

8 Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 8 Cmd> yatesplot(ry) For completeness, let s look at the reciprocal scale. On this scale, C, B, D, BC, and perhaps A look like outliers. Absolute effects Half Normal plot of absolute effects C B BC D A AC AB ABC CD BD ABD BCDABCDAD ACD Half normal scores Cmd> y<-vector(8,4,53,43,31,9,12,36,79,68,73,8,77,38,49,23)/100 Data from Davies (1954) via Box and Meyer (1986). Response is the yield of isatin under different production conditions. Factors are: A acid strength; B time; C amount of acid; D temperature. Cmd> anova("y=(a+b+c+d)ˆ2",pvals:t) Doesn t look like much going on here. Alternatively, everything is significant, but we can t see it because we are using a large interaction for error, making other significant effects look insignificant. Without an estimate of pure error, we cannot tell which situation we are in. Model used is y=(a+b+c+d)ˆ2 CONSTANT a b c d a.b e e a.c a.d b.c b.d c.d ERROR

9 Stat 5303 (Oehlert): Unreplicated 2-Series Factorials 9 Cmd> yts<-yates(y);yts Data were entered in standard order, so we can use yates() to get effects in standard order. Not shown here, but the Lenth PSE is.114, and the t-statistic for D is 2.4, with a p-value of about.06. (1) (6) (11) Cmd> yatesplot(y) Looks like a whole lot of nothing. Half Normal plot of absolute effects D Absolute effects BD A AD ABC BCD ABD C BC AC B CD ABCD AB ACD Half normal scores

Design and Analysis of Experiments Prof. Jhareswar Maiti Department of Industrial and Systems Engineering Indian Institute of Technology, Kharagpur

Design and Analysis of Experiments Prof. Jhareswar Maiti Department of Industrial and Systems Engineering Indian Institute of Technology, Kharagpur Design and Analysis of Experiments Prof. Jhareswar Maiti Department of Industrial and Systems Engineering Indian Institute of Technology, Kharagpur Lecture 59 Fractional Factorial Design using MINITAB

More information

Stat 5303 (Oehlert): Split Plots 1

Stat 5303 (Oehlert): Split Plots 1 Stat 50 (Oehlert): Split Plots Cmd> print(y,format:"f7.",labels:f) y: More emulsion data. Eight samples of unprocessed gum from acacia senegal trees are obtained. Four samples come from one batch of gum,

More information

General Factorial Models

General Factorial Models In Chapter 8 in Oehlert STAT:5201 Week 9 - Lecture 2 1 / 34 It is possible to have many factors in a factorial experiment. In DDD we saw an example of a 3-factor study with ball size, height, and surface

More information

General Factorial Models

General Factorial Models In Chapter 8 in Oehlert STAT:5201 Week 9 - Lecture 1 1 / 31 It is possible to have many factors in a factorial experiment. We saw some three-way factorials earlier in the DDD book (HW 1 with 3 factors:

More information

Fractional. Design of Experiments. Overview. Scenario

Fractional. Design of Experiments. Overview. Scenario Design of Experiments Overview We are going to learn about DOEs. Specifically, you ll learn what a DOE is, as well as, what a key concept known as Confounding is all about. Finally, you ll learn what the

More information

Stat 5303 (Oehlert): Unbalanced Factorial Examples 1

Stat 5303 (Oehlert): Unbalanced Factorial Examples 1 Stat 5303 (Oehlert): Unbalanced Factorial Examples 1 > section

More information

rm(list=ls(all=true)) # number of factors. # number of replicates.

rm(list=ls(all=true)) # number of factors. # number of replicates. # We have developed simple formulas that allow us to compute effects and the corresponding SS values (and, therefore F) from the contrast of each effect: effect = (1/(n*2^(k-1))) * contrast SS = ( 1/(n*2^k)

More information

Source df SS MS F A a-1 [A] [T] SS A. / MS S/A S/A (a)(n-1) [AS] [A] SS S/A. / MS BxS/A A x B (a-1)(b-1) [AB] [A] [B] + [T] SS AxB

Source df SS MS F A a-1 [A] [T] SS A. / MS S/A S/A (a)(n-1) [AS] [A] SS S/A. / MS BxS/A A x B (a-1)(b-1) [AB] [A] [B] + [T] SS AxB Keppel, G. Design and Analysis: Chapter 17: The Mixed Two-Factor Within-Subjects Design: The Overall Analysis and the Analysis of Main Effects and Simple Effects Keppel describes an Ax(BxS) design, which

More information

An Interesting Way to Combine Numbers

An Interesting Way to Combine Numbers An Interesting Way to Combine Numbers Joshua Zucker and Tom Davis October 12, 2016 Abstract This exercise can be used for middle school students and older. The original problem seems almost impossibly

More information

Example 5.25: (page 228) Screenshots from JMP. These examples assume post-hoc analysis using a Protected LSD or Protected Welch strategy.

Example 5.25: (page 228) Screenshots from JMP. These examples assume post-hoc analysis using a Protected LSD or Protected Welch strategy. JMP Output from Chapter 5 Factorial Analysis through JMP Example 5.25: (page 228) Screenshots from JMP. These examples assume post-hoc analysis using a Protected LSD or Protected Welch strategy. Fitting

More information

FURTHER ORTHOGONAL ARRAYS

FURTHER ORTHOGONAL ARRAYS FURTHER ORTHOGONAL ARRAYS The Taguchi approach to experimental design Create matrices from factors and factor levels -either an inner array or design matrix (controllable factors) -or an outer array or

More information

Multi-Factored Experiments

Multi-Factored Experiments Design and Analysis of Multi-Factored Experiments Advanced Designs -Hard to Change Factors- Split-Plot Design and Analysis L. M. Lye DOE Course 1 Hard-to-Change Factors Assume that a factor can be varied,

More information

Chemical Reaction dataset ( https://stat.wvu.edu/~cjelsema/data/chemicalreaction.txt )

Chemical Reaction dataset ( https://stat.wvu.edu/~cjelsema/data/chemicalreaction.txt ) JMP Output from Chapter 9 Factorial Analysis through JMP Chemical Reaction dataset ( https://stat.wvu.edu/~cjelsema/data/chemicalreaction.txt ) Fitting the Model and checking conditions Analyze > Fit Model

More information

STAT 5200 Handout #28: Fractional Factorial Design (Ch. 18)

STAT 5200 Handout #28: Fractional Factorial Design (Ch. 18) STAT 5200 Handout #28: Fractional Factorial Design (Ch. 18) For factorial designs where all factors have 2 levels, it is possible to systematically exclude certain factor level combinations and still make

More information

Analysis of Two-Level Designs

Analysis of Two-Level Designs Chapter 213 Analysis of Two-Level Designs Introduction Several analysis programs are provided for the analysis of designed experiments. The GLM-ANOVA and the Multiple Regression programs are often used.

More information

Stat 5303 (Oehlert): Response Surfaces 1

Stat 5303 (Oehlert): Response Surfaces 1 Stat 5303 (Oehlert): Response Surfaces 1 > data

More information

SAS data statements and data: /*Factor A: angle Factor B: geometry Factor C: speed*/

SAS data statements and data: /*Factor A: angle Factor B: geometry Factor C: speed*/ STAT:5201 Applied Statistic II (Factorial with 3 factors as 2 3 design) Three-way ANOVA (Factorial with three factors) with replication Factor A: angle (low=0/high=1) Factor B: geometry (shape A=0/shape

More information

Section 4 General Factorial Tutorials

Section 4 General Factorial Tutorials Section 4 General Factorial Tutorials General Factorial Part One: Categorical Introduction Design-Ease software version 6 offers a General Factorial option on the Factorial tab. If you completed the One

More information

BCNF. Yufei Tao. Department of Computer Science and Engineering Chinese University of Hong Kong BCNF

BCNF. Yufei Tao. Department of Computer Science and Engineering Chinese University of Hong Kong BCNF Yufei Tao Department of Computer Science and Engineering Chinese University of Hong Kong Recall A primary goal of database design is to decide what tables to create. Usually, there are two principles:

More information

Recall the expression for the minimum significant difference (w) used in the Tukey fixed-range method for means separation:

Recall the expression for the minimum significant difference (w) used in the Tukey fixed-range method for means separation: Topic 11. Unbalanced Designs [ST&D section 9.6, page 219; chapter 18] 11.1 Definition of missing data Accidents often result in loss of data. Crops are destroyed in some plots, plants and animals die,

More information

One way ANOVA when the data are not normally distributed (The Kruskal-Wallis test).

One way ANOVA when the data are not normally distributed (The Kruskal-Wallis test). One way ANOVA when the data are not normally distributed (The Kruskal-Wallis test). Suppose you have a one way design, and want to do an ANOVA, but discover that your data are seriously not normal? Just

More information

FRACTIONAL FACTORIAL (

FRACTIONAL FACTORIAL ( FRACTIONAL FACTORIAL ( # : ; ) STUDIES Page 1 Motivation: For : factors, even # : gets big fast : for : œ"! # œ"!#% Example Hendrix 1979 Chemtech A Coating Roll Temp 115 vs 125 B Solvent Recycled vs Refined

More information

The Solution to the Factorial Analysis of Variance

The Solution to the Factorial Analysis of Variance The Solution to the Factorial Analysis of Variance As shown in the Excel file, Howell -2, the ANOVA analysis (in the ToolPac) yielded the following table: Anova: Two-Factor With Replication SUMMARYCounting

More information

DATA MINING II - 1DL460

DATA MINING II - 1DL460 DATA MINING II - 1DL460 Spring 2013 " An second class in data mining http://www.it.uu.se/edu/course/homepage/infoutv2/vt13 Kjell Orsborn Uppsala Database Laboratory Department of Information Technology,

More information

2-D Geometry for Programming Contests 1

2-D Geometry for Programming Contests 1 2-D Geometry for Programming Contests 1 1 Vectors A vector is defined by a direction and a magnitude. In the case of 2-D geometry, a vector can be represented as a point A = (x, y), representing the vector

More information

Building Roads. Page 2. I = {;, a, b, c, d, e, ab, ac, ad, ae, bc, bd, be, cd, ce, de, abd, abe, acd, ace, bcd, bce, bde}

Building Roads. Page 2. I = {;, a, b, c, d, e, ab, ac, ad, ae, bc, bd, be, cd, ce, de, abd, abe, acd, ace, bcd, bce, bde} Page Building Roads Page 2 2 3 4 I = {;, a, b, c, d, e, ab, ac, ad, ae, bc, bd, be, cd, ce, de, abd, abe, acd, ace, bcd, bce, bde} Building Roads Page 3 2 a d 3 c b e I = {;, a, b, c, d, e, ab, ac, ad,

More information

CSCI 220: Computer Architecture I Instructor: Pranava K. Jha. Simplification of Boolean Functions using a Karnaugh Map

CSCI 220: Computer Architecture I Instructor: Pranava K. Jha. Simplification of Boolean Functions using a Karnaugh Map CSCI 22: Computer Architecture I Instructor: Pranava K. Jha Simplification of Boolean Functions using a Karnaugh Map Q.. Plot the following Boolean function on a Karnaugh map: f(a, b, c, d) = m(, 2, 4,

More information

Apriori Algorithm. 1 Bread, Milk 2 Bread, Diaper, Beer, Eggs 3 Milk, Diaper, Beer, Coke 4 Bread, Milk, Diaper, Beer 5 Bread, Milk, Diaper, Coke

Apriori Algorithm. 1 Bread, Milk 2 Bread, Diaper, Beer, Eggs 3 Milk, Diaper, Beer, Coke 4 Bread, Milk, Diaper, Beer 5 Bread, Milk, Diaper, Coke Apriori Algorithm For a given set of transactions, the main aim of Association Rule Mining is to find rules that will predict the occurrence of an item based on the occurrences of the other items in the

More information

1.4 Euler Diagram Layout Techniques

1.4 Euler Diagram Layout Techniques 1.4 Euler Diagram Layout Techniques Euler Diagram Layout Techniques: Overview Dual graph based methods Inductive methods Drawing with circles Including software demos. How is the drawing problem stated?

More information

RSM Split-Plot Designs & Diagnostics Solve Real-World Problems

RSM Split-Plot Designs & Diagnostics Solve Real-World Problems RSM Split-Plot Designs & Diagnostics Solve Real-World Problems Shari Kraber Pat Whitcomb Martin Bezener Stat-Ease, Inc. Stat-Ease, Inc. Stat-Ease, Inc. 221 E. Hennepin Ave. 221 E. Hennepin Ave. 221 E.

More information

R-Square Coeff Var Root MSE y Mean

R-Square Coeff Var Root MSE y Mean STAT:50 Applied Statistics II Exam - Practice 00 possible points. Consider a -factor study where each of the factors has 3 levels. The factors are Diet (,,3) and Drug (A,B,C) and there are n = 3 observations

More information

Section 0.3 The Order of Operations

Section 0.3 The Order of Operations Section 0.3 The Contents: Evaluating an Expression Grouping Symbols OPERATIONS The Distributive Property Answers Focus Exercises Let s be reminded of those operations seen thus far in the course: Operation

More information

Larger K-maps. So far we have only discussed 2 and 3-variable K-maps. We can now create a 4-variable map in the

Larger K-maps. So far we have only discussed 2 and 3-variable K-maps. We can now create a 4-variable map in the EET 3 Chapter 3 7/3/2 PAGE - 23 Larger K-maps The -variable K-map So ar we have only discussed 2 and 3-variable K-maps. We can now create a -variable map in the same way that we created the 3-variable

More information

Subset Selection in Multiple Regression

Subset Selection in Multiple Regression Chapter 307 Subset Selection in Multiple Regression Introduction Multiple regression analysis is documented in Chapter 305 Multiple Regression, so that information will not be repeated here. Refer to that

More information

The same procedure is used for the other factors.

The same procedure is used for the other factors. When DOE Wisdom software is opened for a new experiment, only two folders appear; the message log folder and the design folder. The message log folder includes any error message information that occurs

More information

Stand Alone SLIM-DMX Interface

Stand Alone SLIM-DMX Interface Stand Alone SLIM-DMX Interface V.1.0.1 Summary Technical features of the interface P.02 General pinout and device's connector P.02 Bottom view of the interface P.03 Top view of the interface P.03 Interfaces

More information

Section 2.3: Simple Linear Regression: Predictions and Inference

Section 2.3: Simple Linear Regression: Predictions and Inference Section 2.3: Simple Linear Regression: Predictions and Inference Jared S. Murray The University of Texas at Austin McCombs School of Business Suggested reading: OpenIntro Statistics, Chapter 7.4 1 Simple

More information

610 R12 Prof Colleen F. Moore Analysis of variance for Unbalanced Between Groups designs in R For Psychology 610 University of Wisconsin--Madison

610 R12 Prof Colleen F. Moore Analysis of variance for Unbalanced Between Groups designs in R For Psychology 610 University of Wisconsin--Madison 610 R12 Prof Colleen F. Moore Analysis of variance for Unbalanced Between Groups designs in R For Psychology 610 University of Wisconsin--Madison R is very touchy about unbalanced designs, partly because

More information

Midpoint and Distance Formulas

Midpoint and Distance Formulas CP1 Math Unit 5: Coordinate Geometry: Day Name Midpoint Formula: Midpoint and Distance Formulas The midpoint of the line segment between any two points (x!, y! ) to (x!, y! ) is given by: In your groups,

More information

Stat 602 The Design of Experiments

Stat 602 The Design of Experiments Stat 602 The Design of Experiments Yuqing Xu Department of Statistics University of Wisconsin Madison, WI 53706, USA April 28, 2016 Yuqing Xu (UW-Madison) Stat 602 Week 14 April 28, 2016 1 / 10 Blocking

More information

Chapter 8 Two-Level Fractional Factorial Designs Solutions

Chapter 8 Two-Level Fractional Factorial Designs Solutions Chapter 8 Two-Level Fractional Factorial Designs Solutions 8.1. Suppose that in the chemical process development experiment in Problem 6.7, it was only possible to run a one-half fraction of the 4 design.

More information

Normal Plot of the Effects (response is Mean free height, Alpha = 0.05)

Normal Plot of the Effects (response is Mean free height, Alpha = 0.05) Percent Normal Plot of the Effects (response is Mean free height, lpha = 5) 99 95 Effect Type Not Significant Significant 90 80 70 60 50 40 30 20 E F actor C D E Name C D E 0 5 E -0.3-0. Effect 0. 0.3

More information

Statistics Lab #7 ANOVA Part 2 & ANCOVA

Statistics Lab #7 ANOVA Part 2 & ANCOVA Statistics Lab #7 ANOVA Part 2 & ANCOVA PSYCH 710 7 Initialize R Initialize R by entering the following commands at the prompt. You must type the commands exactly as shown. options(contrasts=c("contr.sum","contr.poly")

More information

Suggested problems - solutions

Suggested problems - solutions Suggested problems - solutions Examples and models Material for this section references College Geometry: A Discovery Approach, 2/e, David C. Kay, Addison Wesley, 2001. In particular, see section 2.2,

More information

PROPERTIES OF TRIANGLES AND QUADRILATERALS (plus polygons in general)

PROPERTIES OF TRIANGLES AND QUADRILATERALS (plus polygons in general) Mathematics Revision Guides Properties of Triangles, Quadrilaterals and Polygons Page 1 of 15 M.K. HOME TUITION Mathematics Revision Guides Level: GCSE Foundation Tier PROPERTIES OF TRIANGLES AND QUADRILATERALS

More information

Unit 5: Estimating with Confidence

Unit 5: Estimating with Confidence Unit 5: Estimating with Confidence Section 8.3 The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Unit 5 Estimating with Confidence 8.1 8.2 8.3 Confidence Intervals: The Basics Estimating

More information

Laboratory for Two-Way ANOVA: Interactions

Laboratory for Two-Way ANOVA: Interactions Laboratory for Two-Way ANOVA: Interactions For the last lab, we focused on the basics of the Two-Way ANOVA. That is, you learned how to compute a Brown-Forsythe analysis for a Two-Way ANOVA, as well as

More information

Heteroskedasticity and Homoskedasticity, and Homoskedasticity-Only Standard Errors

Heteroskedasticity and Homoskedasticity, and Homoskedasticity-Only Standard Errors Heteroskedasticity and Homoskedasticity, and Homoskedasticity-Only Standard Errors (Section 5.4) What? Consequences of homoskedasticity Implication for computing standard errors What do these two terms

More information

Section 3 Two-Level Factorial Tutorials

Section 3 Two-Level Factorial Tutorials Section 3 Two-Level Factorial Tutorials Full Factorial Introduction This tutorial demonstrates the use of Design-Expert software for two-level factorial designs. These designs will help you screen many

More information

Package conf.design. R topics documented: February 19, 2015

Package conf.design. R topics documented: February 19, 2015 Type Package Title Construction of factorial designs Version 2.0.0 Date 2013-02-22 Suggests stats, utils Author Bill Venables Package conf.design February 19, 2015 Maintainer Bill Venables

More information

Distributed Databases. CS347 Lecture 16 June 6, 2001

Distributed Databases. CS347 Lecture 16 June 6, 2001 Distributed Databases CS347 Lecture 16 June 6, 2001 1 Reliability Topics for the day Three-phase commit (3PC) Majority 3PC Network partitions Committing with partitions Concurrency control with partitions

More information

CPSC 230 Extra review and solutions

CPSC 230 Extra review and solutions Extra review questions: the following questions are meant to provide you with some extra practice so you need to actually try them on your own to get anything out of it. For that reason, solutions won't

More information

Bootstrapped and Means Trimmed One Way ANOVA and Multiple Comparisons in R

Bootstrapped and Means Trimmed One Way ANOVA and Multiple Comparisons in R Bootstrapped and Means Trimmed One Way ANOVA and Multiple Comparisons in R Another way to do a bootstrapped one-way ANOVA is to use Rand Wilcox s R libraries. Wilcox (2012) states that for one-way ANOVAs,

More information

Statistical Bioinformatics (Biomedical Big Data) Notes 2: Installing and Using R

Statistical Bioinformatics (Biomedical Big Data) Notes 2: Installing and Using R Statistical Bioinformatics (Biomedical Big Data) Notes 2: Installing and Using R In this course we will be using R (for Windows) for most of our work. These notes are to help students install R and then

More information

Engineering Mechanics Prof. Siva Kumar Department of Civil Engineering Indian Institute of Technology, Madras Statics - 4.3

Engineering Mechanics Prof. Siva Kumar Department of Civil Engineering Indian Institute of Technology, Madras Statics - 4.3 Engineering Mechanics Prof. Siva Kumar Department of Civil Engineering Indian Institute of Technology, Madras Statics - 4.3 In this case let s say delta B and delta C are the kinematically consistent displacements.

More information

Effectiveness of Freq Pat Mining

Effectiveness of Freq Pat Mining Effectiveness of Freq Pat Mining Too many patterns! A pattern a 1 a 2 a n contains 2 n -1 subpatterns Understanding many patterns is difficult or even impossible for human users Non-focused mining A manager

More information

Split-Plot General Multilevel-Categoric Factorial Tutorial

Split-Plot General Multilevel-Categoric Factorial Tutorial DX10-04-1-SplitPlotGen Rev. 1/27/2016 Split-Plot General Multilevel-Categoric Factorial Tutorial Introduction In some experiment designs you must restrict the randomization. Otherwise it wouldn t be practical

More information

ES-2 Lecture: Fitting models to data

ES-2 Lecture: Fitting models to data ES-2 Lecture: Fitting models to data Outline Motivation: why fit models to data? Special case (exact solution): # unknowns in model =# datapoints Typical case (approximate solution): # unknowns in model

More information

Exploratory model analysis

Exploratory model analysis Exploratory model analysis with R and GGobi Hadley Wickham 6--8 Introduction Why do we build models? There are two basic reasons: explanation or prediction [Ripley, 4]. Using large ensembles of models

More information

This Lecture. We will first introduce some basic set theory before we do counting. Basic Definitions. Operations on Sets.

This Lecture. We will first introduce some basic set theory before we do counting. Basic Definitions. Operations on Sets. Sets A B C This Lecture We will first introduce some basic set theory before we do counting. Basic Definitions Operations on Sets Set Identities Defining Sets Definition: A set is an unordered collection

More information

Slide Set 5. for ENEL 353 Fall Steve Norman, PhD, PEng. Electrical & Computer Engineering Schulich School of Engineering University of Calgary

Slide Set 5. for ENEL 353 Fall Steve Norman, PhD, PEng. Electrical & Computer Engineering Schulich School of Engineering University of Calgary Slide Set 5 for ENEL 353 Fall 207 Steve Norman, PhD, PEng Electrical & Computer Engineering Schulich School of Engineering University of Calgary Fall Term, 207 SN s ENEL 353 Fall 207 Slide Set 5 slide

More information

CPSC 203 Extra review and solutions

CPSC 203 Extra review and solutions CPSC 203 Extra review and solutions Multiple choice questions: For Questions 1 6 determine the output of the MsgBox 1) x = 12 If (x > 0) Then s = s & "a" s = s & "b" a. a b. b c. s d. ab e. None of the

More information

Proving Triangles and Quadrilaterals Satisfy Transformational Definitions

Proving Triangles and Quadrilaterals Satisfy Transformational Definitions Proving Triangles and Quadrilaterals Satisfy Transformational Definitions 1. Definition of Isosceles Triangle: A triangle with one line of symmetry. a. If a triangle has two equal sides, it is isosceles.

More information

THIS IS NOT REPRESNTATIVE OF CURRENT CLASS MATERIAL. STOR 455 Midterm 1 September 28, 2010

THIS IS NOT REPRESNTATIVE OF CURRENT CLASS MATERIAL. STOR 455 Midterm 1 September 28, 2010 THIS IS NOT REPRESNTATIVE OF CURRENT CLASS MATERIAL STOR 455 Midterm September 8, INSTRUCTIONS: BOTH THE EXAM AND THE BUBBLE SHEET WILL BE COLLECTED. YOU MUST PRINT YOUR NAME AND SIGN THE HONOR PLEDGE

More information

University of South Carolina Math 222: Math for Elementary Educators II Instructor: Austin Mohr Section 002 Fall Midterm Exam Solutions

University of South Carolina Math 222: Math for Elementary Educators II Instructor: Austin Mohr Section 002 Fall Midterm Exam Solutions University of South Carolina Math 222: Math for Elementary Educators II Instructor: Austin Mohr Section 002 Fall 2010 Midterm Exam Solutions Please write your solutions (including work) on the blank paper,

More information

WHOLE NUMBER AND DECIMAL OPERATIONS

WHOLE NUMBER AND DECIMAL OPERATIONS WHOLE NUMBER AND DECIMAL OPERATIONS Whole Number Place Value : 5,854,902 = Ten thousands thousands millions Hundred thousands Ten thousands Adding & Subtracting Decimals : Line up the decimals vertically.

More information

EVALUATION OF OPTIMAL MACHINING PARAMETERS OF NICROFER C263 ALLOY USING RESPONSE SURFACE METHODOLOGY WHILE TURNING ON CNC LATHE MACHINE

EVALUATION OF OPTIMAL MACHINING PARAMETERS OF NICROFER C263 ALLOY USING RESPONSE SURFACE METHODOLOGY WHILE TURNING ON CNC LATHE MACHINE EVALUATION OF OPTIMAL MACHINING PARAMETERS OF NICROFER C263 ALLOY USING RESPONSE SURFACE METHODOLOGY WHILE TURNING ON CNC LATHE MACHINE MOHAMMED WASIF.G 1 & MIR SAFIULLA 2 1,2 Dept of Mechanical Engg.

More information

Downloaded from

Downloaded from Exercise 12.1 Question 1: A traffic signal board, indicating SCHOOL AHEAD, is an equilateral triangle with side a. Find the area of the signal board, using Heron s formula. If its perimeter is 180 cm,

More information

4 KARNAUGH MAP MINIMIZATION

4 KARNAUGH MAP MINIMIZATION 4 KARNAUGH MAP MINIMIZATION A Karnaugh map provides a systematic method for simplifying Boolean expressions and, if properly used, will produce the simplest SOP or POS expression possible, known as the

More information

10.2 Trapezoids, Rhombi, and Kites

10.2 Trapezoids, Rhombi, and Kites 10.2 Trapezoids, Rhombi, and Kites Learning Objectives Derive and use the area formulas for trapezoids, rhombi, and kites. Review Queue Find the area the shaded regions in the figures below. 2. ABCD is

More information

Squares and Rectangles

Squares and Rectangles 11 CHAPTER Squares and Rectangles Lesson 11.1 Squares and Rectangles Study the figure. Then fill in the blanks. 1. There are right angles. 2. There are equal sides. 3. There are pairs of parallel sides.

More information

A B AB CD Objectives:

A B AB CD Objectives: Objectives:. Four variables maps. 2. Simplification using prime implicants. 3. "on t care" conditions. 4. Summary.. Four variables Karnaugh maps Minterms A A m m m3 m2 A B C m4 C A B C m2 m8 C C m5 C m3

More information

Synthesis 1. 1 Figures in this chapter taken from S. H. Gerez, Algorithms for VLSI Design Automation, Wiley, Typeset by FoilTEX 1

Synthesis 1. 1 Figures in this chapter taken from S. H. Gerez, Algorithms for VLSI Design Automation, Wiley, Typeset by FoilTEX 1 Synthesis 1 1 Figures in this chapter taken from S. H. Gerez, Algorithms for VLSI Design Automation, Wiley, 1998. Typeset by FoilTEX 1 Introduction Logic synthesis is automatic generation of circuitry

More information

3 Geometric inequalities in convex quadrilaterals Geometric inequalities of Erdős-Mordell type in the convex quadrilateral

3 Geometric inequalities in convex quadrilaterals Geometric inequalities of Erdős-Mordell type in the convex quadrilateral Contents 1 The quadrilateral 9 1.1 General notions........................... 9 1. Determining conditions...................... 10 1.3 Euler s Theorem and Leibniz-type relations........... 14 1.4 Ptolemy

More information

Page 1 of 32. Website: Mobile:

Page 1 of 32. Website:    Mobile: Exercise 7.1 Question 1: Find the distance between the following pairs of points: (i) (2, 3), (4, 1) (ii) ( 5, 7), ( 1, 3) (iii) (a, b), ( a, b) (i) Distance between the two points is given by (ii) Distance

More information

OPTIMISING ASSOCIATION RULE ALGORITHMS USING ITEMSET ORDERING

OPTIMISING ASSOCIATION RULE ALGORITHMS USING ITEMSET ORDERING OPTIMISING ASSOCIATION RULE ALGORITHMS USING ITEMSET ORDERING ES200 Peterhouse College, Cambridge Frans Coenen, Paul Leng and Graham Goulbourne The Department of Computer Science The University of Liverpool

More information

9 abcd = dcba b + 90c = c + 10b b = 10c.

9 abcd = dcba b + 90c = c + 10b b = 10c. In this session, we ll learn how to solve problems related to place value. This is one of the fundamental concepts in arithmetic, something every elementary and middle school mathematics teacher should

More information

Yelp Star Rating System Reviewed: Are Star Ratings inline with textual reviews?

Yelp Star Rating System Reviewed: Are Star Ratings inline with textual reviews? Yelp Star Rating System Reviewed: Are Star Ratings inline with textual reviews? Eduardo Magalhaes Barbosa 17 de novembro de 2015 1 Introduction Star classification features are ubiquitous in apps world,

More information

DKT 122/3 DIGITAL SYSTEM 1

DKT 122/3 DIGITAL SYSTEM 1 Company LOGO DKT 122/3 DIGITAL SYSTEM 1 BOOLEAN ALGEBRA (PART 2) Boolean Algebra Contents Boolean Operations & Expression Laws & Rules of Boolean algebra DeMorgan s Theorems Boolean analysis of logic circuits

More information

Section 5.1 Ratios, Rates, Proportions and Measurements

Section 5.1 Ratios, Rates, Proportions and Measurements Section 5.1 Ratios, Rates, Proportions and Measurements Ratio a fraction, or quotient of two quantities with the same units. A ratio of length to width would be calculated by finding length/width (also

More information

Fall 2012 Points: 35 pts. Consider the following snip it from Section 3.4 of our textbook. Data Description

Fall 2012 Points: 35 pts. Consider the following snip it from Section 3.4 of our textbook. Data Description STAT 360: HW #4 Fall 2012 Points: 35 pts Name: SOLUTION Consider the following snip it from Section 3.4 of our textbook. Data Description The data are haystack measurements taken in Nebraska in 1927 and

More information

not to be republished NCERT CONSTRUCTIONS CHAPTER 10 (A) Main Concepts and Results (B) Multiple Choice Questions

not to be republished NCERT CONSTRUCTIONS CHAPTER 10 (A) Main Concepts and Results (B) Multiple Choice Questions CONSTRUCTIONS CHAPTER 10 (A) Main Concepts and Results Division of a line segment internally in a given ratio. Construction of a triangle similar to a given triangle as per given scale factor which may

More information

To calculate the arithmetic mean, sum all the values and divide by n (equivalently, multiple 1/n): 1 n. = 29 years.

To calculate the arithmetic mean, sum all the values and divide by n (equivalently, multiple 1/n): 1 n. = 29 years. 3: Summary Statistics Notation Consider these 10 ages (in years): 1 4 5 11 30 50 8 7 4 5 The symbol n represents the sample size (n = 10). The capital letter X denotes the variable. x i represents the

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 327 Geometric Regression Introduction Geometric regression is a special case of negative binomial regression in which the dispersion parameter is set to one. It is similar to regular multiple regression

More information

Zero-Inflated Poisson Regression

Zero-Inflated Poisson Regression Chapter 329 Zero-Inflated Poisson Regression Introduction The zero-inflated Poisson (ZIP) regression is used for count data that exhibit overdispersion and excess zeros. The data distribution combines

More information

Frequent Pattern Mining. Based on: Introduction to Data Mining by Tan, Steinbach, Kumar

Frequent Pattern Mining. Based on: Introduction to Data Mining by Tan, Steinbach, Kumar Frequent Pattern Mining Based on: Introduction to Data Mining by Tan, Steinbach, Kumar Item sets A New Type of Data Some notation: All possible items: Database: T is a bag of transactions Transaction transaction

More information

To complete the computer assignments, you ll use the EViews software installed on the lab PCs in WMC 2502 and WMC 2506.

To complete the computer assignments, you ll use the EViews software installed on the lab PCs in WMC 2502 and WMC 2506. An Introduction to EViews The purpose of the computer assignments in BUEC 333 is to give you some experience using econometric software to analyse real-world data. Along the way, you ll become acquainted

More information

STATS PAD USER MANUAL

STATS PAD USER MANUAL STATS PAD USER MANUAL For Version 2.0 Manual Version 2.0 1 Table of Contents Basic Navigation! 3 Settings! 7 Entering Data! 7 Sharing Data! 8 Managing Files! 10 Running Tests! 11 Interpreting Output! 11

More information

Class IX Chapter 12 Heron's Formula Maths

Class IX Chapter 12 Heron's Formula Maths Class IX Chapter 12 Heron's Formula Maths 1: Exercise 12.1 Question A traffic signal board, indicating SCHOOL AHEAD, is an equilateral triangle with side a. Find the area of the signal board, using Heron

More information

For our example, we will look at the following factors and factor levels.

For our example, we will look at the following factors and factor levels. In order to review the calculations that are used to generate the Analysis of Variance, we will use the statapult example. By adjusting various settings on the statapult, you are able to throw the ball

More information

Switching Circuits & Logic Design

Switching Circuits & Logic Design Switching Circuits & Logic Design Jie-Hong Roland Jiang 江介宏 Department of Electrical Engineering National Taiwan University Fall 23 5 Karnaugh Maps K-map Walks and Gray Codes http://asicdigitaldesign.wordpress.com/28/9/26/k-maps-walks-and-gray-codes/

More information

2 a. 3 (60 cm) cm cm 4

2 a. 3 (60 cm) cm cm 4 Class IX - NCERT Maths Exercise (1.1) Question 1: A traffic signal board, indicating SCHOOL AHEAD, is an equilateral triangle with side a. Find the area of the signal board, using Heron s formula. If its

More information

COMPARING MODELS AND CURVES. Fitting models to biological data using linear and nonlinear regression. A practical guide to curve fitting.

COMPARING MODELS AND CURVES. Fitting models to biological data using linear and nonlinear regression. A practical guide to curve fitting. COMPARING MODELS AND CURVES An excerpt from a forthcoming book: Fitting models to biological data using linear and nonlinear regression. A practical guide to curve fitting. Harvey Motulsky GraphPad Software

More information

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski Data Analysis and Solver Plugins for KSpread USER S MANUAL Tomasz Maliszewski tmaliszewski@wp.pl Table of Content CHAPTER 1: INTRODUCTION... 3 1.1. ABOUT DATA ANALYSIS PLUGIN... 3 1.3. ABOUT SOLVER PLUGIN...

More information

Chapter 6.1 Medians. Geometry

Chapter 6.1 Medians. Geometry Chapter 6.1 Medians Identify medians of triangles Find the midpoint of a line using a compass. A median is a segment that joins a vertex of the triangle and the midpoint of the opposite side. Median AD

More information

1.2 Adding Integers. Contents: Numbers on the Number Lines Adding Signed Numbers on the Number Line

1.2 Adding Integers. Contents: Numbers on the Number Lines Adding Signed Numbers on the Number Line 1.2 Adding Integers Contents: Numbers on the Number Lines Adding Signed Numbers on the Number Line Finding Sums Mentally The Commutative Property Finding Sums using And Patterns and Rules of Adding Signed

More information

CSE 544 Principles of Database Management Systems. Magdalena Balazinska Winter 2009 Lecture 4 - Schema Normalization

CSE 544 Principles of Database Management Systems. Magdalena Balazinska Winter 2009 Lecture 4 - Schema Normalization CSE 544 Principles of Database Management Systems Magdalena Balazinska Winter 2009 Lecture 4 - Schema Normalization References R&G Book. Chapter 19: Schema refinement and normal forms Also relevant to

More information

Chapter 5snow year.notebook March 15, 2018

Chapter 5snow year.notebook March 15, 2018 Chapter 5: Statistical Reasoning Section 5.1 Exploring Data Measures of central tendency (Mean, Median and Mode) attempt to describe a set of data by identifying the central position within a set of data

More information

2.830J / 6.780J / ESD.63J Control of Manufacturing Processes (SMA 6303) Spring 2008

2.830J / 6.780J / ESD.63J Control of Manufacturing Processes (SMA 6303) Spring 2008 MIT OpenCourseWare http://ocw.mit.edu.83j / 6.78J / ESD.63J Control of Manufacturing Processes (SMA 633) Spring 8 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Section 3.4: Diagnostics and Transformations. Jared S. Murray The University of Texas at Austin McCombs School of Business

Section 3.4: Diagnostics and Transformations. Jared S. Murray The University of Texas at Austin McCombs School of Business Section 3.4: Diagnostics and Transformations Jared S. Murray The University of Texas at Austin McCombs School of Business 1 Regression Model Assumptions Y i = β 0 + β 1 X i + ɛ Recall the key assumptions

More information