Date: Sun, 30 Aug 2009 20:55:09 -0700
Reply-To: Michael <michaelnx@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Michael <michaelnx@GMAIL.COM>
Organization: http://groups.google.com
Subject: Include Rho in Output Dataset
Content-Type: text/plain; charset=ISO-8859-1
Hi,
If I do the following, how to include Rho in the output dataset?
Thanks. Mike.
proc corr data = trans outp = x.rCorr pearson noprint ;
var var1-var23 ;
run;
|