4 Pages

exam06_MDA_2009_sleep

Course: PHD 9533, Fall 2009
School: Mississippi State
Rating:
 
 
 
 
 

Word Count: 1252

Document Preview

9533 BQA Exam 6 Multiple Discriminant Analysis This filename is: ad8213bea1912c9c003d0d967181ad4c65e2fc36.doc Revised: Tuesday, February 24, 2009 0 words For all exams, write on one side only, use paper without torn edges, and number the pages. For all Excel and SPSS and other computer output, avoid splitting a table across multiple pages if possible, and repeat the row and/or column labels as a header if...

Register Now

Unformatted Document Excerpt

Coursehero >> Mississippi >> Mississippi State >> PHD 9533

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.

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.
9533 BQA Exam 6 Multiple Discriminant Analysis This filename is: ad8213bea1912c9c003d0d967181ad4c65e2fc36.doc Revised: Tuesday, February 24, 2009 0 words For all exams, write on one side only, use paper without torn edges, and number the pages. For all Excel and SPSS and other computer output, avoid splitting a table across multiple pages if possible, and repeat the row and/or column labels as a header if splitting is necessary. Start with this document. Leave intact each of the questions and numbers. Paste the requested output and/ or requested answers below the question part. For some questions, I left part of my output as a hint. Delete this partial output before pasting in yours. Do this analysis using SPSS (or SAS or other statistical package) and Word (or Word Perfect or another word processor). Submit via email before class starts on the due date. Use the correct filename when submitting your work. The file name should be "exam06nnn.doc" (where "nnn" is your last name). Do not include the quotes in the filename. Special caution: When SPSS creates a large text object, as with Matrix and Manova output, the border window may not be large enough to see all the output. Always check this, that you can see what is the end of the text output. You can select the object, and then drag the handle at the bottom down until lots of blank space is visible. Then drag back up to show all the text. 1) 2) Duplicate the "small sample" example from the textbook. Do this to check you are getting the right output, but don't turn it in. [No response needed for this part.] Do a MDA and canonical correlation analysis of the data in the file exam06_MDA_2009_sleep.xls. Data for 62 mammals are from the article "Sleep in Mammals: Ecological and Constitutional Correlates" by Allison, T. and Cicchetti, D. (1976), Science, November 12, vol. 194, pp. 732-734. Variables are: species of animal body weight in kg brain weight in g Encephalization Quotient = (brain weight) / (12 * (body weight)^(2/3) = relative brain size slow (EEG) wave ("nondreaming") sleep (hrs/day) paradoxical (REM or "dreaming") sleep (hrs/day) total sleep (hrs/day) (sum of slow wave and paradoxical sleep) maximum life span (years) gestation time (days) predation index (1-5) 1 = minimum (least likely to be preyed upon), 5 = maximum sleep exposure index (1-5) 1 = least exposed, 5 = most exposed overall danger index (1-5) (based on the above two indices and other information) 1 = least danger (from other animals), 5 = most danger (from other animals) [No response needed for this part.] 3) Conduct the MDA analysis. The DV is the overall danger index (5 levels) and IV are all other variables except for the predation and sleep exposure indices. Unless specified otherwise, use Prior Probabilities from group sizes and pooled covariance matrix (within groups). Use alpha = 0.05 unless otherwise specified. ad8213bea1912c9c003d0d967181ad4c65e2fc36.doc 5/17/2009 Page 1 of 4 a) Paste below (as a picture) the descriptive statistics for all variables (N, Min, Max, Mean, SD, Skewness, and Kurtosis). b) Do the MDA using Wilks' Lambda Method, stepwise with probability to enter/exit of 0.3 and 0.3001, Specify cross-validated classification output (leave one out classification). Include Plots for combined groups and territorial map. Paste below (pictures) the "Variables in the Analysis" and "Variables not in the Analysis." Which variables are not included in the model (and therefore not useful in the discrimination)? c) How many of observations have missing data for one or more of the DV and IV? How many of these observations have missing data only in the variables excluded from the stepwise procedure above? d) Paste the Eigenvalues output below and the Wilks' Lambda (picture). How many of the canonical correlations are statistically significant (alpha = 0.05)? e) Paste the classification results. What is the cross-validated classification What accuracy? is the nave classification accuracy (without a statistical model)? 4) Now repeat the analysis using "enter independents together" (all the IV vars are used) and specifying the 5 IV bodyweight brain paradoxical total lifespan. Also, request Box's M test for equality of covariance matrices within groups. a) What are the cross-validated and "regular" classification accuracies? b) Paste below the test results for Box's M test. Describe the null hypothesis. Give a summary statement for the test result. c) Run the analysis again the same way, except for using separate covariance matrix estimates for each group. What is the resulting classification accuracy? Compare this with the accuracy with a single pooled covariance matrix estimate. d) This will be our final model. Paste below the Structure Matrix (loadings) and give an interpretation (explanation) of the first 2 CV. e) Paste below the "All-Groups Scatter Plot." Which groups are most effectively separated by CV1 only? Explain its general effect in predicting group membership. f) Which groups are most effectively separated by CV2 only? Explain its general effect in predicting group membership. ad8213bea1912c9c003d0d967181ad4c65e2fc36.doc 5/17/2009 Page 2 of 4 5) At most 2 of the CV can be regarded as statistically significant. I get a p-value of 0.486 for CV3 CV4, which is no more than attributable to chance. This suggests that any predictive value from CV3 and CV4 is due to overfitting. Repeat the analysis, saving the discriminant scores. Hint: Here is my syntax: /* save scores separate cov matrix for vars in model */ DISCRIMINANT /GROUPS=danger(1 5) /VARIABLES=bodyweight brain paradoxical total lifespan /ANALYSIS ALL /SAVE=SCORES /PRIORS SIZE /STATISTICS=CROSSVALID TABLE /PLOT=COMBINED /CLASSIFY=NONMISSING SEPARATE . Then repeat the analysis using just the first 2 scores and separate covariance matrices. a) Paste below the classification result. Compare this classification accuracy with that using all 5 IV with separate covariance matrices and with all 5 and a pooled covariance matrix. Note that only the first 2 CV are statistically significant, and the p-value for CV 3 and 4 combined is near 0.5 indicating they contribute no more predictive benefit that what would result from chance. 6) Another data reduction method is factor analysis, with one use to extract most of the variation in a set of variables with a much smaller number of factors. Let's see how many factors would be retained and how effective those would be in classification. a) Do a PC factor analysis on the 5 IV bodyweight brain paradoxical total lifespan. Paste below the Total Variance Explained. How many factors would be retained using the e-value > 1 method? b) Repeat the PC factor analysis, keeping 2 factors, varimax rotation, saving the (regression) scores. (Here the term "regression" means the sum of products, as used to calculate y-hat in regression. It has nothing to do with the statistical method of regression.) Paste below the Rotated Component Matrix and the Component Plot in Rotated Space. c) Interpret (explain) these 2 factors in terms of the 5 IV. Compare these factors with the 2 CV from the MDA above. d) Now use these 2 saved factor scores as IV in the MDA, using separate covariance matrices. Paste below the Classification Results and All-Groups Scatter Plot. What is the classification accuracy with the 2 factors? e) Compare the classification accuracy using 2 CV with that using 2 factors. Does one accuracy necessarily have to be larger than the other? (Explain why either way.) Is there a limit to how much they can differ? (Explain your answer.) ad8213bea1912c9c003d0d967181ad4c65e2fc36.doc 5/17/2009 Page 3 of 4 7) Paste below (as mono-spaced text) the syntax used for all the steps. Edit out the syntax that was not used and put the commands in the order of the requested output. ad8213bea1912c9c003d0d967181ad4c65e2fc36.doc 5/17/2009 Page 4 of 4
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:

Mississippi State - PHD - 9533
2/13/2009 http:/lib.stat.cmu.edu/datasets/sleepData from which conclusions were drawn in the article "Sleep in Mammals: Ecological and Constitutional Correlates" by Allison, T. and Cicchetti, D. (1976), _Science_, November 12, vol. 194, pp. 732-734
Mississippi State - PHD - 9533
375177d9bdae3edec06e91f1798c36d16064ab44.doc Revised: Tuesday, January 20, 2009 0 wordsMultivariate Normal (MVN) DistributionSome of the multivariate statistical analysis tools are predicated on (some aspect of) the data being realizations from a
Mississippi State - PHD - 9533
rowtype_ MEAN STDDEV N CORR CORR CORR CORR CORR CORR CORR CORR CORR CORRvarname_ 100_m 0 1 280 1 0.59 0.35 0.34 0.63 0.4 0.28 0.2 0.11 -0.07LngJmp 0 1 280 0.59 1 0.42 0.51 0.49 0.52 0.31 0.36 0.21 0.09ShotPut 0 1 280 0.35 0.42 1 0.38 0.19 0.36
Mississippi State - PHD - 9533
2be307b6f447ae7b27d5e8e2b51f8450243c4045.doc Revised: Tuesday, January 27, 2009 0 wordsCanonical CorrelationIntroduction: Canonical correlation (CC) is a direct generalization of multiple regression. With regression, there are multiple predictor v
Mississippi State - PHD - 9533
rowtype_ MEAN STDDEV N CORR CORR CORR CORR CORR CORR CORR CORR CORR CORRvarname_ 100_m 0 1 280 1 0.59 0.35 0.34 0.63 0.4 0.28 0.2 0.11 -0.07LngJmp 0 1 280 0.59 1 0.42 0.51 0.49 0.52 0.31 0.36 0.21 0.09ShotPut 0 1 280 0.35 0.42 1 0.38 0.19 0.36
Mississippi State - PHD - 9533
Tabachnick & Fidell (2007), p280, Table 7.12 gives "Mahalanobis Distance . for Assessing Outliers." (The table gives distances squared, rather than distances.)This example has 369 observations, with one deleted for a missing value, leaving 368 anal
Mississippi State - PHD - 9533
Tabachnick & Fidell (2007), p280, Table 7.12 gives "Mahalanobis Distance . for Assessing Outliers." (The table gives distances squared, rather than distances.)This example has 369 observations, with one deleted for a missing value, leaving 368 anal
Mississippi State - PHD - 9533
BQA 9533 c3feabcd94f776b6a4a0a883133799eb4c115394.doc Revised: Thursday, January 29, 2009, 0 words For all exams, write on one side only, use paper without torn edges, and number the pages. For all Excel and SPSS and other computer output, avoid spli
Mississippi State - JMG - 4123
Correlation and RegressionAgerelated Mac. Degen. Found Related to Heart Disease Path diagram relating MD and HD Causality? Common cause? http:/www.washingtonpost.com/wpdyn/content/article/2008/0 Reading AssignmentsCorrelation & Regressi
Mississippi State - JMG - 4123
Descriptive StatisticsBefore we move on: Some comparisons between SAS and SPSSCalling up or "getting" the system file, then run one or more proceduresSpss Example (Assumes that PulsepqBugs.sav exists and is correct.)*Get your sys file and run
Mississippi State - JMG - 4123
Inferential StatisticsPreliminaries and t testsThe Normal Distribution and z scores Readings Assignments Priority System * Read and study carefully; primary basis for exam questions. * Read carefully; secondary basis for questions * Read
Mississippi State - JMG - 4123
Introduction to InterfacesSAS and SPSSSAS Windows and Basics 5 windows Looking around Comments on windows Where are the libraries A starter SAS ProgramProgram lines passed out in classHomework Assignment 1 Replicate class demonstration
Mississippi State - JMG - 4123
Partial CorrelationWhat is it really? And More casual Causal ModelsOnward (backward) to Partial Correlation Correlation Partial correlation Degree to which two variables are linearly related Degree to which two variables are linearly relate
Michigan State University - SS - 021497
ameritec2-14-97By YOKO HIRANOCapital News ServiceLANSING -Ameritech isn't hanging up on its efforts to providelong-distance telephone service in Michigan, despite of a federal block.Ameritech withdrew its application after the Federal Co
Michigan State University - SS - 020897
owen2/4/97By AUTUMN J. KUCKACapital News ServiceLANSING-Area legislators are hailing the candidacy of Larry Owen for the1998 Democratic nomination for governor as good news for Upper Peninsularesidents."Larry, unlike our current governor,
Michigan State University - FS - 101196
Stadium10-11-96By AMY DAOUSTCapital News Service LANSING-Wayne County voters will decide whether to approve a new taxon accommodations and motor vehicle rentals to help fund stadiumconstruction in Detroit. Proposal S, on the Nov. 5 b
Mississippi State - JMG - 4123
Competency Exercise I: T TestsCompetency exercises provide an opportunity for you to demonstrate knowledge and mastery over topic areas in the course and count for a substantial part of your course grade. They may resemble partial take-home exams,
Michigan State University - STT - 315
STT 315 Homework for week 11-13-06. I will go over this material in class Monday. 1. For the data {3. 3, 4, 5, 7, 9, 2, 3, 5} prepare, by hand, probability histograms for the following interval partitions of the line as described in a slide of the .p
University of Texas - MIS - 374
Day 14 Early Requirements Agenda:Next class meeting Monday, April 6th Delivery 1 "Presentation" Q&ADelivery 1 document due Tuesday, 3/31-4pm Email soft copy to Sharon or Eleanor OR upload to your Basecamp site and email that it is thereMark Kra
Michigan - CIS - 150
CIS 150 AnnouncementsLecture 03Fall 1999Lecture 3, lab2 and program 1 are all posted and waiting you. Yes, part of chapter 4 is missing. Lab 02 uses string which is not old c+. Instructor will write code by Friday to simulate the string stuff.
UNC - ECON - 101
Chapter 29 / 13Central Banking: The Federal Reserve System1) CM29\ B \History\1\ Many of the founding fathers of the United States opposed establishing a central bank because they thought that a central bank would: (a) replace the U.S. Department
UNC - COMP - 290
Configuration Space of 2T+1R RobotGokul VaradhanNUS CS 5247 David HsuLast LectureMinkowski sumConfiguration space of 2T, 3T robotsA B = {a + b | a A, b B}=2Polygonal robot translating in 2-D workspaceworkspace configuration s
UNC - COMP - 238
Non-Photorealistic Rendering Techniques for a Game EngineAdrian Ilie Department of Computer Science University of North Carolina at Chapel Hill AbstractMany interactive 3D applications' visual styles can be changed to new, different, and interestin
UNC - COMP - 114
114-37.1COMP 114, Spring 2005 Program 4: Due: Objectives: Searching, sorting, linked lists, composition, and algorithm analysis (oh my) April 21, 2005, 4:30 pm edt. Implement several data storage and search techniques. Make a new class from an ex
Allan Hancock College - ENVS - 3028
Lecture outlineqqqFeedback from facilitators on "Greening of Business" Andi's comments are on YouTube as he could not make today's lecture http:/www.youtube.com/watch?v=i6vB2WTJoXI Admin matters in particular coming to supertuts and tu
UNC - COMP - 401
401-18.1COMP 401 Spring 2008 Assertion worksheet What is the English equivalent for each of these assertions? Assume that a and b are arrays [0.n] of integer and key, x, and y are integer variables. 1. {Ai: 0 <= i <= n: a[i] = 0}2. {Ai: 0 <= i < n
UNC - COMP - 401
401-34.1 COMP 401 Spring 2008 Continuing payroll assignment: part 3 Due: April 8, 2008 Now that we've done Federal tax, the next part deals with state tax. Assume that there are 51 individual state tax calculators, one for each state and one for the
DePaul - HW - 393
Communication protocols are key components of computer networks and are often complex. Formal approaches to their pecification, verification, implementation and conformance testing have become necessary.Formal protocol specifications are intended
DePaul - HW - 393
(ds 1(efsm 1(fdt 1(fsm 1(iut 1(rmp 1(uio) 1a 15acknowledge 1acknowledgments 1addition
UNC - COMP - 114
Distribution 71-75 (A) 66-70 (A) 61-65 (A-) 56-60 (B+) 51-55 (B) 46-50 (B-) 41-45 (C+) 36-40 (C) 31-35 (C-) Other (< 31) 11 6 15 7 3 5 1 2 2 7Grading Question 1 and 2(c) graded by me. Q 2(a) and (b) graded by Vishal Q 3 grade
UNC - COMP - 114
Comp 114, Fall 2003 Assignment 5: Nested ExpressionsDate Assigned: Mon Oct 20, 2003 Parts1, 2, 3 and 4 Completion Date: Mon Nov 3, 2003 Parts 5 and 6 Completion Date: Mon Nov 10 2003Objectives More practice with inheritance. Recursive tree
UNC - COMP - 114
Comp 114, Fall 2003 Assignment 2: Enumeration and collection objectsDate Assigned: Mon Sep 8, 2003 Completion Date: Mon Sep 22, 2003Objectives Understand the difference between break-based and regular loops and consequences of using them. Impleme
UNC - COMP - 114
114-1.1 Comp 114: Foundations of Programming Fall 2003 General Information This course is intended for people who have learned to program. Its goal is to teach how to program well. The common programming strategy of beginners is to write the first so
UNC - COMP - 114
Comp 114, Fall 2003 Assignment 4: ExceptionsDate Assigned: Mon Oct 6, 2003 Completion Date: Mon Oct 20 2003Objectives Catch and throw exceptions. Define own exception classes. Propagate exceptions to main and create multiple error reporting user
UNC - ECON - 101
Chapter 20 Environmental Economics1. positive externalities 2. negative externalities 3. bubble concept 4. moral suasion 5. offset policy 6. fee-simple 7. regulatory standards 8. bargaining 9. abatement 10. pollution taxes (a) (b) (c) (d) (e) (f) (g
UNC - ECON - 434
December 5, 2005 Behavioral Economics continued. 1. Leavitt-Freakonomics a. Questions that Leavitt is asking i. Why do most crack dealers live with their mothers? 1. After all the wheeling and dealing, crack dealers are really only making around mini
UPenn - CS - 184
CS184a: Computer Architecture (Structures and Organization)Day18: November 22, 2000 ControlCaltech CS184a Fall2000 - DeHon1Previously Looked broadly at instruction effects Looked at structural components of computation interconnect comput
UPenn - CIT - 597
Perl 4 and 5Major parts of this lecture adapted fromhttp:/www.scs.leeds.ac.uk/Perl/start.htmlMay 17, 2009Why Perl?Perl is built around regular expressions REs are good for string processing Therefore Perl is a good scripting language Per
UPenn - CIT - 591
BlackboardWeb sitesAll substantive information about this course is on the course website,http:/www.cis.upenn.edu/~matuszek/cit591 2008/index.htmlBlackboard is athttps:/courseweb.library.upenn.edu/We use Blackboard for: Turning in
UPenn - CIT - 591
BlackboardWeb sitesAll substantive information about this course is on the course website, http:/www.cis.upenn.edu/~matuszek/cit591 2007/index.html Blackboard is at https:/courseweb.library.upenn.edu/ We use Blackboard for: Turning in as
Air Force Academy - V - 575
From: owner-cdn-firearms-digest@sfn.saskatoon.sk.ca on behalf ofCdn-Firearms Digest [owner-cdn-firearms-digest@sfn.saskatoon.sk.ca]Sent: Tuesday, 23 October, 2001 11:04To: cdn-firearms-digest@broadway.sfn.saskatoon.sk.caSubject: Cdn-Firearms Dige
UNC - CS - 110
Comp 110Karl Gyllstromclassimport java.util.Scanner; class Scores { static int aboveAverage(int [] values) { return Arrays.above(values, mean(values); } static double mean(int [] values) { return (double) sum(values) / values.length; } static int
UNC - READ - 228022
Standard Contract SubcommitteeSpring, 2001 SPARCObjectives For subagreements between UNC constituent institutions: Reduce burden in review and negotiation Reduce time to execute Develop a standard/basic/master agreement Pre-agree that indirec
UNC - READ - 5031779
February 3, 2009 First_Name Last_Name Title Company Address City, St Zip Dear Mr. Last_Name: The City of High Point seeks written proposals for a lease-purchase financing contract which will cover the acquisition of 2 new Pierce fire pumper trucks fo
UNC - READ - 3096837
National Research Council Canada Institute for Chemical Process and Environmental Technology Position DescriptionPosition title: Air Quality/Meteorological Modeller Location: Ottawa, Ontario, Canada Tenure: 2year term Effective date: As soon as pos
UNC - READ - 4874048
Planning Department June 30, 2008 Notice of Consideration & Public HearingProject: CDH Ventures II CUP & Parallel Conditional Use District Rezoning, REZ 02-08 19300 Statesville Road Owner/Developer: Elbert Street Enterprises, LLC/ John Hettwer 1930
UNC - READ - 3716062
CALL FOR PAPERSThird Annual UCEA Conference Proceedings: Convention 2006Exploring Contested Intersections of Democracy, Social Justice, and Globalization The 2006 convention theme draws attention to the tensions between theory, research and practic
UNC - READ - 4707360
CITY OF WEST JEFFERSON CONDITIONAL USE PERMIT On the date(s) below, the Board of Adjustment for the Town of West Jefferson June 19, 2007 met and held a public hearing to consider the following application. Applicant: Property location vicinity of Eas
UNC - READ - 5021307
GOLF COURSE SUPERINTENDENT 500-00 General Statement of Duties Performs managerial, supervisory and technical professional agronomic work in maintaining a healthy golf course in quality playing condition daily. Distinguishing Features of the Class An
UNC - READ - 4735315
The information contained in this email and any attachments is confidential and may be subject to copyright or other intellectual property protection. If you are not the intended recipient, you are not authorized to use or disclose this information,
UNC - READ - 5000103
Reviewer Information, Educational Administration Quarterly Required for Consideration on the EAQ Board of Reviewers Contact information: Name: Institution: Department: Street Address Line 1: Street Address Line 2: City: State/Province: Zip/Postal Cod
UNC - READ - 558902
January 26, 2002 Dear Colleagues: Thank you for your interest in the ALCTS AACR2 and Metadata Regional Institutes. The last Institute will be held in beautiful San Diego in Southern California from Friday to Saturday, March 8-9, 2002. Attached with t
UNC - READ - 5024988
VACANCY ANNOUNCEMENTPosition Title: University Rank:College of Nursing (CON) Librarian Assistant/Associate In (professional but non-tenure accruing)Classification: Faculty, 12-month, 20 hr/wk part-time Non-Tenure-Accruing (with possibility of b
UNC - READ - 4910628
WILLIAM L. BOYD NATIONAL EDUCATIONAL POLITICS WORKSHOPSponsored by the Politics of Education Association and the University Council of Education Administration_The Politics of Education Association and the University Council of Education Adminis
UNC - READ - 5035034
210 W. MAIN STREET MAYODAN, N.C. 27027 (336) 4270241 FAX (336) 4277592TOWN OF MAYODANAn Ordinance to Regulate the Use of Golf Carts in the Town of MayodanWHEREAS, pursuant to session law enacted by the North Carolina General Assembly, the
UNC - READ - 4937922
1City of Hendersonville Historic Preservation Commission Rules of ProcedureAmended through 20 August 2008 ARTICLE I NAME The name of the organization shall be the Hendersonville Historic Preservation Commission. ARTICLE II OBJECT, MISSION, AND PURPO
Purdue - CS - 180
Enter 1 for Wizard or 2 for Fighter2Enter command:loadmap basicMap.txt**** ** # **XH *****Enter command:move west**** ***T# **SXH *****Enter command:move southYou have found a shield!You currently have a bar
Purdue - CS - 180
107TTTTTTTTTT__GGG__M_O__M#_O__MM_O__
UNC - COMP - 236
Lighting and ShadingComp 770 Lecture Notes Spring 2009Overview Lasttime, we covered light-matter interaction. Now, apply it to rendering. Outline: Lighting and shading. Lighting models. Shading methods.Those Were the Days (Or:how not
UNC - COMP - 236
Texturing Surface's texture: its look & feel Graphics: a process that takes a surface and modifies its appearance using An image A function Other dataset Gained importance in 80's; enhance Phong shaded scenes Environment mapping: Reflect th
UNC - COMP - 258
Subdividing a Bezier Patch Subdivide separately along u and v parameters To subdivide along the u parameter, subdivide the curve corresponding to each row of the matrix (used to represent the matrix form of the Bezier patch): [B m(u) . . . B m(U