SPSS MATRIX language:

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

SPSS MATRIX language:

Mario Giesel
Hello all,

are there any recommendable sources for MATRIX language?
The command syntax reference is a bit short of examples.
Any resources are welcome :-)

Thanks a lot
Mario


__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com

====================To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Mario Giesel
Munich, Germany
Reply | Threaded
Open this post in threaded view
|

Re: SPSS MATRIX language:

Richard Ristow
At 12:00 PM 9/22/2008, Mario Giesel wrote:

>Hello all, are there any recommendable sources
>for MATRIX language? The command syntax
>reference is a bit short of examples. Any resources are welcome :-)

To start with, on this list Marta García-Granero
is a skilled user of MATRIX, and has posted many
solutions using it. Look in the archive for posts
by her, with text 'MATRIX' in the body.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: SPSS MATRIX language:

Marta Garcia-Granero
At 12:00 PM 9/22/2008, Mario Giesel wrote:

> Hello all, are there any recommendable sources
> for MATRIX language? The command syntax
> reference is a bit short of examples. Any resources are welcome :-)
Unfortunately, there aren't any more sources, at least, none than I'm
aware of. I use the Command Syntax Reference, plus a lot of T&E (Trial
and Error). I keep a collection of small pieces of code, like a sorting
algorithm that Jon Peck and Richard Ristow developed time ago (very
useful), or a method I wrote for computing factorial numbers using
logarithms. If you want to squeeze all the potential of MATRIX, then you
should read a good tutorial on matrix algebra, and have some background
in maths and basic statistics. Also, some knowledge in programming with
BASIC or PASCAL helps (I had both). To improve the reporting of the
results (MATRIX isn't really up to that task), I export data to SPSS
datasets (using DATASET DECLARE, DATASET ACTIVATE...) and use REPORT to
present cute pivot tables with output. You can find some examples of
MATRIX programs I have written at http://gjyp.nl/marta/ .

Welcome to the dark side of the force ;)

Marta García-Granero

--
For miscellaneous statistical stuff, visit:
http://gjyp.nl/marta/

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD