Go to http://www.ssicentral.com/, follow the link to 'free
downloads' or such, and download 'full2sym.zip'. This converts
matrices in ASCII files from full to 'lower-half' format, output
goes to another ASCII file.
MQ
--
----------------------------------------------------------------
Markus Quandt qua...@wiso.Uni-Koeln.DE
Universitaet zu Koeln
University of Cologne, Germany
>In article <36308524...@news.umsl.edu>, jpwi...@umsl.edu wrote:
>>Does anyone know a fast way to delete the correlations in the top half
>>of a correlation matrix (above the diagnol)? Any SPSS, Excel, Word,
>>or WordPerfect solutions would be greatly appreciated.
>
>Go to http://www.ssicentral.com/, follow the link to 'free
>downloads' or such, and download 'full2sym.zip'. This converts
>matrices in ASCII files from full to 'lower-half' format, output
>goes to another ASCII file.
>
With SPSS 7.5 and above, there is an autoscript which will do this for
you automatically every time you generate a correlation matrix in
SPSS. To activate it, from the menus choose Edit->Options, select the
Scripts tab, make sure Autoscripts are enabled (checkbox), and make
sure the script called Correlations_Table_Correlations_Create is
active (another checkbox). From that point on, whenever you generate a
correlation table, the script will remove the upper-diagonal portion
of the table, and also highlight significant correlations.
HTH
--Clay
Clay Helberg http://www.execpc.com/~helberg/
SPSS Documentation and Training chel...@spss.com
Speaking only for myself....
I guess a better question is: can _I_ automate the script without
wasting the whole afternoon trying to get it to work.
TIA
Unfortunately, I don't know of a way to delete the contents of a pivot
table cell via automation. Perhaps someone with more experience will
chime in with a way to do this.
Just out of curiosity, in what way is Excel's table formatting better
than SPSS's? I have found that I can do pretty much any formatting I
want to in SPSS, but perhaps I'm not pushing it to the same limits you
are.
--Clay
objDataCellArray.ValueAt(i,j)=""
i is the row index
j is the column index
objDataCellArray is the dataCellArray Object...
David
Please direct all comments/questions to the newsgroup!
In article <3634afb1....@news.uswest.net>,
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own