Having the function mentioned by Mario would mean a big leap for PSPP. I am an average linux user who sticks up with GUIs (where possible). Being able to export the results to an excel (or OpenOffice)-readable format would spare me a big amount of work.
I am saying that knowing that your capacities for development are limited. Thanks for your work, the software is already great as is and I hope it will keep developing. Is there a wishlist to which one could add ideas? best karel On Fri, 2009-02-20 at 06:28 +0900, John Darrington wrote: > On Thu, Feb 19, 2009 at 05:00:23PM +0000, Mario Giesel wrote: > Hello, list, > > is it possible to export frequency tables into Excel so that I > can chart the reults? > > Not exactly. But you can use the AGGREGATE command to achieve the > same purpose. If you have a variable X, then a command like > > AGGREGATE > OUTFILE=* > /break=X > COUNT=n(X). > > will create a new variable COUNT containing the number of occurances > of each distinct value of X. You can then either cut+paste or use > LIST, WRITE etc to create a format that excel can understand. > > Alternatively, PSPP is quite capable of creating simple frequency > histograms, with a command like: > > FREQUENCIES X > /HISTOGRAM. > > > I hope this helps. > > J' > > _______________________________________________ > Pspp-users mailing list > Pspp-users@gnu.org > http://lists.gnu.org/mailman/listinfo/pspp-users _______________________________________________ Pspp-users mailing list Pspp-users@gnu.org http://lists.gnu.org/mailman/listinfo/pspp-users