Applied Multivariate Statistics in Educational
and Psychological Research
EdPsych/Soc 584 and Psych 594
C.J. Anderson
Spring 2011
Last revised: May 3, 2011
WARNING: I will make corrections and edits to lecture notes as we go through
the semester.
General Information
Announcements
Lecture Notes
Homework and Exams
Handy program and links
Questions or problems regarding this site should be sent to
cja@illinois.edu.
General Information :
- Syllabus (2011).
- Course logThis contains a record of what we cover in lecture, homework,
etc., and a running plan for the next few week or so (based on last time I taught the course).
Announcements:
- April 6: Haiyan's office hour for Mon April 11 are canceled and are rescheduled for Wed April 13 3-5pm.
If this make completing homework difficult, you may turn in your homework on Thursday, April 14.
- April 6: The take home final will be due Monday May 9, 5pm.
- March 8: The mid-term and data are posted (& links checked)
- Feb 2:
- I hope that you are all staying home today. I fixed the link to homework #2. You should be
able to work to it if you have internest access or SAS on your own computer. I'll be checking e-mail
fairly regularly if you have any questions about it.
- I will have put another set of up-dated notes (below) and will have time to do some more today.
- Jan 26: A bit of help on homework 1--- you need to compute the angle between two vectors, say x and y, assuming
that you have computed the length of x and y (i.e., Lx and Ly), the
SAS code (with comments) for this would be
cos_x_y = x`*y/(Lx*Ly);
* compute inverse of cos and answer given in terms of radians;
rad_x_y = arcos(cos_x_y);
* create a scalar equal to pi;
pi = constant('Pi');
* convert radians to degrees;
degree_x_y = (180/pi)*rad_x_y;
- Jan 26: If you do not have the textbook, there is a scan of the page in the text that has the assigned problem
for homework #1.
- An introduction to SAS will be given Wed Jan 26 at 9am in rm 176 Education. Bring a laptop.
The material covered is after lecture materials on linear algebra. If you have used SAS there is
no need to attend (i.e., this is optional).
- Jan 18:
- Lecture meeting time: Lectures are from 10:00-11:50am..
- Computing: We will be running statistical software (SAS) using
remote
desktop connection. We will connect to a server that has the software.
There are 2 things that you need before you can do this:
- Your computer must be hooked up to the internet (campus, home, hotel, Espresso Royal,
elsewhere).
- You must be registered for the class. If you reccently registered, you may not yet have
permission to login.
Lecture Notes:
- Introduction: (up-dated 2011)
- Linear Algebra: (up-dated 2011)
- Optional: Introduction to SAS to be held in rm 176 Education bldg. We will go over the first two items.
- Geometry of the Sample (up-dated 2011)
- Linear Combinations (up-dated 2011)
- Multivariate Normal Distribution (up-dated 2011)
- Inferences About a Mean Vector (up-dated 2011)
- Comparisons of Two Means (up-dated 2011)
- More Linear Algebra: eigensystems, SVD & maximization (up-dated 2011)
- Principal Components Analysis (up-dated 2011)
- One-Way MANOVA (up-dated 2011)
- Extensions of one-way MANOVA (up-dated 2011)
- Discriminant Analysis (up-dated 2011)
- Canonical Correlation Analysis
- Factor Analysis
Homework & Exams:
- Homework writing guidelines..
- Homework #1
- Homework #2
- Homework #3
- Homework #4
- Homework #5
- Homework #6
- Mid-term Exam (will be available on or before March 9 and is due March 16th)
- Homework #7 (due Wed April 6)
- Homework #8 (due Wed April 13)
- Homwork #9 (due Wed April 20)
- Homework #10 (due Wed April 27)
- Homework #11
- Final Exam (Due Monday May 9, 2011)
Handy Programs and Links:
-
CIforP.f:
A FORTRAN program that computes large sample confidence intervals for a
proportion. For PC computers, a execultable
version of CIforP (i.e., already complied)
-
pvalue.f:
A FORTRAN program that computes p-values and (bonferroni) critical values
for the standard normal, chi-squared, t, and F distributions (and for correlations).
For users of PC type computers,
pvalue.exe
is an executable (i.e. already compiled) program.
- Link to R homepage.