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: