CONTENTS OF PART IV NOTES FOR SUMMER STATISTICS INSTITUTE COURSE COMMON MISTAKES IN STATISTICS SPOTTING THEM AND AVOIDING THEM

Size: px
Start display at page:

Download "CONTENTS OF PART IV NOTES FOR SUMMER STATISTICS INSTITUTE COURSE COMMON MISTAKES IN STATISTICS SPOTTING THEM AND AVOIDING THEM"

Transcription

1 1 2 CONTENTS OF PART IV NOTES FOR SUMMER STATISTICS INSTITUTE COURSE COMMON MISTAKES IN STATISTICS SPOTTING THEM AND AVOIDING THEM Part IV: Mistakes Invlving Regressin Dividing a Cntinuus Variable int Categries Suggestins MAY 24 27, 2010 Instructr: Martha K. Smith Cmmn Mistakes in Regressin Related t Mdel Assumptins 3 A. Over-fitting 4 Aviding ver-fitting 9 B. Using cnfidence intervals when predictin intervals are needed 11 C. Over-interpreting high R 2 16 D. Mistakes in interpretatin f cefficients 18 1.Interpreting a cefficient as a rate f change in Y instead f as a rate f change in the cnditinal mean f Y Nt taking cnfidence intervals fr cefficients int accunt Interpreting a cefficient that is nt statistically significant Interpreting cefficients in multiple regressin with the same language used fr a slpe in simple linear regressin Multiple inference n cefficients 22 E. Mistakes in selecting terms Assuming linearity is preserved when variables are drpped Prblems with stepwise mdel selectin prcedures 24 Dividing a Cntinuus Variable int Categries 27 Suggestins 32 Fr researchers 32 Planning research 32 Analyzing data 34 Writing up research 35 Fr reading research invlving statistics 37 Fr reviewers, referees, editrs, etc. 39 Fr teachers 40 References 42

2 3 4 A. Over-fitting COMMON MISTAKES IN REGRESSION RELATED TO MODEL ASSUMPTIONS B. Using Cnfidence Intervals when Predictin Intervals Are Needed C. Over-interpreting High R 2 D. Mistakes in Interpretatin f Cefficients E. Mistakes in Selecting Terms A. OVER-FITTING With fur parameters I can fit an elephant and with five I can make him wiggle his trunk. Jhn vn Neumann If we have n distinct x values and crrespnding y values fr each, it is pssible t find a curve ging exactly thrugh all n resulting pints (x, y); this can be dne by setting up a system f equatins and slving simultaneusly. But this is nt what regressin methds typically are designed t d. Mst regressin methds (e.g., least squares) estimate cnditinal means f the respnse variable given the explanatry variables. They are nt expected t g thrugh all the data pints. Fr example, with ne explanatry variable X (e.g., height) and respnse variable Y (e.g., weight), if we fix a value x f X, we have a cnditinal distributin f Y given X = x (e.g., the cnditinal distributin f weight fr peple with height x). This cnditinal distributin has an expected value (ppulatin mean), which we will dente E(Y X = x) (e.g., the mean weight f peple with height x). This is the cnditinal mean f Y given X = x. It depends n x -- in ther wrds, E(Y X = x) is a mathematical functin f x.

3 5 6 In least squares regressin (and mst ther kinds f regressin), ne f the mdel assumptins is that the cnditinal mean functin has a specified frm. Then we use the data t find a functin f x that apprximates the functin E(Y X = x). This is different frm, and subtler (and harder) than, finding a curve that ges thrugh all the data pints. Example: T illustrate, I have used simulated data: Five pints were sampled frm a jint distributin where the cnditinal mean E(Y X = x) is knwn t be x 2, and where each cnditinal distributin Y (X = x) is nrmal with standard deviatin 1. I used least squares regressin t estimate the cnditinal means by a quadratic curve y = a +bx + cx 2. That is, I used least squares regressin, with E(Y X=x) =! +"x + #x 2 as ne f the mdel assumptins, t btain estimates a, b, and c f!, ", and # (respectively), based n the data. There are ther ways f expressing this mdel assumptin, fr example, y =! +"x + #x 2 + $, r y i =! +"x i + #x i 2 + $ i The graph belw shws: The five data pints in red (ne at the left is mstly hidden by the green curve) The curve y = x 2 f cnditinal means (black) The graph f the calculated regressin equatin (in green). Nte that: The pints sampled frm the distributin d nt lie n the curve f means (black). The green curve is nt exactly the same as the black curve, but is clse. In this example, the sampled pints were mstly belw the curve f means. Since the regressin curve (green) was calculated using just the five sampled pints (red), the red pints are mre evenly distributed abve and belw it (green curve) than they are in relatin t the real curve f means (black).

4 Nte: In a real wrld example, we wuld nt knw the cnditinal mean functin (black curve) -- and in mst prblems, wuld nt even knw in advance whether it is linear, quadratic, r smething else. Thus, part f the prblem f finding an apprpriate regressin curve is figuring ut what kind f functin it shuld be. Cntinuing with this example, if we (naively) try t get a "gd fit" by trying a quartic (furth degree) regressin curve -- that is, using a mdel assumptin f the frm E(Y X=x) =! +" 1 x + " 2 x 2 + " 3 x 3 + " 4 x 4, we get the fllwing picture: 7 Yu can barely see any f the red pints in this picture. That s because they re all n the calculated regressin curve (green). We have fund a regressin curve that fits all the data! But it is nt a gd regressin curve -- because what we are really trying t estimate by regressin is the black curve (curve f cnditinal means). We have dne a rtten jb f that; we have made the mistake f ver-fitting. We have fit an elephant, s t speak. If we had instead tried t fit a cubic (third degree) regressin curve -- that is, using a mdel assumptin f the frm E(Y X=x) =! +" 1 x + " 2 x 2 + " 3 x 3, we wuld get smething mre wiggly than the quadratic fit and less wiggly than the quartic fit. Hwever, it wuld still be ver-fitting, since (by cnstructin) the crrect mdel assumptin fr these data wuld be a quadratic mean functin. 8

5 Hw can ver-fitting be avided? As with mst things in statistics, there are n hard and fast rules that guarantee success. Hwever, here sme guidelines. They apply t many ther types f statistical mdels (e.g., multilinear, mixed mdels, general linear mdels, hierarchical mdels) as well as least squares regressin. 1. Validate yur mdel (fr the mean functin, r whatever else yu are mdeling) if at all pssible. Gd and Hardin (2006, p. 188) list three general types f validatin methds: i. Independent validatin (e.g., wait till the future and see if predictins are accurate) This f curse is nt always pssible. ii. Split the sample. Use ne part fr mdel building, the ther fr validatin. See item II(c) f Data Snping fr mre discussin.) iii. Resampling methds. See Chapter 13 f Gd and Hardin (2006), and the further references prvided there, fr mre infrmatin Gather plenty f (ideally, well-sampled) data. If yu are gathering data (especially thrugh an experiment), be sure t cnsult the literature n ptimal design t plan the data cllectin t get the tightest pssible estimates frm the least amunt f data. Fr regressin, the values f the explanatry variable (x values, in the abve example) d nt usually need t be randmly sampled; chsing them carefully can minimize variances and thus give tighter estimates. Unfrtunately, there is nt much knwn abut sample sizes needed fr gd mdeling. Ryan (2009, p. 20) qutes Draper and Smith (1998) as suggesting that the number f bservatins shuld be at least ten times the number f terms. Gd and Hardin (2006, p. 183) ffer the fllwing cnjecturally: "If m pints are required t determine a univariate regressin line with sufficient precisin, then it will take at least m n bservatins and perhaps n!m n bservatins t apprpriately characterize and evaluate a regressin mdel with n variables." 3. Pay particular attentin t transparency and aviding verinterpretatin in reprting yur results. Fr example, be sure t state carefully what assumptins yu made, what decisins yu made, yur basis fr making these decisins, and what validatin prcedures yu used. Prvide (in supplementary nline material if necessary) enugh detail s that anther researcher culd replicate yur methds. 10

6 B. USING CONFIDENCE INTERVALS WHEN PREDICTION INTERVALS ARE NEEDED Recall frm the discussin f ver-fitting: The mdel assumptins fr least squares regressin assume that the cnditinal mean functin E(Y X = x) has a certain frm. The regressin estimatin prcedure then prduces a functin f the specified frm that estimates the true cnditinal mean functin. Fr example, if the mdel assumptin is that E(Y X=x) =! +"x, then least squares regressin will prduce an equatin f the frm y = a +bx, where a is an estimate f the true value! and b is an estimate f the true value ". Thus fr a particular value f x, # = a +bx 11 But nw suppse we want t estimate an actual value f Y when X = x, rather than just the cnditinal mean E(Y X = x). The nly estimate available fr an actual value f Y is # = a +bx, the same thing we used t estimate E(Y X = x). But since Y is a randm variable (whereas E(Y X = x) is a single number, nt a randm variable), we cannt expect t estimate Y as precisely as we can estimate the cnditinal mean E(Y X=x). i.e., even if # is a gd estimate f the cnditinal mean E(Y X = x), it might be a very a crude estimate f an actual value f Y. The graph belw illustrates this. The blue line is the actual line f cnditinal means. The yellw line is the calculated regressin line. The brwn x's shw sme values f Y when x = 3. The black square shws the value f the cnditinal mean f Y when x = is the estimate f E(Y X = x).

7 In this example, the estimate # fr x = 3 is virtually indistinguishable frm the cnditinal mean when x = 3, s # is a very gd estimate f the cnditinal mean. But if we are trying t estimate Y when x = 3, ur estimate # (black square) might be way ff -- fr example, the value f Y might turn ut t be at the highest brwn x r at the lwest. This illustrates hw the uncertainty f! as an estimate f Y is much greater than the uncertainty f! as an estimate f the cnditinal mean f Y. T estimate the uncertainty in ur estimate f the cnditinal mean E(Y X = x), we can cnstruct a cnfidence interval fr the cnditinal mean. But, as we ve just seen, the uncertainty in ur estimate f Y when X = x is greater than ur uncertainty f E(Y X = x). Thus, the cnfidence interval fr the cnditinal mean underestimates the uncertainty in ur use f! as an estimate f a value f Y (X = x). Instead, we need what is called a predictin interval, which takes int accunt the variability in the cnditinal distributin Y (X = x) as well as the uncertainty in ur estimate f the cnditinal mean E(Y (X = x). 13 Example: With the data used t create the abve plt: The 95% cnfidence interval fr the cnditinal mean when x = 3 is (6.634, 7.568) (giving a margin f errr f abut 0.5). But the 95% predictin interval fr Y when x = 3 is (5.139, 9.062) (giving a margin f errr f abut 2). Nte that the predictin interval includes all f the y-values assciated with x = 3 in the data used, except fr the highest ne, which it misses by a hair. Cmments: 1. Fr large enugh sample size, the least squares estimate f the cnditinal mean is fairly rbust t departures frm the mdel assumptin f nrmality f errrs. This depends n the Central Limit therem and the fact that the frmula fr # can be expressed as a linear cmbinatin f the y-values fr the data. Hwever, since the t-statistic used in calculating the predictin interval als invlves the cnditinal distributin directly, predictin is less rbust t departures frm nrmality. 14

8 2. The distinctin between variability and uncertainty is useful in understanding the distinctin between cnfidence intervals fr the cnditinal mean and predictin intervals: The cnfidence interval fr the cnditinal mean measures ur degree f uncertainty in ur estimate f the cnditinal mean. But the predictin interval must als take int accunt the variability in the cnditinal distributin. In fact, fr least squares simple linear regressin, The width f the cnfidence interval depends n the variance f # = ax + b as an estimatr f E(Y X = x). But the width f the predictin interval depends n the variance f # as an estimatr f Y (X = x). The variance f # as an estimatr f Y (X = x) is the sum f the cnditinal variance f Y (usually dented $ 2 ) and the variance f # as an estimatr f E(Y X = x). The first term ($ 2 ) is a measure f the variability in the cnditinal distributin. The secnd term (the variance f # as an estimatr f E(Y X = x)) is a measure f the uncertainty in the estimate f the cnditinal mean. The cnditinal variance $ 2 typically is the larger f these tw terms. 15 C. Over-interpreting High R 2 1. Just what is cnsidered high R 2 varies frm field t field. In many areas f the scial and bilgical sciences, an R 2 f 0.50 r 0.60 is cnsidered high. Hwever, Ck and Weisberg (1999) give an example f a simulated data set with 50 predictrs and 100 bservatins, where R 2 = 0.59, even thugh the respnse is independent f all the predictrs (s all regressrs have cefficient zer in the true mean functin). Hwever, the p-value f the F-statistic fr significance f the verall regressin was Nnetheless, six f the terms were individually significant at the.05 level, prviding an example f why adjusting fr multiple inferences is imprtant. 2. High R 2 can als ccur as a result ver-fitting. The R 2 fr the example f ver-fitting by a quartic curve was 1.00, since the curve went thrugh all the pints. 3. A regressin mdel giving apparently high R 2 may nt be as gd a fit as might be btained by a transfrmatin. Fr example, fr the data pictured belw, fitting a linear regressin (red line) t the data (blue -- DC utput f a windmill vs. wind speed) will give R 2 =

9 17 18 D. Mistakes in Interpretatin f Cefficients 1. Interpreting a cefficient as a rate f change in Y instead f as a rate f change in the cnditinal mean f Y. As pinted ut in the discussin f ver-fitting, the cmputed regressin equatin estimates the true cnditinal mean functin. Fr sme purpses this might be a gd enugh fit. Hwever, since the data indicate a clear curved trend, it is likely that a better fit can be fund by a suitable transfrmatin. Since the predictr wind speed is a rate (miles per hur), ne pssibility is that the reciprcal (hurs per mile) might be a natural chice f transfrmatin. Trying this gives R 2 = 0.98, and the plt belw shws that indeed a linear fit fr the transfrmed data makes mre sense than fr the untransfrmed data. Hw well it estimates the behavir f actual values f the randm variable depends n the variability f the respnse variable Y. Thus, interpreting the cmputed cefficients in terms f the respnse variable is ften misleading. Illustratin: In the graph shwn belw: The data are marked as green x s, The true line f cnditinal means, E(Y X = x) = 1 + 2x, is in vilet, and The fitted (cmputed) regressin line is in blue.

10 Nte that the fitted regressin line is clse t the true line f cnditinal means. The equatin f the fitted regressin line is (with cefficients runded t a reasnable degree) % = x. Thus it is accurate t say, "Fr each change f ne unit in x, the average change in the mean f Y is abut 2.18 units." It is nt accurate t say, "Fr each change f ne unit in x, Y changes abut 2.18 units." Fr example, we can see frm the graph that when x is 2, Y might be anywhere between a little belw 4 t a little abve 5.5; when x is 3, Y might be anywhere frm a little mre than 5.5 t a little mre than 9. S when ging frm x = 2 t x = 3, the change in Y might be almst zer, r it might be as large as 5.5 units Nt taking cnfidence intervals fr cefficients int accunt. Even when a regressin cefficient is (crrectly) interpreted as a rate f change f a cnditinal mean (rather than a rate f change f the respnse variable), it is imprtant t take int accunt the uncertainty in the estimatin f the regressin cefficient. T illustrate, in the example used in item 1 abve, the cmputed regressin line has equatin % = x. Hwever, a 95% cnfidence interval fr the slpe is (1.80, 2.56). S saying, "The rate f change f the cnditinal mean f Y with respect t x is estimated t be between 1.80 and 2.56" is usually preferable t saying, "The rate f change f the cnditinal mean Y with respect t x is abut 2.18." Hwever, the decisin needs t be made n the basis f what difference is practically imprtant. Fr example, if the width f the cnfidence interval is less than the precisin f measurement, there is n harm in neglecting the range. Anther factr that is als imprtant in deciding what level f accuracy t use is what level f accuracy yur audience can handle; this, hwever, needs t be balanced with the pssible cnsequences f nt cmmunicating the uncertainty in the results f the analysis. 20

11 Interpreting a cefficient that is nt statistically significant. Interpretatins f results that are nt statistically significant are made surprisingly ften. If the t-test fr a regressin cefficient is nt statistically significant, it is nt apprpriate t interpret the cefficient. A better alternative might be t say, "N statistically significant linear dependence f the mean f Y n x was detected. (This is really just a special case f the mistake in item 2. Hwever, it is frequent enugh t deserve explicit mentin.) 5. Multiple inference n cefficients. When interpreting mre than ne cefficient in a regressin equatin, it is imprtant t use apprpriate methds fr multiple inference, rather than using just the individual cnfidence intervals that are autmatically given by mst sftware. One technique fr multiple inference in regressin is using cnfidence regins. See, fr example, Weisberg (2005, Sectin 5.5, pp ) r Ck and Weisberg (1999, Sectin 10.8, pp ). 4. Interpreting cefficients in multiple regressin with the same language used fr a slpe in simple linear regressin. Even when there is an exact linear dependence f ne variable n tw thers, the interpretatin f cefficients is nt as simple as fr a slpe with ne dependent variable. Example: If y = 1 + 2x 1 + 3x 2, it is nt accurate t say, "Fr each change f 1 unit in x 1, y changes 2 units". What is crrect is t say, "If x 2 is fixed, then fr each change f 1 unit in x 1, y changes 2 units." Similarly, if the cmputed regressin line is % = 1 + 2x 1 + 3x 2, with cnfidence interval (1.5, 2.5), then a crrect interpretatin wuld be, "The estimated rate f change f the cnditinal mean f Y with respect t x 1, when x 2 is fixed, is between 1.5 and 2.5 units." Fr mre n interpreting cefficients in multiple regressin, see Sectin 4.3 (pp ) f Ryan (2009).

12 E. Mistakes in Selecting Terms When trying t frm a regressin mdel, it is usually desirable t include as few terms as pssible while still giving a gd mdel. Varius prcedures have been develped t help try t decide which explanatry variables can be drpped withut imprtant lss f infrmatin. Hwever, these prcedures are ften used inapprpriately. Here are sme cmmn mistakes that may ccur in variable selectin. 1. Assuming linearity is preserved when variables are drpped One cmmn mistake in using "variable selectin" methds is t assume that if ne r mre variables are drpped, then the apprpriate mdel using the remaining variables can be btained simply by deleting the drpped variables frm the "full mdel" (i.e., the mdel with all the explanatry variables). This assumptin is in general false. Example: If the true mdel is E(Y X 1, X 2 ) = 1 + 2X 1 +3X 2, then a linear mdel fits when Y is regressed n bth X 1 and X 2. But if in additin, E(X 2 X 1 ) = lg(x 1 ), then it can be calculated that E(Y X 1 ) = 1 +2X 1 + 3lg(X 1 ), which shws that a linear mdel des nt fit when Y is regressed n X 1 alne (and, in particular, that the mdel E(Y X 1 ) = 1 +2X 1 is incrrect.) 23 One methd that smetimes wrks t get arund this prblem is t transfrm the variables t have a multivariate nrmal distributin, and then wrk with the transfrmed variables. This will ensure that the cnditinal means are a linear functin f the transfrmed explanatry variables, n matter which subset f explanatry variables is chsen. Such a transfrmatin is smetimes pssible with sme variant f a Bx-Cx transfrmatin prcedure. See, e.g., Ck and Weisberg (1999, pp. 236 and ) fr mre details. 2. Prblems with Stepwise Mdel Selectin Prcedures "... perhaps the mst serius surce f errr lies in letting statistical prcedures make decisins fr yu." "Dn't be t quick t turn n the cmputer. Bypassing the brain t cmpute by reflex is a sure recipe fr disaster." Gd and Hardin (2006, p. 3, p. 152) Varius cmputer algrithms have been develped fr aiding in mdel selectin. Many f them are "autmatic", in the sense that they have a "stpping rule" (which it might be pssible fr the researcher t set r change frm a default value) based n criteria such as the value f a t-statistic r an F-statistic. Others might be better termed "semi-autmatic," in the sense that they autmatically list varius ptins and values f measures that might be used t help evaluate them. 24

13 Cautin: Different regressin sftware may use the same name t designate different algrithms. Frward Selectin" and "Backward Eliminatin" are tw examples Be sure t read the dcumentatin t knw find ut just what the algrithm des in the sftware yu are using -- in particular, whether it has a stpping rule r is f the "semiautmatic" variety. Ck and Weisberg (1999, p. 280) cmment, "We d nt recmmend such stpping rules fr rutine use since they can reject perfectly reasnable submdels frm further cnsideratin. Stepwise prcedures are easy t explain, inexpensive t cmpute, and widely used. The cmparative simplicity f the results frm stepwise regressin with mdel selectin rules appeals t many analysts. But, such algrithmic mdel selectin methds must be used with cautin." They give an example (2006, pp ) illustrating hw stepwise regressin algrithms will generally result in mdels suggesting that the remaining terms are mre imprtant than they really are, and that the R 2 values f the submdels btained may be misleadingly large. Ryan (2009, pp and ) elabrates n these pints. One underlying prblem with methds based n t r F statistics is that they ignre prblems f multiple inference. 25 Alternatives t Stepwise Selectin Methds There are varius criteria that may be cnsidered in evaluating mdels. One that has intuitive appeal is Mallw's C-statistic. It is an estimate f Mean Square Errr, and can als be regarded as a measure that accunts fr bth bias and variance. 3 See, e.g., Ck and Weisberg (1999, pp ), Ryan (2009, pp and ), R. Berk (2004, pp ), Smith (2008) Other aids include Akaike's Infrmatin Criterin (and variatins) and Added Variable Plts. And, f curse, cntext can be imprtant t cnsider in deciding n a mdel. Fr example, the questins f interest can dictate that certain variables need t remain in the mdel; r quality f data can help decide which f tw variables t retain. Several cnsideratins may cme int play in deciding n a mdel. Als, ther regressin methds (e.g., Ridge Regressin) may be useful instead f Least Squares Regressin. Fr mre discussin f mdel selectin methds, see Ck and Weisberg (1999, Chapters 10, 11 and 17-20); Ryan (2009, Chapters 7, 11, 12 and references therein); Berk (2004, pp ); Gd and Hardin (2006, Chapters 10, 11, Appendix A); and Harrell (2001) 26

14 DIVIDING A CONTINUOUS VARIABLE INTO CATEGORIES This is nt really a matter f ignring mdel assumptins, but f using a methd that at best can be expected t give less infrmatin than a mre apprpriate methd, and at wrst can give misleading results. It is als knwn by ther names such as "discretizing," "chpping data," r "binning". Specific methds smetimes used include "median split" r "extreme third tails". Whatever yu call it, it s usually a bad idea. Exceptins: Cmparing new data with existing data where nly the categries are knwn, nt the values f the cntinuus variable. Here, it s a necessarily evil; see item 3 belw. Explaining an idea t an audience that lacks the sphisticatin fr the full analysis. Hwever, this shuld nly be dne when the full analysis has been dne and justifies the result that is illustrated by the simpler technique using categrizing. See Gelman and Park (2008) fr an example. See als item 5 belw When ding hypthesis tests, the lss f infrmatin when dividing cntinuus variables int categries typically translates int lsing pwer. See Van Belle (2008, pp fr mre discussin and references. See McLelland (2002) fr an nline cmputer demnstratin. 2. The lss f infrmatin invlved in chsing bins t make a histgram can result in a misleading histgram. Example: The fllwing three graphs are all histgrams f the same data (the times between successive eruptins f the Old Faithful geyser in Yellwstne Natinal Park). The first has five bins, the secnd seven bins, and the third 14 bins. 28 Instead f chpping the data, use a technique (such as regressin) that can wrk with the cntinuus variable. The basic reasn is intuitive: If yu chp the data, yu are tssing away infrmatin. The lss f infrmatin can ccur in varius ways with varius cnsequences. Here are sme:

15 Nte that that histgram with nly five bins des nt pick up the bimdality f the data; the histgram with seven bins hints at it; and the histgram with 14 bins shws it mre clearly. The prblem with bins in a histgram is the reasn why histgrams are nt gd fr checking mdels assumptins such as nrmality. Sme sftware has a "kernel density" feature that can give a smthed visual estimate f the distributin f data. This is usually better than a histgram fr getting a sense f the distributin. Here s an example fr the data abve: the histgram n the left has five bins, the histgram n the right 14; nte that the smthed estimate f the distributin is the same in bth cases Cllecting cntinuus data by categries can als cause headaches later n. Gd and Hardin (2006, pp ) give an example f a lng-term study invlving incmes. The data were cllected in categries f ten thusand dllars. Because f inflatin, purchasing pwer decreased nticeably frm the beginning t the end f the study. The categrizatin f incme made it virtually impssible t crrect fr inflatin. 4. Wainer, Gessarli, and Verdi (2006 pp ; r Wainer, 2009 Chapter 14) argue that if a large enugh sample is drawn frm tw uncrrelated variables, it is pssible t grup the variables ne way s that the binned means shw an increasing trend, and anther way s that they shw a decreasing trend. They cnclude that if the riginal data are available, ne shuld lk at the scatterplt rather than at binned data. Mral: If there is a gd justificatin fr binning data in an analysis, it shuld be "befre the fact" -- yu culd therwise be accused f manipulating the data t get the results yu want! 30 Althugh using such a smther is better than a histgram fr giving the shape f the data, the result is nly as gd at the data; a small data set may give a misleading idea f the underlying distributin.

16 5. There are times when cntinuus data must be dichtmized, fr example in deciding a cut-ff fr diagnstic criteria. When this is the case, it s imprtant t chse the cut-ff carefully, and t cnsider the sensitivity, specificity, and psitive predictive value. Fr definitins and further references, see d.html and references therein. Fr an example f hw iffy making such cut-ffs can be, see Ott, (2008). 31 Suggestins fr Researchers SUGGESTIONS The mst cmmn errr in statistics is t assume that statistical prcedures can take the pace f sustained effrt. Gd and Hardin (2006, p. 186) Thrughut: Lk fr, take int accunt, and reprt surces f uncertainty. Specific suggestins fr planning research: Decide what questins yu will be studying. Trying t study t many things at nce is likely t create prblems with multiple testing, s it may be wise t limit yur study. If yu will be gathering data, think abut hw yu will gather and analyze it befre yu start t gather the data. Read reprts n related research, fcusing n prblems that were encuntered and hw yu might get arund them and/r hw yu might plan yur research t fill in gaps in current knwledge in the area. If yu are planning an experiment, lk fr all pssible surces f variability and design yur experiment t take these int accunt as much as pssible.! The design will depend n the particular situatin.! The literature n design f experiments is extensive; cnsult it.! Remember that the design affects what methd f analysis is apprpriate. If yu are gathering bservatinal data, think abut pssible cnfunding factrs and plan yur data gathering t reduce cnfunding. 32

17 33 34 Be sure t recrd any time and spatial variables, r any ther variables that might influence utcme, whether r nt yu initially plan t use them in yur analysis. Als think abut any factrs that might make the sample biased.! Yu may need t limit yur study t a smaller ppulatin than riginally intended. Think carefully abut what measures yu will use.! If yur data gathering invlves asking questins, put careful thught int chsing and phrasing them. Then check them ut with a test-run and revise as needed. Think carefully abut hw yu will randmize (fr an experiment) r sample (fr an bservatinal study). Think carefully abut whether r nt the mdel assumptins f yur intended methd f analysis are likely t be reasnable.! If nt, revise either yur plan fr data gathering r yur plan fr analysis, r bth. Cnduct a pilt study t truble sht and btain variance estimates fr a pwer analysis.! Revise plans as needed. D a pwer analysis t estimate what sample size yu need t detect meaningful differences.! Revise plans as needed. Plan hw t deal with multiple inferences, including data snping questins that might arise later. If yu plan t use existing data, mdify the suggestins abve, as in the suggestins under Data Snping (Part III) Fr additinal suggestins, see van Belle (2008, Chapter 8). Specific suggestins fr analyzing data: Befre ding any frmal analysis, ask whether r nt the mdel assumptins f the prcedure are plausible in the cntext f the data. Plt the data (r residuals, as apprpriate) as pssible t get additinal checks n whether r nt mdel assumptins hld. If mdel assumptins appear t be vilated, cnsider transfrmatins f the data r using alternate methds f analysis as apprpriate. If mre than ne statistical inference is used, be sure t take that int accunt by using apprpriate methdlgy fr multiple inference. If yu use hypthesis tests, be sure t calculate cnfidence intervals as well. But be aware that there might als be ther surces f uncertainty nt captured by cnfidence intervals.

18 Specific suggestins fr writing up research: Critics may cmplain that we advcate interpreting reprts nt merely with a grain f salt but with an entire shaker; s be it.... Neither sciety nr we can affrd t be led dwn false pathways. Gd and Hardin (2006, p. 119) Until a happier future arrives, imperfectins in mdels require further thught, and rutine disclsure f imperfectins wuld be helpful. David Freedman (2008, p. 61) Aim fr transparency. Include enugh detail s the reader can critique bth the data gathering and the analysis.! Lk fr and reprt pssible surces f bias r ther surces f additinal uncertainty in results.! Fr mre detailed suggestins n recgnizing and reprting bias, see Chapter 1 and pp f Gd and Hardin (2006). All f Chapter 7 f that bk is a gd supplement t the suggestins here.! Cnsider including a "limitatins" sectin, but be sure t reiterate r summarize the limitatins in stating cnclusins -- including in the abstract. Include enugh detail s that anther researcher culd replicate bth the data gathering and the analysis.! Fr example, "SAS Prc Mixed was used" is nt adequate detail. Yu als need t explain which factrs were fixed, which randm, which nested, etc. 35 If space limitatins d nt permit all the detail needed t be included in the actual paper, prvide them in a website t accmpany the article.! Sme jurnals nw include websites fr supplementary infrmatin; publish in these them when pssible. When citing surces, give explicit page numbers, especially fr bks. Include discussin f why the analyses used are apprpriate i.e., why mdel assumptins are well enugh satisfied fr the rbustness criteria fr the specific technique, r whether they are iffy. This might g in a supplementary infrmatin website. If yu d hypthesis testing, be sure t reprt p-values (rather than just phrases such as "significant at the.05 level") and als give cnfidence intervals. In sme situatins, ther measures such as "number t treat" wuld be apprpriate. See pp f van Belle (2008) fr mre discussin. Be careful t use language (bth in the abstract and in the bdy f the article) that expresses any uncertainty and limitatins. If yu have built a mdel, be sure t explain the decisins that went int the selectin f that mdel See Gd and Hardin (2006, pp ) fr mre suggestins Fr mre suggestins and details, see Chapters 8 and 9 f van Belle (2008) Chapters 7 and 9 f Gd and Hardin (2006) Harris et al (2009) Miller (2004) Rbbins (2004) Strasak et al (2007) 36

19 Suggestins fr Reading Research Invlving Statistics "Sme experts think peer review validates published research. Fr thse f us wh have been editrs, assciate editrs, reviewers, r the targets f peer review, this argument may ring hllw. Even fr careful readers f jurnal articles, the argument may seem a little farfetched. David Freedman, Chance 2008, v. 21 N 1, p. 61 Overarching Guideline: Lk fr surces f uncertainty. Specific suggestins: D nt just read the abstract. Abstracts smetimes fcus n cnclusins that are mre speculative than the data warrant. Identify the exact research questin(s) the researchers are asking. Decide if this is a questin that yu are interested in. Fr example, if yu are interested in the effect f a medicatin n hip fractures, is this the endpint that the researchers have studied, r have they just studied a prxy such as bne density? Determine the type f study: bservatinal r experimental; explratry r cnfirmatry. This will influence the strength f the cnclusins that can be drawn. 37 Identify the measures the researchers are using. Decide hw well they fit what yu are lking fr frm the study. Fr example, if yur interest is in hw well a medicatin r lifestyle change will reduce yur chances f having a hip fracture, a study with utcme based n hip fractures will be mre infrmative that ne with utcme bne density. Pay attentin t hw the sample(s) were chsen. Think abut any factrs that might make the sample biased. Results frm a biased sample are unreliable, althugh smetimes they might give sme infrmatin abut a smaller ppulatin than intended. Remember that vluntary respnse samples are usually biased. Have the researchers explained why the statistical prcedures they have used are apprpriate fr the data they are analyzing? In particular, have they given gd reasns why the mdel assumptins fit the cntext? If nt, their results shuld have less credibility than if the mdel has been shwn t fit the cntext well. If there is multiple inference n the same data, have the authrs taken that int accunt in deciding significance r cnfidence levels? If hypthesis tests are used, are cnfidence intervals als given? The cnfidence intervals can give a better idea f the range f uncertainty due t sampling variability. But be aware that there might als be ther surces f uncertainty nt captured by cnfidence intervals (e.g., bias r lack f fit f mdel assumptins). Have claims been limited t the ppulatin frm which the data are actually gathered? 38

20 Have the authrs taken practical significance as well as statistical significance? Is the pwer f statistical tests large enugh t warrant claims f n difference? See Gd (2006, Chapter 8) fr mre suggestins and detail. See van Belle (2008, Chapter 7) fr items specific t Evidence Based Medicine. Suggestins fr Reviewers, Referees, Editrs, and Members f Institutinal Review Bards Base acceptance n the quality f the design, implementatin, analysis, and writing f the research, nt n the results f analysis See Suggestins fr Researchers and Suggestins fr Reading Research abve. Check t be sure pwer calculatins are prspective, nt retrspective. Advcate fr changing plicies if necessary t prmte best practices. Fr mre suggestins, see Cyne (2009, p. 51) 39 Suggestins fr Teachers f Statistics Emphasize that uncertainty is ften unavidable; we can best deal with it by seeking t knw where it may ccur and trying t estimate hw large it is. Be willing t say, "I dn't knw" when apprpriate. Pint ut the differences between rdinary and technical uses f wrds. Be sure t include sme discussin f skewed distributins. Emphasize that every statistical technique depends n mdel assumptins. Frm the habit f checking if the mdel assumptins are reasnable befre applying a prcedure. Expect yur students t d the same. Give assessment questins that ask the student t decide which techniques are apprpriate. Discuss rbustness. When a test fails t reject the null hypthesis, d nt accept the null hypthesis unless a pwer calculatin has shwn that the test will detect a practically significant difference, r unless there is sme ther carefully thught ut decisin criterin that has been met. Expect yur students t d the same. Remember, and emphasize, that ne study des nt prve anything. In particular, d nt use strng language such as "We cnclude that...", "This prves that...", 'This shws that... is..." Instead, use mre hnest language such as, "These data supprt the claim that..." r "This experiment suggests that..." Expect yur students t d the same. Fr mre suggestins fr intrductry curses, see American Statistical Assciatin (2005). 40

21 41 42 In intrductry curses, try t cautin yur students abut the prblems with multiple inference, even if yu can't g int detail. In advanced curses, be sure t discuss the prblems f multiple inference. REFERENCES American Statistical Assciatin (2005), Guidelines fr Assessment and Instructin in Statistics Educatin (GAISE) Cllege Reprt, dwnlad frm R. A. Berk (2004), Regressin Analysis: A Cnstructive Critique, Sage R. D. Ck and S. Weisberg (1999), Applied Regressin Including Cmputing and Graphics, Wiley J. Cyne (2009), Are mst psitive findings in health psychlgy false r at least smewhat exaggerated?, Eurpean Health Psychlgist, Vl. 11, N. 3, pp N. Draper and H. Smith (1998), Applied Regressin Analysis, Wiley D. Freedman (2008), Editrial: Oasis r Mirage?, Chance v. 21 N 1, pp Gelman and Park (2008), Splitting a predictr at the upper quarter r third, American Statistician 62, N. 4, pp. 1-8, s5.pdf P. Gd and J. Hardin (2006), Cmmn Errrs in Statistics (and Hw t Avid Them), Wiley F. E. Harrell (2001), Regressin Mdeling Strategies, Springer. Harris, A. H. S., R. Reeder and J. K. Hyun (2009), Cmmn statistical and research design prblems in manuscripts submitted t high-impact psychiatry jurnals: What editrs and reviewers

22 43 want authrs t knw, Jurnal f Psychiatric Research, vl 43 n15, G. McLelland (2002), Negative Cnsequences f Dichtmizing Cntinuus Predictr Variables, nline dem at Miller, Jane (2004), The Chicag Guide t Writing abut Numbers: The Effective Presentatin f Quantitative Infrmatin, University f Chicag Press Ott, S. (2008), T and Z scres and WHO definitins, Osteprsis and Bne Physilgy Page, Rbbins, N. (2004), Creating Mre Effective Graphs, Wiley. T. Ryan (2009), Mdern Regressin Methds, Wiley M. Smith (2008), Lecture Ntes n Selecting Terms, Strasak, A. M. et al (2007), The Use f Statistics in Medical Research, The American Statistician. February 1, 2007, 61(1): van Belle, G. (2008) Statistical Rules f Thumb, Wiley Wainer, Gessarli, and Verdi (2006), Finding What Is Nt There thrugh the Unfrtunate Binning f Results: The Mendel Effect, Chance Magazine, vl. 19, N. 1, pp Essentially the same article appears as Chapter14 in Wainer (2009), Picturing the Uncertain Wrld, Princetn University Press.

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came.

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came. MATH 1342 Ch. 24 April 25 and 27, 2013 Page 1 f 5 CHAPTER 24: INFERENCE IN REGRESSION Chapters 4 and 5: Relatinships between tw quantitative variables. Be able t Make a graph (scatterplt) Summarize the

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank CAUSAL INFERENCE Technical Track Sessin I Phillippe Leite The Wrld Bank These slides were develped by Christel Vermeersch and mdified by Phillippe Leite fr the purpse f this wrkshp Plicy questins are causal

More information

AP Statistics Practice Test Unit Three Exploring Relationships Between Variables. Name Period Date

AP Statistics Practice Test Unit Three Exploring Relationships Between Variables. Name Period Date AP Statistics Practice Test Unit Three Explring Relatinships Between Variables Name Perid Date True r False: 1. Crrelatin and regressin require explanatry and respnse variables. 1. 2. Every least squares

More information

Internal vs. external validity. External validity. This section is based on Stock and Watson s Chapter 9.

Internal vs. external validity. External validity. This section is based on Stock and Watson s Chapter 9. Sectin 7 Mdel Assessment This sectin is based n Stck and Watsn s Chapter 9. Internal vs. external validity Internal validity refers t whether the analysis is valid fr the ppulatin and sample being studied.

More information

INSTRUMENTAL VARIABLES

INSTRUMENTAL VARIABLES INSTRUMENTAL VARIABLES Technical Track Sessin IV Sergi Urzua University f Maryland Instrumental Variables and IE Tw main uses f IV in impact evaluatin: 1. Crrect fr difference between assignment f treatment

More information

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) >

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) > Btstrap Methd > # Purpse: understand hw btstrap methd wrks > bs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(bs) > mean(bs) [1] 21.64625 > # estimate f lambda > lambda = 1/mean(bs);

More information

[COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t o m a k e s u r e y o u a r e r e a d y )

[COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t o m a k e s u r e y o u a r e r e a d y ) (Abut the final) [COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t m a k e s u r e y u a r e r e a d y ) The department writes the final exam s I dn't really knw what's n it and I can't very well

More information

Lab 1 The Scientific Method

Lab 1 The Scientific Method INTRODUCTION The fllwing labratry exercise is designed t give yu, the student, an pprtunity t explre unknwn systems, r universes, and hypthesize pssible rules which may gvern the behavir within them. Scientific

More information

Resampling Methods. Chapter 5. Chapter 5 1 / 52

Resampling Methods. Chapter 5. Chapter 5 1 / 52 Resampling Methds Chapter 5 Chapter 5 1 / 52 1 51 Validatin set apprach 2 52 Crss validatin 3 53 Btstrap Chapter 5 2 / 52 Abut Resampling An imprtant statistical tl Pretending the data as ppulatin and

More information

AP Statistics Notes Unit Two: The Normal Distributions

AP Statistics Notes Unit Two: The Normal Distributions AP Statistics Ntes Unit Tw: The Nrmal Distributins Syllabus Objectives: 1.5 The student will summarize distributins f data measuring the psitin using quartiles, percentiles, and standardized scres (z-scres).

More information

PSU GISPOPSCI June 2011 Ordinary Least Squares & Spatial Linear Regression in GeoDa

PSU GISPOPSCI June 2011 Ordinary Least Squares & Spatial Linear Regression in GeoDa There are tw parts t this lab. The first is intended t demnstrate hw t request and interpret the spatial diagnstics f a standard OLS regressin mdel using GeDa. The diagnstics prvide infrmatin abut the

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

4th Indian Institute of Astrophysics - PennState Astrostatistics School July, 2013 Vainu Bappu Observatory, Kavalur. Correlation and Regression

4th Indian Institute of Astrophysics - PennState Astrostatistics School July, 2013 Vainu Bappu Observatory, Kavalur. Correlation and Regression 4th Indian Institute f Astrphysics - PennState Astrstatistics Schl July, 2013 Vainu Bappu Observatry, Kavalur Crrelatin and Regressin Rahul Ry Indian Statistical Institute, Delhi. Crrelatin Cnsider a tw

More information

Math Foundations 20 Work Plan

Math Foundations 20 Work Plan Math Fundatins 20 Wrk Plan Units / Tpics 20.8 Demnstrate understanding f systems f linear inequalities in tw variables. Time Frame December 1-3 weeks 6-10 Majr Learning Indicatrs Identify situatins relevant

More information

Writing Guidelines. (Updated: November 25, 2009) Forwards

Writing Guidelines. (Updated: November 25, 2009) Forwards Writing Guidelines (Updated: Nvember 25, 2009) Frwards I have fund in my review f the manuscripts frm ur students and research assciates, as well as thse submitted t varius jurnals by thers that the majr

More information

Modelling of Clock Behaviour. Don Percival. Applied Physics Laboratory University of Washington Seattle, Washington, USA

Modelling of Clock Behaviour. Don Percival. Applied Physics Laboratory University of Washington Seattle, Washington, USA Mdelling f Clck Behaviur Dn Percival Applied Physics Labratry University f Washingtn Seattle, Washingtn, USA verheads and paper fr talk available at http://faculty.washingtn.edu/dbp/talks.html 1 Overview

More information

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical mdel fr micrarray data analysis David Rssell Department f Bistatistics M.D. Andersn Cancer Center, Hustn, TX 77030, USA rsselldavid@gmail.cm

More information

Weathering. Title: Chemical and Mechanical Weathering. Grade Level: Subject/Content: Earth and Space Science

Weathering. Title: Chemical and Mechanical Weathering. Grade Level: Subject/Content: Earth and Space Science Weathering Title: Chemical and Mechanical Weathering Grade Level: 9-12 Subject/Cntent: Earth and Space Science Summary f Lessn: Students will test hw chemical and mechanical weathering can affect a rck

More information

Name: Block: Date: Science 10: The Great Geyser Experiment A controlled experiment

Name: Block: Date: Science 10: The Great Geyser Experiment A controlled experiment Science 10: The Great Geyser Experiment A cntrlled experiment Yu will prduce a GEYSER by drpping Ments int a bttle f diet pp Sme questins t think abut are: What are yu ging t test? What are yu ging t measure?

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

Hypothesis Tests for One Population Mean

Hypothesis Tests for One Population Mean Hypthesis Tests fr One Ppulatin Mean Chapter 9 Ala Abdelbaki Objective Objective: T estimate the value f ne ppulatin mean Inferential statistics using statistics in rder t estimate parameters We will be

More information

Distributions, spatial statistics and a Bayesian perspective

Distributions, spatial statistics and a Bayesian perspective Distributins, spatial statistics and a Bayesian perspective Dug Nychka Natinal Center fr Atmspheric Research Distributins and densities Cnditinal distributins and Bayes Thm Bivariate nrmal Spatial statistics

More information

We say that y is a linear function of x if. Chapter 13: The Correlation Coefficient and the Regression Line

We say that y is a linear function of x if. Chapter 13: The Correlation Coefficient and the Regression Line Chapter 13: The Crrelatin Cefficient and the Regressin Line We begin with a sme useful facts abut straight lines. Recall the x, y crdinate system, as pictured belw. 3 2 1 y = 2.5 y = 0.5x 3 2 1 1 2 3 1

More information

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving.

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving. Sectin 3.2: Many f yu WILL need t watch the crrespnding vides fr this sectin n MyOpenMath! This sectin is primarily fcused n tls t aid us in finding rts/zers/ -intercepts f plynmials. Essentially, ur fcus

More information

Five Whys How To Do It Better

Five Whys How To Do It Better Five Whys Definitin. As explained in the previus article, we define rt cause as simply the uncvering f hw the current prblem came int being. Fr a simple causal chain, it is the entire chain. Fr a cmplex

More information

Assessment Primer: Writing Instructional Objectives

Assessment Primer: Writing Instructional Objectives Assessment Primer: Writing Instructinal Objectives (Based n Preparing Instructinal Objectives by Mager 1962 and Preparing Instructinal Objectives: A critical tl in the develpment f effective instructin

More information

Kinetic Model Completeness

Kinetic Model Completeness 5.68J/10.652J Spring 2003 Lecture Ntes Tuesday April 15, 2003 Kinetic Mdel Cmpleteness We say a chemical kinetic mdel is cmplete fr a particular reactin cnditin when it cntains all the species and reactins

More information

We can see from the graph above that the intersection is, i.e., [ ).

We can see from the graph above that the intersection is, i.e., [ ). MTH 111 Cllege Algebra Lecture Ntes July 2, 2014 Functin Arithmetic: With nt t much difficulty, we ntice that inputs f functins are numbers, and utputs f functins are numbers. S whatever we can d with

More information

CHM112 Lab Graphing with Excel Grading Rubric

CHM112 Lab Graphing with Excel Grading Rubric Name CHM112 Lab Graphing with Excel Grading Rubric Criteria Pints pssible Pints earned Graphs crrectly pltted and adhere t all guidelines (including descriptive title, prperly frmatted axes, trendline

More information

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents WRITING THE REPORT Organizing the reprt Mst reprts shuld be rganized in the fllwing manner. Smetime there is a valid reasn t include extra chapters in within the bdy f the reprt. 1. Title page 2. Executive

More information

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation III-l III. A New Evaluatin Measure J. Jiner and L. Werner Abstract The prblems f evaluatin and the needed criteria f evaluatin measures in the SMART system f infrmatin retrieval are reviewed and discussed.

More information

Experiment #3. Graphing with Excel

Experiment #3. Graphing with Excel Experiment #3. Graphing with Excel Study the "Graphing with Excel" instructins that have been prvided. Additinal help with learning t use Excel can be fund n several web sites, including http://www.ncsu.edu/labwrite/res/gt/gt-

More information

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10]

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10] EECS 270, Winter 2017, Lecture 3 Page 1 f 6 Medium Scale Integrated (MSI) devices [Sectins 2.9 and 2.10] As we ve seen, it s smetimes nt reasnable t d all the design wrk at the gate-level smetimes we just

More information

Getting Involved O. Responsibilities of a Member. People Are Depending On You. Participation Is Important. Think It Through

Getting Involved O. Responsibilities of a Member. People Are Depending On You. Participation Is Important. Think It Through f Getting Invlved O Literature Circles can be fun. It is exciting t be part f a grup that shares smething. S get invlved, read, think, and talk abut bks! Respnsibilities f a Member Remember a Literature

More information

SIZE BIAS IN LINE TRANSECT SAMPLING: A FIELD TEST. Mark C. Otto Statistics Research Division, Bureau of the Census Washington, D.C , U.S.A.

SIZE BIAS IN LINE TRANSECT SAMPLING: A FIELD TEST. Mark C. Otto Statistics Research Division, Bureau of the Census Washington, D.C , U.S.A. SIZE BIAS IN LINE TRANSECT SAMPLING: A FIELD TEST Mark C. Ott Statistics Research Divisin, Bureau f the Census Washingtn, D.C. 20233, U.S.A. and Kenneth H. Pllck Department f Statistics, Nrth Carlina State

More information

NUMBERS, MATHEMATICS AND EQUATIONS

NUMBERS, MATHEMATICS AND EQUATIONS AUSTRALIAN CURRICULUM PHYSICS GETTING STARTED WITH PHYSICS NUMBERS, MATHEMATICS AND EQUATIONS An integral part t the understanding f ur physical wrld is the use f mathematical mdels which can be used t

More information

EASTERN ARIZONA COLLEGE Introduction to Statistics

EASTERN ARIZONA COLLEGE Introduction to Statistics EASTERN ARIZONA COLLEGE Intrductin t Statistics Curse Design 2014-2015 Curse Infrmatin Divisin Scial Sciences Curse Number PSY 220 Title Intrductin t Statistics Credits 3 Develped by Adam Stinchcmbe Lecture/Lab

More information

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS 1 Influential bservatins are bservatins whse presence in the data can have a distrting effect n the parameter estimates and pssibly the entire analysis,

More information

Simple Linear Regression (single variable)

Simple Linear Regression (single variable) Simple Linear Regressin (single variable) Intrductin t Machine Learning Marek Petrik January 31, 2017 Sme f the figures in this presentatin are taken frm An Intrductin t Statistical Learning, with applicatins

More information

What is Statistical Learning?

What is Statistical Learning? What is Statistical Learning? Sales 5 10 15 20 25 Sales 5 10 15 20 25 Sales 5 10 15 20 25 0 50 100 200 300 TV 0 10 20 30 40 50 Radi 0 20 40 60 80 100 Newspaper Shwn are Sales vs TV, Radi and Newspaper,

More information

Inference in the Multiple-Regression

Inference in the Multiple-Regression Sectin 5 Mdel Inference in the Multiple-Regressin Kinds f hypthesis tests in a multiple regressin There are several distinct kinds f hypthesis tests we can run in a multiple regressin. Suppse that amng

More information

Fall 2013 Physics 172 Recitation 3 Momentum and Springs

Fall 2013 Physics 172 Recitation 3 Momentum and Springs Fall 03 Physics 7 Recitatin 3 Mmentum and Springs Purpse: The purpse f this recitatin is t give yu experience wrking with mmentum and the mmentum update frmula. Readings: Chapter.3-.5 Learning Objectives:.3.

More information

How do scientists measure trees? What is DBH?

How do scientists measure trees? What is DBH? Hw d scientists measure trees? What is DBH? Purpse Students develp an understanding f tree size and hw scientists measure trees. Students bserve and measure tree ckies and explre the relatinship between

More information

MATCHING TECHNIQUES. Technical Track Session VI. Emanuela Galasso. The World Bank

MATCHING TECHNIQUES. Technical Track Session VI. Emanuela Galasso. The World Bank MATCHING TECHNIQUES Technical Track Sessin VI Emanuela Galass The Wrld Bank These slides were develped by Christel Vermeersch and mdified by Emanuela Galass fr the purpse f this wrkshp When can we use

More information

BASD HIGH SCHOOL FORMAL LAB REPORT

BASD HIGH SCHOOL FORMAL LAB REPORT BASD HIGH SCHOOL FORMAL LAB REPORT *WARNING: After an explanatin f what t include in each sectin, there is an example f hw the sectin might lk using a sample experiment Keep in mind, the sample lab used

More information

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeff Reading: Chapter 2 STATS 202: Data mining and analysis September 27, 2017 1 / 20 Supervised vs. unsupervised learning In unsupervised

More information

5 th grade Common Core Standards

5 th grade Common Core Standards 5 th grade Cmmn Cre Standards In Grade 5, instructinal time shuld fcus n three critical areas: (1) develping fluency with additin and subtractin f fractins, and develping understanding f the multiplicatin

More information

If (IV) is (increased, decreased, changed), then (DV) will (increase, decrease, change) because (reason based on prior research).

If (IV) is (increased, decreased, changed), then (DV) will (increase, decrease, change) because (reason based on prior research). Science Fair Prject Set Up Instructins 1) Hypthesis Statement 2) Materials List 3) Prcedures 4) Safety Instructins 5) Data Table 1) Hw t write a HYPOTHESIS STATEMENT Use the fllwing frmat: If (IV) is (increased,

More information

Physics 2010 Motion with Constant Acceleration Experiment 1

Physics 2010 Motion with Constant Acceleration Experiment 1 . Physics 00 Mtin with Cnstant Acceleratin Experiment In this lab, we will study the mtin f a glider as it accelerates dwnhill n a tilted air track. The glider is supprted ver the air track by a cushin

More information

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeff Reading: Chapter 2 STATS 202: Data mining and analysis September 27, 2017 1 / 20 Supervised vs. unsupervised learning In unsupervised

More information

Math 10 - Exam 1 Topics

Math 10 - Exam 1 Topics Math 10 - Exam 1 Tpics Types and Levels f data Categrical, Discrete r Cntinuus Nminal, Ordinal, Interval r Rati Descriptive Statistics Stem and Leaf Graph Dt Plt (Interpret) Gruped Data Relative and Cumulative

More information

1b) =.215 1c).080/.215 =.372

1b) =.215 1c).080/.215 =.372 Practice Exam 1 - Answers 1. / \.1/ \.9 (D+) (D-) / \ / \.8 / \.2.15/ \.85 (T+) (T-) (T+) (T-).080.020.135.765 1b).080 +.135 =.215 1c).080/.215 =.372 2. The data shwn in the scatter plt is the distance

More information

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method.

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method. Lessn Plan Reach: Ask the students if they ever ppped a bag f micrwave ppcrn and nticed hw many kernels were unppped at the bttm f the bag which made yu wnder if ther brands pp better than the ne yu are

More information

End of Course Algebra I ~ Practice Test #2

End of Course Algebra I ~ Practice Test #2 End f Curse Algebra I ~ Practice Test #2 Name: Perid: Date: 1: Order the fllwing frm greatest t least., 3, 8.9, 8,, 9.3 A. 8, 8.9,, 9.3, 3 B., 3, 8, 8.9,, 9.3 C. 9.3, 3,,, 8.9, 8 D. 3, 9.3,,, 8.9, 8 2:

More information

A Matrix Representation of Panel Data

A Matrix Representation of Panel Data web Extensin 6 Appendix 6.A A Matrix Representatin f Panel Data Panel data mdels cme in tw brad varieties, distinct intercept DGPs and errr cmpnent DGPs. his appendix presents matrix algebra representatins

More information

Standard Title: Frequency Response and Frequency Bias Setting. Andrew Dressel Holly Hawkins Maureen Long Scott Miller

Standard Title: Frequency Response and Frequency Bias Setting. Andrew Dressel Holly Hawkins Maureen Long Scott Miller Template fr Quality Review f NERC Reliability Standard BAL-003-1 Frequency Respnse and Frequency Bias Setting Basic Infrmatin: Prject number: 2007-12 Standard number: BAL-003-1 Prject title: Frequency

More information

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines COMP 551 Applied Machine Learning Lecture 11: Supprt Vectr Machines Instructr: (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/cmp551 Unless therwise nted, all material psted fr this curse

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 2: Mdeling change. In Petre Department f IT, Åb Akademi http://users.ab.fi/ipetre/cmpmd/ Cntent f the lecture Basic paradigm f mdeling change Examples Linear dynamical

More information

Department of Economics, University of California, Davis Ecn 200C Micro Theory Professor Giacomo Bonanno. Insurance Markets

Department of Economics, University of California, Davis Ecn 200C Micro Theory Professor Giacomo Bonanno. Insurance Markets Department f Ecnmics, University f alifrnia, Davis Ecn 200 Micr Thery Prfessr Giacm Bnann Insurance Markets nsider an individual wh has an initial wealth f. ith sme prbability p he faces a lss f x (0

More information

The standards are taught in the following sequence.

The standards are taught in the following sequence. B L U E V A L L E Y D I S T R I C T C U R R I C U L U M MATHEMATICS Third Grade In grade 3, instructinal time shuld fcus n fur critical areas: (1) develping understanding f multiplicatin and divisin and

More information

Functional Form and Nonlinearities

Functional Form and Nonlinearities Sectin 6 Functinal Frm and Nnlinearities This is a gd place t remind urselves f Assumptin #0: That all bservatins fllw the same mdel. Levels f measurement and kinds f variables There are (at least) three

More information

Resampling Methods. Cross-validation, Bootstrapping. Marek Petrik 2/21/2017

Resampling Methods. Cross-validation, Bootstrapping. Marek Petrik 2/21/2017 Resampling Methds Crss-validatin, Btstrapping Marek Petrik 2/21/2017 Sme f the figures in this presentatin are taken frm An Intrductin t Statistical Learning, with applicatins in R (Springer, 2013) with

More information

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India CHAPTER 3 INEQUALITIES Cpyright -The Institute f Chartered Accuntants f India INEQUALITIES LEARNING OBJECTIVES One f the widely used decisin making prblems, nwadays, is t decide n the ptimal mix f scarce

More information

AP Literature and Composition. Summer Reading Packet. Instructions and Guidelines

AP Literature and Composition. Summer Reading Packet. Instructions and Guidelines AP Literature and Cmpsitin Summer Reading Packet Instructins and Guidelines Accrding t the Cllege Bard Advanced Placement prgram: "The AP English curse in Literature and Cmpsitin shuld engage students

More information

o o IMPORTANT REMINDERS Reports will be graded largely on their ability to clearly communicate results and important conclusions.

o o IMPORTANT REMINDERS Reports will be graded largely on their ability to clearly communicate results and important conclusions. BASD High Schl Frmal Lab Reprt GENERAL INFORMATION 12 pt Times New Rman fnt Duble-spaced, if required by yur teacher 1 inch margins n all sides (tp, bttm, left, and right) Always write in third persn (avid

More information

TEST 3A AP Statistics Name: Directions: Work on these sheets. A standard normal table is attached.

TEST 3A AP Statistics Name: Directions: Work on these sheets. A standard normal table is attached. TEST 3A AP Statistics Name: Directins: Wrk n these sheets. A standard nrmal table is attached. Part 1: Multiple Chice. Circle the letter crrespnding t the best answer. 1. In a statistics curse, a linear

More information

IN a recent article, Geary [1972] discussed the merit of taking first differences

IN a recent article, Geary [1972] discussed the merit of taking first differences The Efficiency f Taking First Differences in Regressin Analysis: A Nte J. A. TILLMAN IN a recent article, Geary [1972] discussed the merit f taking first differences t deal with the prblems that trends

More information

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b . REVIEW OF SOME BASIC ALGEBRA MODULE () Slving Equatins Yu shuld be able t slve fr x: a + b = c a d + e x + c and get x = e(ba +) b(c a) d(ba +) c Cmmn mistakes and strategies:. a b + c a b + a c, but

More information

Pipetting 101 Developed by BSU CityLab

Pipetting 101 Developed by BSU CityLab Discver the Micrbes Within: The Wlbachia Prject Pipetting 101 Develped by BSU CityLab Clr Cmparisns Pipetting Exercise #1 STUDENT OBJECTIVES Students will be able t: Chse the crrect size micrpipette fr

More information

Emphases in Common Core Standards for Mathematical Content Kindergarten High School

Emphases in Common Core Standards for Mathematical Content Kindergarten High School Emphases in Cmmn Cre Standards fr Mathematical Cntent Kindergarten High Schl Cntent Emphases by Cluster March 12, 2012 Describes cntent emphases in the standards at the cluster level fr each grade. These

More information

MATCHING TECHNIQUES Technical Track Session VI Céline Ferré The World Bank

MATCHING TECHNIQUES Technical Track Session VI Céline Ferré The World Bank MATCHING TECHNIQUES Technical Track Sessin VI Céline Ferré The Wrld Bank When can we use matching? What if the assignment t the treatment is nt dne randmly r based n an eligibility index, but n the basis

More information

Statistics Statistical method Variables Value Score Type of Research Level of Measurement...

Statistics Statistical method Variables Value Score Type of Research Level of Measurement... Lecture 1 Displaying data... 12 Statistics... 13 Statistical methd... 13 Variables... 13 Value... 15 Scre... 15 Type f Research... 15 Level f Measurement... 15 Numeric/Quantitative variables... 15 Ordinal/Rank-rder

More information

Comprehensive Exam Guidelines Department of Chemical and Biomolecular Engineering, Ohio University

Comprehensive Exam Guidelines Department of Chemical and Biomolecular Engineering, Ohio University Cmprehensive Exam Guidelines Department f Chemical and Bimlecular Engineering, Ohi University Purpse In the Cmprehensive Exam, the student prepares an ral and a written research prpsal. The Cmprehensive

More information

ENSC Discrete Time Systems. Project Outline. Semester

ENSC Discrete Time Systems. Project Outline. Semester ENSC 49 - iscrete Time Systems Prject Outline Semester 006-1. Objectives The gal f the prject is t design a channel fading simulatr. Upn successful cmpletin f the prject, yu will reinfrce yur understanding

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 4: Mdel checing fr ODE mdels In Petre Department f IT, Åb Aademi http://www.users.ab.fi/ipetre/cmpmd/ Cntent Stichimetric matrix Calculating the mass cnservatin relatins

More information

Large Sample Hypothesis Tests for a Population Proportion

Large Sample Hypothesis Tests for a Population Proportion Ntes-10.3a Large Sample Hypthesis Tests fr a Ppulatin Prprtin ***Cin Tss*** 1. A friend f yurs claims that when he tsses a cin he can cntrl the utcme. Yu are skeptical and want him t prve it. He tsses

More information

Activity Guide Loops and Random Numbers

Activity Guide Loops and Random Numbers Unit 3 Lessn 7 Name(s) Perid Date Activity Guide Lps and Randm Numbers CS Cntent Lps are a relatively straightfrward idea in prgramming - yu want a certain chunk f cde t run repeatedly - but it takes a

More information

THE LIFE OF AN OBJECT IT SYSTEMS

THE LIFE OF AN OBJECT IT SYSTEMS THE LIFE OF AN OBJECT IT SYSTEMS Persns, bjects, r cncepts frm the real wrld, which we mdel as bjects in the IT system, have "lives". Actually, they have tw lives; the riginal in the real wrld has a life,

More information

Pattern Recognition 2014 Support Vector Machines

Pattern Recognition 2014 Support Vector Machines Pattern Recgnitin 2014 Supprt Vectr Machines Ad Feelders Universiteit Utrecht Ad Feelders ( Universiteit Utrecht ) Pattern Recgnitin 1 / 55 Overview 1 Separable Case 2 Kernel Functins 3 Allwing Errrs (Sft

More information

Lab #3: Pendulum Period and Proportionalities

Lab #3: Pendulum Period and Proportionalities Physics 144 Chwdary Hw Things Wrk Spring 2006 Name: Partners Name(s): Intrductin Lab #3: Pendulum Perid and Prprtinalities Smetimes, it is useful t knw the dependence f ne quantity n anther, like hw the

More information

Admin. MDP Search Trees. Optimal Quantities. Reinforcement Learning

Admin. MDP Search Trees. Optimal Quantities. Reinforcement Learning Admin Reinfrcement Learning Cntent adapted frm Berkeley CS188 MDP Search Trees Each MDP state prjects an expectimax-like search tree Optimal Quantities The value (utility) f a state s: V*(s) = expected

More information

Tree Structured Classifier

Tree Structured Classifier Tree Structured Classifier Reference: Classificatin and Regressin Trees by L. Breiman, J. H. Friedman, R. A. Olshen, and C. J. Stne, Chapman & Hall, 98. A Medical Eample (CART): Predict high risk patients

More information

SPECIMEN. Candidate Surname. Candidate Number

SPECIMEN. Candidate Surname. Candidate Number Candidate Frename General Certificate f Secndary Educatin Mdern Freign Languages Prtuguese - Writing Specimen Paper Candidates answer n the questin paper. Additinal materials: nne Centre Number Candidate

More information

Relationships Between Frequency, Capacitance, Inductance and Reactance.

Relationships Between Frequency, Capacitance, Inductance and Reactance. P Physics Relatinships between f,, and. Relatinships Between Frequency, apacitance, nductance and Reactance. Purpse: T experimentally verify the relatinships between f, and. The data cllected will lead

More information

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Sandy D. Balkin Dennis K. J. Lin y Pennsylvania State University, University Park, PA 16802 Sandy Balkin is a graduate student

More information

Chapter Summary. Mathematical Induction Strong Induction Recursive Definitions Structural Induction Recursive Algorithms

Chapter Summary. Mathematical Induction Strong Induction Recursive Definitions Structural Induction Recursive Algorithms Chapter 5 1 Chapter Summary Mathematical Inductin Strng Inductin Recursive Definitins Structural Inductin Recursive Algrithms Sectin 5.1 3 Sectin Summary Mathematical Inductin Examples f Prf by Mathematical

More information

CONSTRUCTING STATECHART DIAGRAMS

CONSTRUCTING STATECHART DIAGRAMS CONSTRUCTING STATECHART DIAGRAMS The fllwing checklist shws the necessary steps fr cnstructing the statechart diagrams f a class. Subsequently, we will explain the individual steps further. Checklist 4.6

More information

READING STATECHART DIAGRAMS

READING STATECHART DIAGRAMS READING STATECHART DIAGRAMS Figure 4.48 A Statechart diagram with events The diagram in Figure 4.48 shws all states that the bject plane can be in during the curse f its life. Furthermre, it shws the pssible

More information

LHS Mathematics Department Honors Pre-Calculus Final Exam 2002 Answers

LHS Mathematics Department Honors Pre-Calculus Final Exam 2002 Answers LHS Mathematics Department Hnrs Pre-alculus Final Eam nswers Part Shrt Prblems The table at the right gives the ppulatin f Massachusetts ver the past several decades Using an epnential mdel, predict the

More information

CESAR Science Case The differential rotation of the Sun and its Chromosphere. Introduction. Material that is necessary during the laboratory

CESAR Science Case The differential rotation of the Sun and its Chromosphere. Introduction. Material that is necessary during the laboratory Teacher s guide CESAR Science Case The differential rtatin f the Sun and its Chrmsphere Material that is necessary during the labratry CESAR Astrnmical wrd list CESAR Bklet CESAR Frmula sheet CESAR Student

More information

7 TH GRADE MATH STANDARDS

7 TH GRADE MATH STANDARDS ALGEBRA STANDARDS Gal 1: Students will use the language f algebra t explre, describe, represent, and analyze number expressins and relatins 7 TH GRADE MATH STANDARDS 7.M.1.1: (Cmprehensin) Select, use,

More information

Unit 1: Introduction to Biology

Unit 1: Introduction to Biology Name: Unit 1: Intrductin t Bilgy Theme: Frm mlecules t rganisms Students will be able t: 1.1 Plan and cnduct an investigatin: Define the questin, develp a hypthesis, design an experiment and cllect infrmatin,

More information

Elements of Machine Intelligence - I

Elements of Machine Intelligence - I ECE-175A Elements f Machine Intelligence - I Ken Kreutz-Delgad Nun Vascncels ECE Department, UCSD Winter 2011 The curse The curse will cver basic, but imprtant, aspects f machine learning and pattern recgnitin

More information

Comparing Several Means: ANOVA. Group Means and Grand Mean

Comparing Several Means: ANOVA. Group Means and Grand Mean STAT 511 ANOVA and Regressin 1 Cmparing Several Means: ANOVA Slide 1 Blue Lake snap beans were grwn in 12 pen-tp chambers which are subject t 4 treatments 3 each with O 3 and SO 2 present/absent. The ttal

More information

2004 AP CHEMISTRY FREE-RESPONSE QUESTIONS

2004 AP CHEMISTRY FREE-RESPONSE QUESTIONS 2004 AP CHEMISTRY FREE-RESPONSE QUESTIONS 6. An electrchemical cell is cnstructed with an pen switch, as shwn in the diagram abve. A strip f Sn and a strip f an unknwn metal, X, are used as electrdes.

More information

Thermodynamics Partial Outline of Topics

Thermodynamics Partial Outline of Topics Thermdynamics Partial Outline f Tpics I. The secnd law f thermdynamics addresses the issue f spntaneity and invlves a functin called entrpy (S): If a prcess is spntaneus, then Suniverse > 0 (2 nd Law!)

More information

BOUNDED UNCERTAINTY AND CLIMATE CHANGE ECONOMICS. Christopher Costello, Andrew Solow, Michael Neubert, and Stephen Polasky

BOUNDED UNCERTAINTY AND CLIMATE CHANGE ECONOMICS. Christopher Costello, Andrew Solow, Michael Neubert, and Stephen Polasky BOUNDED UNCERTAINTY AND CLIMATE CHANGE ECONOMICS Christpher Cstell, Andrew Slw, Michael Neubert, and Stephen Plasky Intrductin The central questin in the ecnmic analysis f climate change plicy cncerns

More information

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification COMP 551 Applied Machine Learning Lecture 5: Generative mdels fr linear classificatin Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Jelle Pineau Class web page: www.cs.mcgill.ca/~hvanh2/cmp551

More information

Trigonometric Ratios Unit 5 Tentative TEST date

Trigonometric Ratios Unit 5 Tentative TEST date 1 U n i t 5 11U Date: Name: Trignmetric Ratis Unit 5 Tentative TEST date Big idea/learning Gals In this unit yu will extend yur knwledge f SOH CAH TOA t wrk with btuse and reflex angles. This extensin

More information