pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Charts


From: John Darrington
Subject: Re: Charts
Date: Mon, 13 Dec 2004 15:07:12 +0800
User-agent: Mutt/1.3.28i

On Sun, Dec 12, 2004 at 10:41:50PM -0800, Ben Pfaff wrote:
     John Darrington <address@hidden> writes:
     
     > Did you add the two lines above?  If not, then yes that's what I would
     > expect.  Otherwise, no.  However, you might also have fallen foul of
     > bug #11119 as you are using the ascii driver.  Maybe you could try
     > using the postscript driver.
     
     Thanks, now it completes almost instantly and I get two lovely
     plots on-screen.  (I have no idea how to interpret these plots.
     I need to study more statistics.)


Basically, if the dots follow the line, then the data is normally
distributed.

try it with the following : 

INPUT PROGRAM.
        LOOP #I=1 TO 50.
             COMPUTE X=UNIFORM(10).
             END CASE.
        END LOOP.
        END FILE.
END INPUT PROGRAM.


EXAMINE /x
        /STATISTICS=DESCRIPTIVES
        /PLOT = NPPLOT
        .

and then try again substituting NORMAL for UNIFORM.


Regarding getting 15GB of output, do you think it would be a good idea
to have a SET subcommand to limit the amount of output that can be
created?

Or perhaps a per driver configuratoin option.

J'


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://wwwkeys.pgp.net or any PGP keyserver for public key.


Attachment: pgpYgGMRBVimp.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]