Monday |
Wednesday |
Additional Info/Questions? |
|---|---|---|
|
Jan 16 |
Jan 18 |
Linear Algebra Review: Chapter 2 p. 55-61, p. 84-86, p. 89-93 |
|
Jan 23 |
Jan 25 |
Here is the
planets.data from the planets class handout Use the read.table command in R to read in the data into an R object, i.e.. > planets <- read.table("http://www-math.cudenver.edu/
~bbailey/6395/ex_planets.data", header=T)
Take a look at the famous iris data To view the Rotating point cloud you need to install Cortona VRML, it installs very easily from Cortona website |
|
Jan 30 |
Feb 1 |
Class PCA Example using USArrests data set R code pca_ex1.r R output pca_ex1.out R plots pca_plot1.pdf |
|
Feb 6 |
Feb 8 |
HW#3 Problem 4 Correction: the model for Y_j, the subscript on E should be j not J |
|
Feb 13 |
Feb 15 |
HW#4 Problem 4: The qqnorm function makes a plot, so you don't have to use qqplot! |
|
Feb 21 |
Feb 23 |
bvnorm_plot.r should now be available! |
|
Feb 27 |
March 1 |
. |
|
March 6 |
March 8 |
. |
|
March 13 |
March 15 |
. |
|
March 27 |
March 29 |
see R help files for plot.lm, extractAIC Class Climate Example: R code climate_ex.r R plots climate_plots.pdf |
|
April 3 |
April 5 |
Class Exercise5.9 Example:
R code
plot_ex5.9.r R plots 5.9.fig.pdf |
|
April 10 |
April 12 |
. |
|
April 17 |
April 19 |
Class MANOVA Example:
R code
sumcr_ex.r.r |
|
April 24 |
April 26 |
Class Mouth Data Example:
Mouth Data
mouths.txt R code mouths.r R output mouths.out R plots mouths.pdf |
|
May 1 |
May 3 |
R functions: lda, kmeans, and hclust (see help files) Here is the HW#10 Solutions (pdf) Thanks Hyunmin! |