Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more.
Course Hero has millions of course specific materials providing students with the best way to expand
their education.
Below is a small sample set of documents:
LSU - STAT - 3201
EXST3201 Background material From the textbook The Statistical SleuthPage 1Mean [20]: In your text the word mean denotes a population mean () while the work average denotes a sample average (Y). Variance [20]: The variance is a measure of the di
LSU - STAT - 3201
An Introduction to SAS Programming SAS programs consists of two major type of steps The DATA step used to create or modify a SAS dataset [Contents > SAS Products > Base SAS > SAS Language concepts > Data Step Concepts] SAS dataset a file containin
LSU - STAT - 3201
EXST3201 Mousefeed01Page 13 /* 4 Examine differences among the following 6 treatments 5 N/N85 fed normally before weaning and 85 kcal/wk after 6 N/R40 fed normally before weaning and 40 kcal/wk after 7 N/R50 fed normally before weaning and 50 kc
LSU - STAT - 3201
EXST3201 Chapter 5 Analysis of Variance [Chapter 5]GeaghanFall 2005: Page 1Testing between two samples is readily done with the two-sample t-test. In this situation we compare two groups (also referred to as classes, categories, treatments or i
LSU - STAT - 3201
EXST3201 Mousefeed02Page 11 /* 2 Examine differences among the following 6 treatments 3 N/N85 fed normally before weaning and 85 kcal/wk after 4 N/R40 fed normally before weaning and 40 kcal/wk after 5 N/R50 fed normally before weaning and 50 kc
LSU - STAT - 3201
EXST3201 Anatomy of a SAS program*; * The initial part of the program will *; * often have some comments. *; * - *; * Little boxes and lines are a nice *; * way to isolate these comments and *; * make them stand out. *; * - *; * For this box a comm
LSU - STAT - 3201
EXST3201 Chapter 5 Analysis of Variance [Chapter 5, part 2]GeaghanFall 2005: Page 1A second case of analysis of variance, the Dr. Spock conspiracy trail. This case is an observational study, so the data does not come from a planned experiment,
LSU - STAT - 3201
EXST3201 SpockTrial01aPage 11 /* 2 Fit an analysis of variance to determine if the jury for 3 spock trial was unusually low in the number of women. 4 */ 5 6 /* 7 SAS applications of note: 8 By statement with NOTSORTED 9 use of if statement to cr
LSU - STAT - 3201
EXST3201 Chapter 5GeaghanFall 2005: Page 1The text describes the analysis of variance in terms of the extra sum of squares principle. This is a useful concept with many applications, and will be demonstrated on two applications to the Spock tri
LSU - STAT - 3201
EXST3201 Chapter 6 Linear combinationsGeaghanFall 2005: Page 1A linear combination consists of a series of variables multiplied by constants. For a series of k variables the linear combination could be expressed as follows. Generic linear combi
LSU - STAT - 3201
EXST3201 Chapter 6GeaghanFall 2005: Page 1Tests based on the t-test and Multiple range tests One of the strengths of contrasts is that they should, in general, be made a priori. This means that the investigator is not conducting a wide search f
LSU - STAT - 3201
EXST3201 Mousefeed03bPage 1Below are Tukey adjusted pairwise comparisons done in PROC MIXED with range tests output from Saxtons macro. options ps=512 ls=88; proc mixed data=MouseDiet cl covtest; Title2 'Analysis of Variance with PROC MIXED'; cl
LSU - STAT - 3201
Statistical Analysis II EXST3201Simple Linear Regression03a_SLR 1The objectiveGiven points plotted on two coordinates, Y and X, find the best line to fit the data.Y - the dependent variable35302520012345678910X
LSU - STAT - 3201
EXST3201 Chapter 8aGeaghanFall 2005: Page 1Chapter 8 (More on Assumptions for the Simple Linear Regression) Chapter 8 covers the assumptions behind the SLR, and some alternative models that can be used. One of those alternatives involves the us
LSU - STAT - 3201
EXST3201 Chapter 8bGeaghanFall 2005: Page 1Chapter 8 (More on Assumptions for the Simple Linear Regression) Your textbook considers the following assumptions: Linearity This is not something I usually consider an explicit assumption, but obvio
LSU - STAT - 3201
EXST3201 Chapter 8cGeaghanFall 2005: Page 1Chapter 8 (A little more on Assumptions for the Simple Linear Regression) Linearity assumption the best way to determine an appropriate model is to examine the literature for a theoretical model, or t
LSU - STAT - 3201
EXST3201 : Statistical Analysis II Spring 2005 Multiple Regression Extra Sum of Squares 37 38 39 40 41 42 43 44 PROC REG MODEL MODEL MODEL MODEL MODEL MODEL MODEL DATA=ONE; Y = X1; Y = X2; Y = X3; Y = X1 X2 Y = X1 X3 Y = X2 X3 Y = X1 X2 TITLE2 'Sub
LSU - STAT - 3201
EXST3201 Chapter 9a Chapter 9 : Multiple RegressionGeaghanFall 2005: Page 1The first example of multiple regression is a designed experiment. The experiment involves the development of flowers on Meadowfoam a small cultivated plant used for its
LSU - STAT - 3201
EXST3201 Chapter 9bGeaghanFall 2005: Page 1Interpretation of regression coefficients: For the simple linear regression we know that the units of the intercept are the same as the units on the variable Y. The slope has units of Y units per X uni
LSU - STAT - 3201
EXST3201 Chapter 9cGeaghanFall 2005: Page 11 *; 2 * Brain size of selected mammals. *; 3 * Biologists are interested in the effect of brain *; 4 * size on variable slike gestation and litter size *; 5 *; 6 7 dm'log;clear;output;clear'; 8 option
LSU - STAT - 3201
EXST3201 Meadowfoam021 2 3 4 5 6 7 8 9 10 10GeaghanFall 2005: Page 1*; * The effect of light on Meadowfoam flowering. *; * Results of an experiment where the effedt of six *; * levels of light intensity and the timing of the *; * light treatm
LSU - STAT - 3201
EXST3201 WingSize01GeaghanFall 2005: Page 1This problem has elements of a two-way analysis of variance, or 2 x 2 factorial arrangements, of fruit fly sex and continent of residence. In addition to the factorial, there is a quantitative variabl
LSU - STAT - 3201
EXST3201 DummyVariable01GeaghanFall 2005: Page 1In Europe the fruit fly (Drosophila subovscura) has long been known to display a "cline", that is a trend of increasing wing size with latitude. The fly was accidentally introduced to North Ameri
LSU - STAT - 3201
EXST3201 Multicolinearity Multicolinearity and singularityGeaghanFall 2005: Page 1With a perfect correlation an infinite number of models can be obtained. In practice, most software will bomb or detect the problem. Sample problem (all perfectly
LSU - STAT - 3201
EXST3201 Chapter 10aGeaghanFall 2005: Page 1Chapter 10 : Inferential tools for Multiple Regression A note on regression analysis in SAS In SAS, regression can be done in PROC REG, PROC GLM, PROC MIXED and numerous other specialty procedures. PR
LSU - STAT - 3201
EXST3201 Chapter 11a Chapter 11 : Model checking and refinementGeaghanFall 2005: Page 1This chapter is primarily concerned with diagnostics for individual observations. Previously, we have been concerned primarily with evaluating the model (ANO
LSU - STAT - 3201
EXST3201 Chapter 11b Chapter 11 : Model checking and refinementGeaghanFall 2005: Page 1An example: Blood-brain barrier study on rats This study investigates the permeability of the blood-brain barrier to medication. Rats were given cells that w
LSU - STAT - 3201
EXST7034 : Regression Techniques Multiple RegressionDiagnostic variables and criteriaGeaghan Page 1Criteria for the interpretation of selected statistics from the SAS output A) General regression diagnostics n 1 2 1) Adjusted R2 : Radj = 1 n p
LSU - STAT - 3201
EXST3201 KentuckyDerby01 Homework assignment 8.GeaghanFall 2005: Page 11 *; 2 * Speed of Kentucky Derby winner and track conditions *; 3 * for the years 1896 to 2000 *; 4 **; 5 6 dm'log;clear;output;clear'; 7 options nodate nocenter nonumber p
LSU - STAT - 3201
EXST3201 Chapter 12a Chapter 12 : Variable selectionGeaghanFall 2005: Page 1An example: State SAT scores In 1982 there was concern for scores of the Scholastic Aptitude Test (SAT) scores that varied greatly between states. Researchers decided
LSU - STAT - 3201
EXST3201 Chapter 13a Chapter 13 : Experimental designGeaghanFall 2005: Page 1Linear Models Yij = + i + ij the basic completely randomized design, or one-way ANOVA d.f. Source Treatments t 1 t(n 1) Error Error structure (random effects) Ne
LSU - STAT - 3201
EXST3201 Chapter 13bGeaghanFall 2005: Page 1Chapter 13 : The Meadowfoam experiment, a CRD factorial Linear Models Yij = + 1i + 2 j + 1 2ij + ijk This is a completely randomized design with a 2 by 6 factorial treatment arrangement (two-way
LSU - STAT - 3201
EXST7005 - Statistical Techniques I23a ANOVA Factorial.prz - 1-6Statistical Techniques IEXST7005The Factorial Treatment ArrangementAlso known as "two-way" ANOVAThis analysis has two (or more) Treatments, for example treatment A with two leve
LSU - STAT - 3201
EXST3201 Chapter 13d Chapter 13 a few final notesGeaghanFall 2005: Page 1The textbook has a good image demonstrating types of additivity. Make sure you understand this concept and how to test it.Discussion points from the text Randomized blo
LSU - STAT - 3201
EXST3201 Chapter 14aGeaghanFall 2005: Page 1Chapter 14 : Multifactor studies without replication Linear Models Yij = + i + j + ij This is a randomized block design with no replication beyond the treatment by block interaction. The treatmen
LSU - STAT - 3201
EXST3201 Chapter 14bGeaghanFall 2005: Page 1Chapter 14 : Multifactor studies without replication Effects of Ozone with Sulfur Dioxide and Water Stress on Soybean Yield This study involved two different soybean cultivars. The 30 possible combina
LSU - STAT - 3201
EXST3201 Assignment 2Page 1The objective of this assignment is continuing practice with the SAS software. In addition to the SAS programming components used for assignment 1, this assignment will require 1) input of an external data set, 2) start
LSU - STAT - 3201
EXST3201 Assignment 3Page 1The objective of this assignment is continuing practice with the SAS software. For this assignment the SAS programming will require; 1) input of an external data set, (ex0524.csv). Store this dataset in C:|\TEMP\. 2) St
LSU - STAT - 3201
EXST3201 Assignment 4Page 1The objective of this assignment is to apply some of the post-ANOVA applications covered this week. On assignment 2, the Tyrannosaurus Rex analysis, the bones listed as Bone1 through BONE12 are the following:Indication
LSU - STAT - 3201
EXST3201 Assignment 5Page 1The objective of this assignment is to run a regression analysis. We have not covered SAS regression output yet, so we will fit an initial program today and embellish this program next week. Therefore, make sure you sav
LSU - STAT - 3201
EXST3201 Assignment 6Page 1The objective of this assignment is to run a regression analysis and to do some selected tests of hypothesis. You should already have a program that does the following. a) Inputs 3 variables (DATE INTERVAL DURATION) fro
LSU - STAT - 3201
EXST3201 Assignment 7Page 1The objective of this assignment is to run a MULTIPLE regression analysis with selected diagnostics. I have modified the data set by adding the city to the observations. You may use the following input statements.data
LSU - STAT - 3201
EXST3201 Assignment 8Page 1The objective of this assignment is to run a MULTIPLE regression with linear and quadratic terms and interaction. You may use the following input statements. Note that if you use power terms or interactions with PROC RE
LSU - STAT - 3201
EXST3201 Assignment 9Page 1Today, we have a bit of a challenge. At a minimum you should fit an Analysis of Covariance to the data (description on the next page). The dataset is ex0920.csv. You may use PROC GLM or PROC REG. If you use PROC REG you
LSU - STAT - 3201
EXST3201 Assignment 10Page 1The dataset for today is ex1123.csv. I recommend you use PROC REG. The data step is as follows. data AirPollution; length city $ 18; infile input1 missover DSD dlm="," firstobs=2; input CITY $ MORT PRECIP EDUC NONWHITE
LSU - STAT - 3201
EXST3201 Assignment 11Page 1-The dataset for today is ex1320.csv. I recommend you use PROC MIXED or PROC GLM (or both) for this example. There are no random effects, so the problem is appropriate for either. data ACTSCORES; infile input1 missover
LSU - STAT - 3201
EXST3201 SpockTrial01bPage 173 Title2 'Analysis of SPOCK versus others'; 74 data Jury; set jury; 75 if judge = 'SPOCK'S' then JustSpock = 'SPOCK' ; else JustSpock='Other'; 76 run; NOTE: There were 46 observations read from the data set WORK.JURY
LSU - STAT - 3201
EXST3201 Mousefeed03 3 4 5 6 7 8 910Page 1/* Examine differences among the following 6 treatments N/N85 fed normally before weaning and 85 kcal/wk after N/R40 fed normally before weaning and 40 kcal/wk after N/R50 fed normally before weaning an
LSU - STAT - 3201
Air PollutionAssignment 10Page 11 *; 2 * Air pollution and mortality *; 3 * Data on mortality from all causes for the years *; 4 * 1959 to 1961. *; 5 **; 6 7 dm'log;clear;output;clear'; 8 options nodate nocenter nonumber ps=512 ls=99 nolabel; 9
LSU - STAT - 3201
EXST3201 Chapter 13cGeaghanFall 2005: Page 1Linear Models Yij = + i + j + ij + ijk This is a Randomized Block Design (RBD) with a single factor treatment arrangement (2 levels) which are fixed.1 **; 2 * Pygmalion effect study *; 3 * In th
LSU - STAT - 3201
EXST3201 Chapter 13cGeaghanFall 2005: Page 1Linear Models Yij = + 1i + ij + 2 k + 1 2ik + ijkl This is a Split-plot Design with a fixed single factor treatment arrangement in the main plot and a 2 by 3 factorial subplot.1 **; 2 * Seawee
LSU - STAT - 3201
EXST3201 Chapter 7GeaghanFall 2005: Page 1Important points from Chapter 7 (Simple Linear Regression) Chapter 7 deals primarily with the fitting and testing of hypotheses about simple linear regression.Y(X, Y)b0b1XUnderstand the interp
LSU - STAT - 3201
EXST3210 - Statistical Techniques October 26, 2005 Exam 2 GeaghanNAME _ Page 1READ CAREFULLY. Give an answer in the form of a number or numeric expression where possible. Show calculations for possible partial credit. Use a critical value of =
LSU - STAT - 3201
EXST3201 Hubble01Page 11 /* 2 The Big Bang 3 Edwin Hubble discovered a relationship between a nebula's distance 4 from earth and the velocity with which it was moving away from earth. 5 The data in this analysis is for the first 24 nebulae Hubbl
LSU - STAT - 7083
EXST7034 : Regression Techniques Polynomial Regression1 *; 2 * EXST7034 Homework Example *; 3 * Problem from Neter, Wasserman & Kuttner 1989, Table 9.1 *; 4 **; 5 6 OPTIONS LS=133 PS=256 NOCENTER NODATE NONUMBER; 7 8 DATA ONE; INFILE CARDS MISSOVER;
LSU - STAT - 7083
EXST7083 Spring 2007Writing AssignmentPage 1The attached papers are from The American Statistician. Vardeman , S.B and Max D. Morris. 2003. Statistics and Ethics: Some Advice for Young Statisticians. The American Statistician. 57(1):21-26 Kirk,
LSU - STAT - 7005
EXPERIMENTAL STATISTICS 7005 February 19, 2004Name _ EXAM 1 : Page 1 All sections : GeaghanRead Carefully. Give an answer in the form of a number or numeric expression where possible. Show all calculations. Use a value of 0.05 for any tests if i
LSU - STAT - 7005
EXPERIMENTAL STATISTICS 7005 April 1, 2004Name _ EXAM 2 : Page 1 All sections : GeaghanRead Carefully. Give an answer in the form of a number or numeric expression where possible. Show all calculations for possible partial credit. Us a value of 0
LSU - STAT - 7005
EXPERIMENTAL STATISTICS 7005 April 29, 2004EXAM 3Name _ All sections : GeaghanRead Carefully. Give an answer in the form of a number or numeric expression where possible. Show all calculations for possible partial credit. Use a value of 0.05 fo
LSU - STAT - 7005
17p ttest-supplementTwo sample t-tests with SASPage 1Using the SAS PROC TTEST; 1) An F test is provided to test H0: 12 = 22. The F is calculated as2 larger of S1 , S2 2 F= 2 smaller of S1 , S2 . This test should be examined first to decide whi
LSU - STAT - 7005
EXST 7005 Statistical Methods I Syllabus Department of Experimental Statistics School of Agriculture, Louisiana State University Spring 2006Course Description (EXST 7005): EXST 7005 Statistical Techniques I (4) F,S 3 hrs. lecture; 2 hrs. lab. Prer