Re: using ChatGpt for creating PSPP syntax ?

2025-06-17 Thread ft gmail
I also hesitated due to the owners, but wanted to see if it is technically feasible. It is. For the rest I have a working brain. I'll try Perplexity.  My questions concerned PSPP only. Are there other AI that were tried here in the group ? - ftr Le 16/06/2025 à 20:56, Matthias Faeth a écrit 

Re: using ChatGpt for creating PSPP syntax ?

2025-06-16 Thread Matthias Faeth
Great news thanks. I found that Perplexity helps a lot while programming (in my case Excel VBA). Better than Gemini. I try to avoid ChatGPT, Llama, Grok and the likes due to their deeply unsympathetic owners (Sam Altmann / Marc Zuckerberg / Elon Musk) Am Mo., 16. Juni 2025 um 11:18 Uhr schrieb f

Re: Flatpak

2025-06-03 Thread Ben Pfaff
I've spent some time on this but I'm having trouble. The build system is rejecting my builds because of some kind of screenshot problem. The saga starts here for anyone interested: https://github.com/flathub/org.gnu.pspp/pull/10. Help appreciated, if anyone has expertise. On Thu, May 29, 2025 at 8

Re: Flatpak

2025-05-29 Thread Ben Pfaff
Yes, I need to update the flatpak. I'll try to do that this weekend. On Thu, May 29, 2025 at 4:57 AM Matthias Faeth wrote: > > I get this message while updating flatpak > > Info: runtime org.gnome.Platform branch 46 is end-of-life, with reason: >The GNOME 46 runtime is no longer supported as

Re: copying labels from an old variable to a new one.

2025-03-11 Thread Frans Houweling
Hi ftr,   one way to achieve this would be like this (of course the new names are up to you): GET FILE = 'EVS 2017 short.sav'. SAVE OUTFILE = 'temp.sav' /KEEP = country NUTS1 NUTS2   /RENAME = (country NUTS1 NUTS2 = nation regional regional2). MATCH FILES FILE = * /FILE = 'temp.sav'. EXECUTE.

Re: Need help to install pspp on Mac

2025-03-09 Thread Friedrich Beckmann
Hi, can you say which version of MacOS you use? If you use MacOS >= 13, the you can try arm64 (M1/M2/M3/M4): pspp-2.0.1-g2284ba-2-arm64.dmg intel x86_64:pspp-2.0.1-g2284ba-2-x86_64.dmg from here: https://caeis.etech.fh-augsburg.de/downloads/macos/ The language is adap

Re: Group identifiers labeled in output viewer for regression of split file

2025-03-06 Thread tim.goodsp...@btinternet.com
and the next [cid:894866aa-1c60-4ed2-800e-fc336905f0c1] Thanks for looking at this Tim Goodspeed +44 (0)7714 136 176 From: Ben Pfaff Sent: 07 March 2025 00:17 To: tim.goodsp...@btinternet.com Cc: pspp-users@gnu.org Subject: Re: Group identifiers labeled in

Re: Group identifiers labeled in output viewer for regression of split file

2025-03-06 Thread Ben Pfaff
Which command are you using to produce a regression? It might be that that command has a bug (old or new). On Thu, Mar 6, 2025 at 5:24 AM tim.goodsp...@btinternet.com wrote: > > I am regressing a split file. I cannot get any syntax to get group > identifiers labelled in output viewer. > > I have

Re: Group identifiers labeled in output viewer for regression of split file

2025-03-06 Thread tim.goodsp...@btinternet.com
+44 (0)7714 136 176 From: Frans Houweling Sent: 06 March 2025 16:38 To: tim.goodsp...@btinternet.com ; pspp-users@gnu.org Subject: Re: Group identifiers labeled in output viewer for regression of split file Hi Tim, have you tried "SET PRINTBACK=ON."?

Re: Group identifiers labeled in output viewer for regression of split file

2025-03-06 Thread Frans Houweling
Hi Tim,  have you tried "SET PRINTBACK=ON."? On 3/6/25 14:16, tim.goodsp...@btinternet.com wrote: I am regressing a split file. I cannot get any syntax to get group identifiers labelled in output viewer. I have, before regressions:   SORT CASES BY   SPLIT FILE SEPARATE BY   SHO

Re: output Value label instead of number

2025-01-28 Thread Ben Pfaff
On Tue, Jan 28, 2025 at 12:23 PM Andreas Hammer wrote: > > A Likert scale has values from 0 to 5; they have value labels such as > “strongly disagree” and “strongly agree”. > > The value labels are coded with numbers such as 0 to 5. > > The data has been imported and contains the numbers 0 to 5 an

Re: how to produce a readable table from an output table ?

2025-01-28 Thread Frans Houweling
My guess would be: "Do you have plans for implementing 'Export selection' in PSPPIRE anytime soon?" :-) On 1/28/25 20:05, Ben Pfaff wrote: PSPP has a FAQ. We can add a question and answer for this. What do you think it should say? On Tue, Jan 28, 2025 at 7:15 AM ft gmail wrote: Hi, Thank y

Re: how to produce a readable table from an output table ?

2025-01-28 Thread Ben Pfaff
PSPP has a FAQ. We can add a question and answer for this. What do you think it should say? On Tue, Jan 28, 2025 at 7:15 AM ft gmail wrote: > > Hi, > > Thank you for the hints. > > It would be helpful if you could limit exportation (to odt or html) only > to the part that is delimited before by

Re: how to produce a readable table from an output table ?

2025-01-28 Thread ft gmail
Hi, Thank you for the hints. It would be helpful if you could limit exportation (to odt or html) only to the part that is delimited before by a copy command. I don't know where to find these hints on the web, in this case for output treatment, but it would be helpful to have a FAQ for PSSP .

Re: how to produce a readable table from an output table ?

2025-01-27 Thread Andreas Hammer
Hello, Currently I take the detour via odt (in Libre Office confirm error message repair “yes”) or htlm (which can be copied well into librecalc) or csv (which sometimes requires more rework than html) Greetings Andreas -- Andreas Hammer M. A. Beratung & Evaluation Eppinger Str. 62 D-76684

Re: how to produce a readable table from an output table ?

2025-01-26 Thread ft gmail
Hi Frans, Thanks for the hint which did the trick. Retaining the formatting is really helpful 🙂 -ftr Le 25/01/2025 à 16:32, Frans Houweling a écrit : Hi ftr,   I don't know PSPPIRE, but, while waiting for an answer, you might try to save as html. Then, from your browser window you can copy

Re: odt output file corrupted

2025-01-25 Thread Ben Pfaff
PSPP's .odt output is little used and little tested. I would not be surprised to hear that sometimes it fails. On Sat, Jan 25, 2025 at 4:31 AM ft gmail wrote: > > Hi, > > I try to work on an output table with LibreOffice and export the output > file with the extension .odt. This creates the follo

Re: how to produce a readable table from an output table ?

2025-01-25 Thread Frans Houweling
Hi ftr,   I don't know PSPPIRE, but, while waiting for an answer, you might try to save as html. Then, from your browser window you can copy tables and paste them into a LibreOffice spreadsheet. You can even open the html file from LibreOffice - it will retain formatting. Hth,frans On 1/25/

Re: Define macro

2025-01-17 Thread Ben Pfaff
I just used a text file viewer ("less") and that's what it showed. I'm attaching a version with the line ends changed to normal ones. I didn't check that PSPP accepts it, but there is a better chance of that. On Fri, Jan 17, 2025 at 10:45 AM Nanci Avitable wrote: > I forget exactly as I've been

Re: Define macro

2025-01-17 Thread Nanci Avitable
I forget exactly as I've been trying so many things. Most likely a cut and paste from the original email (Mozilla Thunderbird). I can try typing it in from scratch and seeing what happens. Is there something I can turn on to see that for myself? 

Re: Define macro

2025-01-17 Thread Ben Pfaff
Yeah, it's full of weird Unicode U+2028 Line Separator characters. Nanci, what did you use to create this file? It is a super weird text file that I would not expect any normal text editor to produce. [image: image.png] On Fri, Jan 17, 2025 at 10:20 AM Nanci Avitable wrote: > The attached Work

Re: Define macro

2025-01-17 Thread Nanci Avitable
The attached Workaround.sps is what I used based on Frans original suggestion just minus the Data List command. It's pretty much what you see in the output. On 1/17/25 11:02 AM, Ben Pfaff wrote: Those are good suggestions.

Re: Define macro

2025-01-17 Thread Nanci Avitable
Multiple possibilities to investigate. Right now need to prepare for a possible "Flash Freeze." Xcel, our power company, cannot guarantee power over the next 5 days. Thanks Frans for the suggestions. On 1/17/25 10:52 AM, Fra

Re: Define macro

2025-01-17 Thread Ben Pfaff
Those are good suggestions. Nanci, can you attach the syntax file, please? On Fri, Jan 17, 2025 at 9:53 AM Frans Houweling wrote: > Could it have to do with line endings or long lines, or character encoding > (like utf-32 instead of utf-8)? That is what "1.215-1.225" (row 1 columns > 215 to 225

Re: Define macro

2025-01-17 Thread Frans Houweling
Could it have to do with line endings or long lines, or character encoding (like utf-32 instead of utf-8)? That is what "1.215-1.225" (row 1 columns 215 to 225) and | ^~~ suggest to me. On 1/17/25 18:31, Nanci Avitable wrote: I'm afraid there might be something else going on which ma

Re: Define macro

2025-01-17 Thread Nanci Avitable
I'm afraid there might be something else going on which may have to do with the fact that this is actually an intel based program and I'm running it on a Mac silicon with Rosetta 2 installed. Rosetta is what enables silicon Macs to run intell programs, the

Re: Define macro

2025-01-16 Thread fhouweling
Don't worry about the DATA LIST: just replace the define.. !enddefine part in your syntax. The DATA LIST and what follows was just there to show the macro works.Il 16 gen 2025 23:05, Nanci Avitable ha scritto: Frans, Thank you. I suspected that there might be a problem with Do

Re: Define macro

2025-01-16 Thread Nanci Avitable
Frans, Thank you. I suspected that there might be a problem with Do Repeat. I have tried your syntax, but it is not working as expected. I wonder if there is a difference in the PSPP programs we are using. Mine did not like the Da

Re: Define macro

2025-01-16 Thread Ben Pfaff
It looks like I haven't tested !DEFINE with DO REPEAT, even though I remember doing that. There aren't any tests that exercise them together. On Thu, Jan 16, 2025 at 12:30 PM Frans Houweling wrote: > > I'm afraid DO REPEAT does not work well inside DEFINE. Here is a workaround: > > define !subsco

Re: Define macro

2025-01-16 Thread Frans Houweling
I'm afraid DO REPEAT does not work well inside DEFINE. Here is a workaround: define !subscore3 (!pos !tokens(1)/!pos !enclose('(',')')/!pos !tokens(1)) !LET !limits = !2 !DO !ssc = 1 !TO 19   !LET !limit = !HEAD(!limits)   !LET !limits = !TAIL(!limits)   if (!1 ge !limit) !3 = !ssc. !DOEND !endde

Re: Define macro

2025-01-16 Thread Ben Pfaff
What was the original syntax? On Thu, Jan 16, 2025 at 10:16 AM Nanci Avitable wrote: > > I am working on a new MacBookPro, M4 chip with Sequoia. I have downloaded and > installed the PSPP version 2.0.1-2 bundle. > > I have several SPSS programs that I use to score some protocols and output > in

Re: Define macro

2025-01-16 Thread Oren Ish-Shalom
Maybe like this: DO REPEAT ssc = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 / limit = 0 10 14 18 22 26 30 34 38 42 46 49 52 55 58 62 65 100 100. IF (ctraw >= limit) ct = ssc. END REPEAT. EXECUTE. On Thu, 16 Jan 2025 at 20:16, Nanci Avitable wrote: > I am working on a new MacBookPro, M4 c

Re: Stata file from .sav?

2025-01-14 Thread ft gmail
You can try with open-source jamovi which reads .sav files and exports stata files. HTH -ftr Le 13/01/2025 à 18:09, Mogerman Rob a écrit : Can PSPP output a Stata file using a .sav file?  I have a client asking for a Stata file and I've never had to create one.   She mentioned SPSS can outpu

Re: Stata file from .sav?

2025-01-13 Thread Ben Pfaff
PSPP cannot output Stata files. On Mon, Jan 13, 2025, 9:10 AM Mogerman Rob wrote: > Can PSPP output a Stata file using a .sav file? I have a client asking > for a Stata file and I've never had to create one. She mentioned SPSS can > output them. > > thanks for any help that may come. > > Rob

Re: MATCH FILES WITH FULL OUTER JOIN

2025-01-05 Thread Ben Pfaff
On Sun, Jan 5, 2025 at 1:58 PM Ricardo Mejias wrote: > > I found this explanation of FULL OUTER JOINS syntax on: > https://hightouch.com/sql-dictionary/sql-full-join > > The syntax for a SQL FULL JOIN operation is as follows: > > SELECT column_list > FROM table1 > FULL JOIN table2 ON table1.colum

Re: MATCH FILES BY TOTALLY OPEN JOINTS

2025-01-05 Thread Frans Houweling
12:50 PM *To:* pspp-users@gnu.org *Subject:* Re: Pspp-users Digest, Vol 221, Issue 2 This is my code, and it works fine for matching the left file to the right, but only for VoterIDs  that are in both

Re: Pspp-users Digest, Vol 221, Issue 2

2025-01-05 Thread Ricardo Mejias
rg/mailman/listinfo/pspp-users> or, via email, send a message with subject or body 'help' to pspp-users-requ...@gnu.org You can reach the person managing the list at pspp-users-ow...@gnu.org When replying, please edit your Subject line so it is more specific than &quo

Re: Questions of MATCH FILES

2025-01-05 Thread ft gmail
The list does not accept images, it is text only. So, to make us understand your question please copy-paste your syntax. Thanks. Le 05/01/2025 à 01:01, Phong Duong a écrit : Perhaps there should be no period before /ByVoterID. Sent from my iPhone On Jan 4, 2025, at 13:58, Ricardo Mejias wr

Re: Questions of MATCH FILES

2025-01-04 Thread Phong Duong
Perhaps there should be no period before /ByVoterID.Sent from my iPhoneOn Jan 4, 2025, at 13:58, Ricardo Mejias wrote: When I run this code: I get this error message.  It happens with and without a period after /ByVoterID.  What do I have to change to avoid this error? Also

Re: Pspp-users Digest, Vol 220, Issue 6

2024-12-23 Thread Frans Houweling
ps://lists.gnu.org/mailman/listinfo/pspp-users> or, via email, send a message with subject or body 'help' to pspp-users-requ...@gnu.org You can reach the person managing the list at pspp-users-ow...@gnu.org When replying, please edit your Subject line so it is more specific than &qu

Re: Pspp-users Digest, Vol 220, Issue 6

2024-12-23 Thread Ricardo Mejias
' to pspp-users-requ...@gnu.org You can reach the person managing the list at pspp-users-ow...@gnu.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Pspp-users digest..." Today's Topics: 1. Re: Pspp-user

Re: Pspp-users Digest, Vol 220, Issue 4

2024-12-22 Thread Frans Houweling
aging the list at pspp-users-ow...@gnu.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Pspp-users digest..." Today's Topics:    1. Re: DESCRIPTIVES Not Running (Ben Pfaff) -

Re: Pspp-users Digest, Vol 220, Issue 4

2024-12-22 Thread Ricardo Mejias
il, send a message with subject or body 'help' to pspp-users-requ...@gnu.org You can reach the person managing the list at pspp-users-ow...@gnu.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Pspp-users digest..." T

Re: DESCRIPTIVES Not Running

2024-12-21 Thread Ben Pfaff
I think you're right. I think that PSPP should issue an error message, though. On Sat, Dec 21, 2024 at 6:29 AM Frans Houweling wrote: > > Hi, > > I suspect the missing command terminator on the line before (SET FORMAT) > could be the problem. > > > > On 12/20/24 19:31, Ricardo Mejias wrote: >

Re: DESCRIPTIVES Not Running

2024-12-21 Thread Frans Houweling
Hi,   I suspect  the missing command terminator on the line before (SET FORMAT) could be the problem. On 12/20/24 19:31, Ricardo Mejias wrote: I just upgraded to version GNU pspp 2.0.0-g5b54d1 and I am finding this problem: At the end of a program that processes and calculates data, and

Re: DESCRIPTIVES Not Running

2024-12-20 Thread Ben Pfaff
Can you provide the syntax as a text file? On Fri, Dec 20, 2024 at 10:37 AM Ricardo Mejias wrote: > > I just upgraded to version GNU pspp 2.0.0-g5b54d1 and I am finding this > problem: > > At the end of a program that processes and calculates data, and continues to > work, the Descriptive no lo

Re: Issue with using PSPP

2024-11-05 Thread Alan Mead
This was discussed when Windows 7 reached end of life (EOL)  and you could search the mailing list archives and find those emails. And I have bad news. As I recall, there are components that PSPP (or PSPPIRE) uses that no longer support Windows 7. By "no longer support" I mean a long time ago,

Re: CTABLES questions

2024-10-25 Thread Ben Pfaff
I like to think that the PSPP manual documentation for CTABLES is pretty good. It includes many examples. If there's anything missing from it, let me know. On Wed, Oct 23, 2024 at 3:27 PM ft gmail wrote: > > > Le 23/10/2024 à 17:24, Ben Pfaff a écrit : > > On Wed, Oct 23, 2024 at 5:14 AM ft gmail

Re: CTABLES questions

2024-10-25 Thread Frans Houweling
CTABLES is well-documented indeed! For exercises you might want to have a look at some blog posts here: https://www.morewithdata.net/blog/index-3.html frans On 10/24/24 22:51, Ben Pfaff wrote: I like to think that the PSPP manual documentation for CTABLES is pretty good. It includes many exa

Re: CTABLES questions

2024-10-23 Thread ft gmail
Le 23/10/2024 à 17:24, Ben Pfaff a écrit : On Wed, Oct 23, 2024 at 5:14 AM ft gmail wrote: Does PSPP intend to replace a specific version of SPSS CTABLES ? My goal is always to implement features from the latest SPSS (but some are currently missing). The best I found was a SPSS TABLES 11.5

Re: CTABLES questions

2024-10-23 Thread Ben Pfaff
On Wed, Oct 23, 2024 at 5:14 AM ft gmail wrote: > Does PSPP intend to replace a specific version of SPSS CTABLES ? My goal is always to implement features from the latest SPSS (but some are currently missing). > The best I found was a SPSS TABLES 11.5 manual. Is there anything better ? You shou

Re: CTABLES questions

2024-10-23 Thread ft gmail
Thank you very much, Ben. Your solution looks far better. Though I worked with CTABLES years ago, a steep re-learning curve rests. Does PSPP intend to replace a specific version of SPSS CTABLES ? Unfortunately , I did not find a good website (or book) for self-learning CTABLES with syntax

Re: CTABLES questions

2024-10-21 Thread Ben Pfaff
CTABLES should work with TEMPORARY. I'm surprised that it doesn't. It works for me with your data. Here is how to get the totals column. There might be a way to get a % Total row too; I didn't have time to figure it out. set /tnumbers labels. temp. recode d60 (7=3)./* missing =7 recoded into alm

Re: PSPP download win

2024-10-15 Thread ft gmail
What would you like to get tested ? -ftr Le 15/10/2024 à 04:46, Friedrich Beckmann a écrit : Hi, there is a new windows nightly build with spread-sheet 0.10: https://caeis.etech.fh-augsburg.de/downloads/windows/pspp-win-daily/2.0.1-g486e58/ Maybe somebody can try this version. Friedrich

Re: PSPP download win

2024-10-14 Thread Friedrich Beckmann
Hi, there is a new windows nightly build with spread-sheet 0.10: https://caeis.etech.fh-augsburg.de/downloads/windows/pspp-win-daily/2.0.1-g486e58/ Maybe somebody can try this version. Friedrich > Am 13.10.2024 um 17:28 schrieb Friedrich Beckmann : > > Hi Andreas, > > thanks for the info! T

Re: PSPP download win

2024-10-13 Thread ahammer
Hi Friedrich Bugs happens.Thank you.Andreas  Ursprüngliche Nachricht Von: Friedrich Beckmann Datum: 13.10.24 17:28 (GMT+01:00) An: Andreas Hammer Cc: pspp-users@gnu.org Betreff: Re: PSPP download win Hi Andreas,thanks for the info! The windows nightlyhttps://caeis.etech.fh

Re: PSPP download win

2024-10-13 Thread Friedrich Beckmann
Hi Andreas, thanks for the info! The windows nightly https://caeis.etech.fh-augsburg.de/buildbot/#/console failed due to a bug. Once Ben has produced a new nightly package, then the windows build should work again. Friedrich > Am 12.10.2024 um 13:55 schrieb Andreas Hammer : > > > Since 14 days

Re: PSPP download win

2024-10-12 Thread Ben Pfaff
I didn't know that it was down. I restarted the webserver there and it appears to be up again. Please let me know if you notice disruptions like this. I will take care of them. On Sat, Oct 12, 2024 at 6:31 AM Frans Houweling wrote: > Hi, > > Not only win, I'm afraid. Since a few days, https:

Re: PSPP download win

2024-10-12 Thread Frans Houweling
Hi,   Not only win, I'm afraid.  Since a few days, https://benpfaff.org refuses to connect. Do we have to start worrying? frans On 10/12/24 13:55, Andreas Hammer wrote: Hello, *Windows:* On Windows, download an installer for a stable version from the latest-release

Re: How to run pspp 2.0.1 as batch in linux?

2024-09-25 Thread Frans Houweling
Hi Chuck,  you got the "pspp>" prompt because you did not provide a .sps file as argument (just as normal pspp). I believe you can provide flags and arguments as usual. frans On 9/25/24 17:19, Chuck Metalitz wrote: The flathub description recommends the command flatpak run --command=pspp

Re: How to run pspp 2.0.1 as batch in linux?

2024-09-25 Thread Ben Pfaff
If you want to be able to run pspp from the command line without typing that long command each time, you can create a script somewhere in your $PATH with the contents: exec flatpak run --command=pspp org.gnu.pspp -- "$@" and then mark it executable. On Wed, Sep 25, 2024 at 8:19 AM Chuck Metalitz

Re: How to run pspp 2.0.1 as batch in linux?

2024-09-25 Thread Chuck Metalitz
The flathub description recommends the command flatpak run --command=pspp org.gnu.pspp That gets me a "pspp>" prompt, where apparently I can paste a pspp program which will run.  Which does seem to work, but I had hoped for a simpler method as was available in the prior version. That said, t

Re: How to run pspp 2.0.1 as batch in linux?

2024-09-24 Thread Ben Pfaff
There are instructions at the end of the description here: https://flathub.org/apps/org.gnu.pspp On Tue, Sep 24, 2024, 6:44 PM Chuck Metalitz wrote: > Hello list > > When running pspp 1.41 I could run a batch job just by entering "pspp > *filename*" > > Version 2.01,installed from flatpak, works

Re: windows release

2024-08-28 Thread John Darrington
On Wed, Aug 28, 2024 at 07:50:50PM +, Jessica wrote: > Hi > > When will 2.0.1 be officially released for windows? Never. The only "official" releases are in souce form on the website at https://ftp.gnu.org/gnu/pspp/ and are in source form. This allows you to build it for windows or any

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Oren Ish-Shalom
Maybe dockerize the entire example? No GUI seems to be needed so it should be easy ... On Sat, 24 Aug 2024 at 19:36, Ben Pfaff wrote: > ESS11.sav? I'll need more guidance. ESS11.sav doesn't have a variable > named anweight. > > On Sat, Aug 24, 2024 at 9:33 AM Andreas Hammer > wrote: > > > > I t

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Ben Pfaff
ESS11.sav? I'll need more guidance. ESS11.sav doesn't have a variable named anweight. On Sat, Aug 24, 2024 at 9:33 AM Andreas Hammer wrote: > > I think the test should be with the dataset ftr is using > > Am 24.08.2024 um 18:31 schrieb Ben Pfaff: > > With the data file and the syntax below, it wo

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Andreas Hammer
I think the test should be with the dataset ftr is using Am 24.08.2024 um 18:31 schrieb Ben Pfaff: With the data file and the syntax below, it works OK for me without error. I wonder what is different between our cases? GET FILE="ESS10SC.sav". WEIGHT BY anweight. FREQUENCIES /VARIABLES= pr

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Ben Pfaff
With the data file and the syntax below, it works OK for me without error. I wonder what is different between our cases? GET FILE="ESS10SC.sav". WEIGHT BY anweight. FREQUENCIES /VARIABLES= prtvtcat prtclfde hmsfmlsh livecnta /FORMAT=AVALUE TABLE. On Sat, Aug 24, 2024 at 9:20 AM Ben Pfaff

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Ben Pfaff
I found an old copy of ESS10SC.sav. I'll look at the problem. On Sat, Aug 24, 2024 at 9:09 AM Ben Pfaff wrote: > > I downloaded the SPSS zip file there, which contained ESS10.sav. But I > don't think it's the same as the ESS10SC.sav that you are using, > because I get this error: > > ess10.sps:4.

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Andreas Hammer
ideed today  I tested  ESS10 Self-completion - integrated file, edition 1.0 It can be diffrent to Datafile ESS10 - integrated file, edition 2.2 I don*t know which dataset ft was using Am 24.08.2024 um 18:09 schrieb Ben Pfaff: I downloaded the SPSS zip file there, which contained ESS10.sav. B

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Ben Pfaff
I downloaded the SPSS zip file there, which contained ESS10.sav. But I don't think it's the same as the ESS10SC.sav that you are using, because I get this error: ess10.sps:4.18-4.25: error: FREQUENCIES: prtvtcat is not a variable name. 4 | /VARIABLES= prtvtcat prtclfde hmsfmlsh livecnta

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Andreas Hammer
https://ess.sikt.no/en/datafile/f37d014a-6958-42d4-b03b-17c29e481d3d/262?tab=0 Am 24.08.2024 um 17:55 schrieb Ben Pfaff: What syntax did you use? On Sat, Aug 24, 2024 at 8:36 AM Andreas Hammer wrote: Hello, I tried a few variables of the dataset ESS10C with anweight - without error message

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Ben Pfaff
Do you have a download link for ESS10SC? I only have ESS11 so far. On Sat, Aug 24, 2024 at 8:59 AM Andreas Hammer wrote: > > GET FILE="...ESS10SC.sav". > WEIGHT BY anweight. > FREQUENCIES > /VARIABLES= prtvtcat prtclfde hmsfmlsh livecnta > /FORMAT=AVALUE TABLE. > > Am 24.08.2024 um 17:5

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Andreas Hammer
GET FILE="...ESS10SC.sav". WEIGHT BY anweight. FREQUENCIES     /VARIABLES= prtvtcat prtclfde hmsfmlsh livecnta     /FORMAT=AVALUE TABLE. Am 24.08.2024 um 17:55 schrieb Ben Pfaff: What syntax did you use? On Sat, Aug 24, 2024 at 8:36 AM Andreas Hammer wrote: Hello, I tried a few variables of

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Ben Pfaff
Which data set did you use? What syntax did you use? Someone else posted about ESS11, but that doesn't have a variable named anweight. On Sat, Aug 24, 2024 at 7:48 AM ft gmail wrote: > > Hi, > > I try to understand what the error message printed below means, and what to > do. > > In fact, I an

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Ben Pfaff
What syntax did you use? On Sat, Aug 24, 2024 at 8:36 AM Andreas Hammer wrote: > > Hello, > > I tried a few variables of the dataset ESS10C with anweight - without > error message. > > I never reseived a message like that with earlier rounds. > > There for: no Idea. > > Greetings Andreas Hammer >

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Andreas Hammer
Link to the newes round NO 11 https://ess.sikt.no/en/study/412db4fe-c77a-4e98-8ea4-6c19007f551b It's nesseary to register - but there no fees or risks Am 24.08.2024 um 17:45 schrieb Ben Pfaff: Where can I download the dataset? On Sat, Aug 24, 2024 at 8:36 AM Andreas Hammer wrote: Hello, I

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Ben Pfaff
Where can I download the dataset? On Sat, Aug 24, 2024 at 8:36 AM Andreas Hammer wrote: > > Hello, > > I tried a few variables of the dataset ESS10C with anweight - without > error message. > > I never reseived a message like that with earlier rounds. > > There for: no Idea. > > Greetings Andreas

Re: error message after weighting : At least one case in the data file had a weight value that was user-missing, system-missing, zero, or negative.

2024-08-24 Thread Frans Houweling
The freq table is weighted. Use SHOW WEIGHT to see the weighing variable, and WEIGHT OFF to reset. On 8/24/24 16:48, ft gmail wrote: Hi, I try to understand what the error message printed below means, and what to do. In fact, I analyse a data set from the European Social Survey which is p

Re: modify vars

2024-08-24 Thread Frans Houweling
Good workaround. For anyone interested: - as Ben points out, no need for SAVE and GET. Use ADD FILES or MATCH FILES instead: ADD FILES FILE=* /KEEP={unconcerned variables} reordered variables {unconcerned variables} .  - the first {unconcerned variables} can have the form {first variable in

Re: modify vars

2024-08-24 Thread ft gmail
Thank you for the clarification. This is a pity as the command was simple and helpful. My workaroung was: GET FILE="C:\Users\data\xx.sav". SAVE OUTFILE="C:\Users\data\xxreordered.sav"   /KEEP {unconcerned variables} reordered variables {unconcerned variables} . GET FILE="C:\Users\data\xxreorder

Re: Mean +infinit

2024-08-19 Thread Dr. Oliver Walter
Good evening, this problem does not occur if I run a linear regression on my computer. I use pspp 2.0.1 - gb7907d . There seems to be a problem with some residuals, too. The lowest residual is -8E+307 = -8*10^307 and the highest residual is 1E+308 = 1*10^308. What strange numbers. Neverthe

Re: modify vars

2024-08-18 Thread Ben Pfaff
MODIFY VARS was removed in version 2.0.0 because it is not part of SPSS. The manual you are looking at must be for an older version of PSPP. You can use ADD FILES to reorder variables: https://www.spss-tutorials.com/spss-reorder-variables-with-syntax/. (I haven't tried this, but it should work. If

Re: LOGISTIC REGRESSION & significance of the model

2024-08-16 Thread Dr. Oliver Walter
Hello, Mr Hammer, yes, it is true. As far as I know, PSPP does not provide the significance test for the full model. You have to calculate it by yourself. Kind regards, Am 16.08.2024 um 10:47 schrieb Andreas Hammer: Hello, Do I see correctly that PSPP does not output the significance of the

Re: Question: how changing bar labels in barchart?

2024-08-08 Thread John Darrington
I think it is possible to export the graphic to SVG and adjust the labels with Inkscape or another tool. On Thu, Aug 08, 2024 at 06:10:58PM +0200, Andreas Hammer wrote: > Thank you, I already suspected that. I was hoping there was another idea. > > Am 08.08.2024 um 18:08 schrieb Ben Pfaff: > > I

Re: Question: how changing bar labels in barchart?

2024-08-08 Thread Andreas Hammer
Thank you, I already suspected that. I was hoping there was another idea. Am 08.08.2024 um 18:08 schrieb Ben Pfaff: I believe that the labels in charts come from variable labels and value labels. The graphs are not really customizable beyond adjusting those labels. -- Andreas Hammer M. A. Ber

Re: Question: how changing bar labels in barchart?

2024-08-08 Thread Ben Pfaff
I believe that the labels in charts come from variable labels and value labels. The graphs are not really customizable beyond adjusting those labels. On Thu, Aug 8, 2024 at 9:06 AM Andreas Hammer wrote: > Hello, > > How is it possible to change the size, font or position of the bar labels > in a

Re: copy/paste data

2024-06-24 Thread John Darrington
On Mon, Jun 24, 2024 at 03:50:36PM +, Caritas Centro Studi - Studienzentrum wrote: > Dear all, > > I just recently started to use PSPP, version GNU pspp 1.6.2-g78a33a, so I am > an absolute newcomer, just with some random experience with SPSS quite some > time ago. Welcome. You should how

Re: Bug sistema

2024-06-07 Thread ft gmail
Hi, This is an English-language group. Would you please be so kind to repeat your question in English so that everyone can help you ? It would also be helpful if you could describe more precisely your installation and the case that created the bug. - ftr Le 05/06/2024 à 17:36, ANNA SOFIA R

Re: run PSPP

2024-06-06 Thread Friedrich Beckmann
Thanks for your question. I added the hint how start the gui version of pspp in the homebrew repo: https://github.com/fredowski/homebrew-pspp I took me also some time to figure out how to start the gui...

Re: run PSPP

2024-06-06 Thread Alan Mead
I know nothing about home brew, but ChatGPT suggests 'open'. Here's the example it gave (using Firefox as an example): brew install --cask firefox open -a Firefox These would be typed in 'sh'. I hope that's correct information. I have no idea how to open sh/Terminal. On 6/6/24 12:31, Алекса

Re: Bug sistema

2024-06-06 Thread Alan Mead
English: Please post these details: What version of the software are you using (Help > About)? What operating system are you using? What are the steps I should do to replicate the problem (e.g., how are you trying to insert a new variable)? When you say a bug appears, is there an error message?

Re: Exporting PSPP .sav file as Excel .xlsx file

2024-06-02 Thread John Darrington
Why do you need to use Excel? PSPP can already convert .sav files to .ods and .gnumeric formats. If you then use LibreOffice and/or Gnumeric instead of Excel, then you're golden. J' On Wed, May 29, 2024 at 08:54:03AM -0600, keithlance wrote: > I???m new to PSPP. It seems to do everything I nee

Re: Exporting PSPP .sav file as Excel .xlsx file

2024-05-29 Thread Ben Pfaff
Or simply run "pspp-convert data.sav data.csv" from the terminal. On Wed, May 29, 2024 at 8:01 AM Oren Ish-Shalom wrote: > > with syntax file (*.sps) it’s very easy: > > $ cat script.sps > ** ... computations here ... ** > SAVE /OUTFILE='data.sav' > HOST COMMAND = ['pspp-convert data.sav data.csv

Re: Exporting PSPP .sav file as Excel .xlsx file

2024-05-29 Thread Oren Ish-Shalom
with syntax file (*.sps) it’s very easy: $ cat script.sps ** ... computations here ... ** SAVE /OUTFILE='data.sav' HOST COMMAND = ['pspp-convert data.sav data.csv'] Then from your terminal: $ pspp script.sps # does everything + then save it to *.csv On Wed, 29 May 2024 at 17:54, keithlance keit

Re: how to change the program language

2024-05-22 Thread Alan Mead
Current (and foreseeable) AI models ALWAYS make up answers, and these made-up answers are usually superficially plausible. So, you should ALWAYS verify the results. The chat interface also makes it easier to correct the model (in the moment and until you exceed the "context window"), which is w

Re: color coding of syntax

2024-05-22 Thread ft gmail
Then this shows that ChatGpt invents answers. Le 22/05/2024 à 19:57, Ben Pfaff a écrit : I don't think there have ever been syntax highlighting options. It's either supported or not. On Wed, May 22, 2024 at 10:54 AM ft gmail wrote: Once I saw that ChatGPT might find something that I did not,

Re: how to change the program language

2024-05-22 Thread ft gmail
I did not demand to change the language while running the program. You do a good work and have to concentrate on non-luxury , I' say. I now found a simple way to solve the language question for  a user who needs English als GUI language : I deleted the local subfolder and restarted. That's it.

Re: how to change the program language

2024-05-22 Thread Ben Pfaff
It's a good idea for PSPP to be able to change its language at runtime, but it currently doesn't support that. On Wed, May 22, 2024 at 10:15 AM ft gmail wrote: > > Following Alan's idea I tried ChatGPT and got the remarkable answer: > > 1. Open PSPP on your computer. > 2. Go to the “Options” or

Re: how to change the program language

2024-05-22 Thread ft gmail
Following Alan's idea I tried ChatGPT and got the remarkable answer: 1. Open PSPP on your computer.  2. Go to the “Options” or “Settings” menu.  3. Look for the language or localization option.  4. Select the language you want to use in the interface.  5. Save the changes and restart PSPP for the

  1   2   3   4   5   6   7   8   9   10   >