s-news
[Top] [All Lists]

Profile Plots of Cluster Solution - How to?

To: s-news@lists.biostat.wustl.edu
Subject: Profile Plots of Cluster Solution - How to?
From: "Timothy W. Victor" <tvictor@dolphin.upenn.edu>
Date: Sat, 23 Nov 2002 07:32:05 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
This should be easy but I've been working at it for three days now and
can't find the solution. What I am trying to do is simply plot the
profiles for 5 cluster solution. All I want to do is plot each cluster
mean (and error bar) for each attribute in the same graph. Oddly, doing
this in SAS is only a few lines after transposing the data:

symbol i=std1mjt;
proc gplot data=plotme;
    plot value * attribute = cluster / haxis=axis1 vaxis=axis2 frame;
run;

Any suggestions? Thanks.
--
Tim Victor
Policy Research, Evaluation, and Measurement
Psychology in Education Division
Graduate School of Education
University of Pennsylvania


<Prev in Thread] Current Thread [Next in Thread>
  • Profile Plots of Cluster Solution - How to?, Timothy W. Victor <=