\documentclass[12pt]{article}

% Set left margin - The default is 1 inch, so the following
% command sets a 1.25-inch left margin.
\setlength{\oddsidemargin}{0.25in}

% Set width of the text - What is left will be the right margin.
% In this case, right margin is 8.5in - 1.25in - 6in = 1.25in.
\setlength{\textwidth}{6in}

% Set top margin - The default is 1 inch, so the following
% command sets a 0.75-inch top margin.
\setlength{\topmargin}{-0.25in}

% Set height of the text - What is left will be the bottom margin.
% In this case, bottom margin is 11in - 0.75in - 9.5in = 0.75in
\setlength{\textheight}{8in}

% Set the beginning of a LaTeX document
\begin{document}

\title{Psychology 594}         % Enter your title between curly braces
\author{Some Later Assignments}        % Enter your name between curly braces

\maketitle

\large




      I. Do a K-means analysis in SYSTAT for the Iris data (3
      groups); also, do this in MATLAB for 10 random starts and see
      what happens.

      \bigskip

      II. Go get yourself a proximity matrix from Michael Lee's web site
      (and one you will want to be interested in for your final
      ``takehome'') (Google: Michael Lee Irvine)

      \bigskip

      Input this into SYSTAT ``by hand'' (e.g., type =
      dissimilarity) and do three analyses: a two-dimensional
      multidimensional scaling; a complete-link hierarchical cluster
      analysis; a Tversky-Corter additive tree representation.
      Compare what the three tell you about your data.  Are they
      ``consistent''?




\end{document}
