Hi John, I did not import the data. My steps: 1. Open a BLANK data file using the GUI. 2. Create empty variables using the syntax. (For example: String var (A3) .. Numeric var (F8.0) ... ) 3. Manually enter the data using the GUI, one cell at the time. 4. Do a frequency of a variable using the GUI and using syntax command. Results: all values had frequency of 0.
There was no "Original raw data", no syntax to import the file. As I have stated in my previous email, when I did import a text data file, then Frequencies worked. Regards, Michele On Sat, Apr 27, 2019 at 10:57 AM John Darrington < j...@darrington.wattle.id.au> wrote: > Indeed, like Rainer says, most of the data are SYSMIS. > > So if that is not what you expected, then the question is how did you > create this file? This .sav file was itself saved by PSPP, but how was > the data imported? Please show the syntax you used to import, and > the original raw data. > > J' > > > On Sat, Apr 27, 2019 at 11:49:02AM +0200, r...@gmx.at wrote: > Michele & the glorious group of PSPP, > > 89,9% of cells contain missing values - maybe some of these slipped > somewhere into a > denominator thus ending up with NaNs in the output? > > Rainer > > > > On 27 Apr 2019 at 9:44, Michele Mor wrote: > > Hi. > Please see attached data file. > > Thanks. > Michele > > > On Thu, Apr 25, 2019 at 8:58 AM Michele Mor <m.mor.m...@gmail.com> > wrote: > Hi. > I will send the dataset at the weekend. > Best regards, > Michele > > > On Wed, 24 Apr 2019, 10:28 pm Alan Mead, <am...@alanmead.org> wrote: > I'm glad you got the analysis to work. Are you able to share the > dataset that didn't > work? > > -Alan > > On 4/24/2019 4:01 PM, Michele Mor wrote: > HI. > A quick update. > I have saved the data set as text file and imported into PSPP > (using GUI). > Done a frequency and now it works. > > I guess that inserting data using the GUI could cause some odd > behaviour. > > Regards, > Michele > > > > On Wed, Apr 24, 2019 at 9:38 PM Michele Mor <m.mor.m...@gmail.com> > wrote: > Hi. > Apologies for the delay, but been very busy. > On my Fedora 29: > The pspp --version: > pspp (GNU PSPP) 1.2.0 > Copyright (C) 2018 Free Software Foundation, Inc. > > When I have executed the code provided by John everything worked > as expected. > > I guess that the problem is to be found in the data itself. > I have used the GUI to insert data, after creating variables > using the syntax. > For example: > Numeric surveytype (F8.0). > Variable label surveytype 'Paper or online survey'. > Value labels surveytype > 1 'Paper' > 2 'Online'. > Execute. > Once the variable was created, I manually inserted 1 or 2. > > I will try to create a new data set using the syntax command or > importing data from > text file and see what happens. > Obviously I'm open to suggestions. > > Thanks, > Michele > > > > > > On Fri, Apr 19, 2019 at 3:22 PM John Darrington < > j...@darrington.wattle.id.au> wrote: > It would be helpful if you would state precisely *which* version > you are > using. Simply saying "the latest version" is not helpful. > Different > operating systems package different versions at different times > so each > has a different idea of what the "latest" is. Use "pspp > --version" to > find out which version you're actually using. > > Also, although you pasted the output from the frequencies > command, you > did not share with us the input that you used, so it's hard for > us to > say why it didn't work as you expected. > > Normally the "count" (ie: the number of cases with the given > value) > appears in the column labeled "Frequency". In the output you > posted > all frequencies (counts) are zero. So if this is not what you > expected, > then perhaps there is something wrong with the way you entered > the data. > > I'm using pspp version 1.2.0, and the syntax below seems to work > fine for me. I suggest that you start from there and see how you > go. > > PS: Please read chapter 20 of the manual for tips on providing > useful > bug reports. > > data list notable list /x *. > begin data. > 1 > 1 > 1 > 2 > 2 > 2 > 3 > 3 > 5 > 5 > 5 > 5 > 5 > 5 > 5 > end data. > > frequencies /variables=x /format=table. > > > > > > On Fri, Apr 19, 2019 at 12:20:22PM +0100, Michele Mor wrote: > > I have installed the latest release from sourceforge on windows > and the > latest package using dfn in Fedora 29. > Both had the same issue. > I'm going away for few days, but I'll try to install a > different version in > windows when I'm back. > I am a bit surprised that such a problem could creep up in a > release > version, since it's something very basic and that everyone does. > > > > > _______________________________________________ > Pspp-users mailing list > Pspp-users@gnu.org > https://lists.gnu.org/mailman/listinfo/pspp-users > > > -- > > Alan D. Mead, Ph.D. > President, Talent Algorithms Inc. > > science + technology = better workers > > http://www.alanmead.org > > "You're an interesting species. An interesting mix. > You're capable of such beautiful dreams, and such > horrible nightmares. You feel so lost, so cut off, > so alone, only you're not. See, in all our > searching, the only thing we've found that makes > the emptiness bearable, is each other." > > -- Carl Sagan, Contact > > > > > > > _______________________________________________ > Pspp-users mailing list > Pspp-users@gnu.org > https://lists.gnu.org/mailman/listinfo/pspp-users > > > -- > Avoid eavesdropping. Send strong encrypted email. > PGP Public key ID: 1024D/2DE827B3 > fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 > See http://sks-keyservers.net or any PGP keyserver for public key. > >
_______________________________________________ Pspp-users mailing list Pspp-users@gnu.org https://lists.gnu.org/mailman/listinfo/pspp-users