====== Homework 4 ====== **Due** Tuesday, April 13th ==== Questions ==== Download {{hw4.pdf|the questions here}}. ==== Resources ==== ^ Local copy ^ Dataset ^ | ''[[cos424>data/wine.tar.gz|wine.tar.gz]]'' | Local copy of the [[http://archive.ics.uci.edu/ml/datasets/Wine|UCI Wine]] dataset. | | ''[[cos424>data/plants.tar.gz|plants.tar.gz]]'' | Local copy of the [[http://archive.ics.uci.edu/ml/datasets/Plants|UCI Plants]] dataset. | \\ You also need to install the R [[http://cran.r-project.org/web/packages/FactoMineR/index.html|FactoMineR]] package.\\ Just type the following R incantation to download it. > install.packages('FactoMineR') \\