Date: Thu, 12 Feb 2004 09:40:28 -0500
Reply-To: Susie.Li@US.SANOFI.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Susie Li <Susie.Li@US.SANOFI.COM>
Subject: Re: Perceptual Mapping
Content-Type: text/plain; charset=us-ascii
I took a closer look at my old program, it turned out to be correspondence
analysis+%plotit. So I should be asking the whereabout of %plotit macro (I
didn't write it).
*--- Below is correspondence analysis data for plotting by level of x
value---------------;
proc corresp data=plotdat short outc=coor noprint;
weight wtdays;
tables attrb, dername;
run;
* plot: OBS is the row variable, VAR is the column variable;
%plotit(data=coor,datatype=corresp, gopts=target=winprtc hsize=10 vsize=10,
symlen=2,vechead=,adjust1=%str(
if _type_ = 'VAR' then do;
__symbol = ' ' ;
__ssize = 0.7;
end;))
Susie Li
Targeting/Call Planning
Resource Optimization & Strategic Field Force Planning
Sanofi-Synthelabo, Inc.
7th Fl. 90 Park Ave
New York, NY 10016
(212)551-4385
susie.li@us.sanofi.com
Important: The Information in this e-mail belongs to Sanofi-Synthelabo Inc.,
is intended for the use of the individual or entity to which it is addressed,
and may contain information that is privileged, confidential, or exempt from
disclosure under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or use of, or
reliance on, the contents of this e-mail is prohibited. If you have received
this e-mail in error, please notify us immediately by replying back to the
sending e-mail address, and delete this e-mail message from your computer.
|