Re: Flatpak

2025-06-03 Thread Ben Pfaff
9, 2025 at 8:36 AM Ben Pfaff wrote: > 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 b

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: 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: 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 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: 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: Define macro

2025-01-17 Thread Ben Pfaff
gt; 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? And if so, what > should

Re: Define macro

2025-01-17 Thread Ben Pfaff
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. > > Nanci, can you attach the syntax file,

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-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 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: 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: 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-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: 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

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-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-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: How to run pspp 2.0.1 as batch in linux?

2024-09-25 Thread Ben Pfaff
pler > method as was available in the prior version. > > That said, thank you for your work and pspp is a big help to me. > > On 9/24/24 22:27, Ben Pfaff wrote: > > There are instructions at the end of the description here: > https://flathub.org/apps/org.gnu.pspp > &g

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: 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 f

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

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 ge

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
h livecnta | ^~~~ On Sat, Aug 24, 2024 at 9:02 AM Andreas Hammer wrote: > > 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? > > >

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
BLE. > > 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 > &g

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 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: 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: 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: 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: how to change the program language

2024-05-22 Thread Ben Pfaff
g in PSPP Options. I use PSPP > 2.0.0-g4c33fd > > - ftr > > Le 22/05/2024 à 19:07, Ben Pfaff a écrit : > > It's definitely possible on GNU/Linux to have every program in a > > different language. It should be possible on Windows as well if you > > can set env

Re: how to change the program language

2024-05-22 Thread Ben Pfaff
It's definitely possible on GNU/Linux to have every program in a different language. It should be possible on Windows as well if you can set environment variables differently for each program. On Wed, May 22, 2024 at 10:05 AM Ксения Буденная wrote: > > > I think this is impossible, the program ta

Re: how to change the program language

2024-05-22 Thread Ben Pfaff
I added a pointer to these instructions to the FAQ: https://www.gnu.org/software/pspp/faq.html#Language On Wed, May 22, 2024 at 9:36 AM Ксения Буденная wrote: > > Happened! Thank you! > > > > Ксения Буденная > ВСБ-ДОН > +380502626352 > +330753856778 > > > > ср, 22 трав. 2024 р. о 18:28 Alan Mead

Re: PSPP installation from intune

2024-05-10 Thread Ben Pfaff
-aa88-5d13ef7501c4> > The information in this email is confidential. The contents may not be > disclosed or used by anyone other than the addressee. If you are not the > intended recipient, please notify us immediately at he...@advania.co.uk. > Advania Limited Registered in England

Re: PSPP installation from intune

2024-05-10 Thread Ben Pfaff
I think that this could be removed by applying the following patch: diff --git a/Windows/pspp.nsi b/Windows/pspp.nsi index a7624be4a1..a8a2fa2654 100644 --- a/Windows/pspp.nsi +++ b/Windows/pspp.nsi @@ -355,10 +355,6 @@ Function .onInit ${Endif} ${Endif} - MessageBox MB_OKCANCEL "This wind

Re: PSPP building: doc/pspp-figures converting error

2024-04-13 Thread Ben Pfaff
We got the original email, it just took a little to get through the moderation queue (you're now on the allow-list, so there won't be more delays). On Sat, Apr 13, 2024 at 9:59 AM Adept's Lab wrote: > > Not sure if you received it from my country's email service so I'm > duplicating my message.

Re: PSPP building: doc/pspp-figures converting error

2024-04-13 Thread Ben Pfaff
This is unexpected. Is there anything unusual about your system? Could you run the command by hand under strace and attach the output? On Sat, Apr 13, 2024 at 9:59 AM Петр Бычков wrote: > > Hi. I’m trying to build pspp-2.0.1 and every execution of > LANG=C > LSAN_OPTIONS="suppressions=/builddir

Re: dropdown menu for pspp?

2024-04-05 Thread Ben Pfaff
Maybe this is about value labels in the data editor? I am not aware of changes in this area. On Fri, Apr 5, 2024 at 10:39 AM Alan Mead wrote: > > Maybe someone else understands your question. I would appreciate a picture of > the interface that has the personally defined values (or where they ar

Re: Issue converting sav file to csv

2024-04-03 Thread Ben Pfaff
PSPP 1.4.1 is really old. It was released in 2020. You should probably upgrade to a newer version. But that is not the problem here. The problem is that PSPP does not accept .sav or .csv files on the command line. PSPP only accepts syntax files on the command line. Syntax files can say to open .sa

Re: pspp-2.0.1 released [stable]

2024-04-02 Thread Ben Pfaff
Great! I'm glad to hear that! On Tue, Apr 2, 2024 at 3:14 PM Ali Alhaidary wrote: > > Thank you for brilliant effort, it is now on each every station of > teachers and students. > > Ali > > On 3/22/24 02:41, Ben Pfaff wrote: > > I'm very pleased to announc

Re: development flatpak is back!

2024-04-02 Thread Ben Pfaff
t; Ali > > On 4/3/24 00:27, Ben Pfaff wrote: > > That command works OK here. You might need to make sure that a flathub > > remote is set up. You can run the following command and then try > > again: > > flatpak remote-add --if-not-exists flathub > > https://dl.fl

Re: development flatpak is back!

2024-04-02 Thread Ben Pfaff
Thanks, however the link flatpak install flathub org.gnu.pspp still returns > the error; > > error: No remote refs found similar to ‘flathub’ > > Ali > > On 3/21/24 23:45, Ben Pfaff wrote: > > The development flatpak build had been broken for a while, but I fixed > it

Re: pspp-2.0.1 released [stable]

2024-03-25 Thread Ben Pfaff
Thank you for the note! On Sun, Mar 24, 2024 at 12:50 AM THIVANT Eric wrote: > > Hi Ben Pfaff, > > I thank you very much for the new version of GNU PSPP.. I will try it on > my computer and i keep you inform. I would like to continue to translate > in french, but it's

pspp-2.0.1 released [stable]

2024-03-21 Thread Ben Pfaff
I'm very pleased to announce the release of a new version of GNU PSPP. PSPP is a program for statistical analysis of sampled data. It is a free replacement for the proprietary program SPSS. Here are the compressed sources and a GPG detached signature[*]: https://ftp.gnu.org/gnu/pspp/pspp-2.0.1.

development flatpak is back!

2024-03-21 Thread Ben Pfaff
The development flatpak build had been broken for a while, but I fixed it today. You can find instructions on how to install it at: https://www.gnu.org/software/pspp/get.html, under Development. Also, I discovered that you can run the CLI from the flatpak (previously I thought Flatpak only worked

Re: MRSET $Q4 has only one variable

2024-03-12 Thread Ben Pfaff
PSPP automatically deleted that multiple response set, since it had too few variables. You can either ignore the message or save a new copy of the file. The new copy won't have any multiple response set. On Tue, Mar 12, 2024 at 4:06 AM ft gmail wrote: > > Hi, > > I use the European Values Study d

Re: Crosstabs count row > 100% or < 100% , wrong total

2024-03-04 Thread Ben Pfaff
That does look surprising! Are you using weighting? Are there missing values in the input? Those are the categories that come to mind as possibly triggering this kind of surprise. On Mon, Mar 4, 2024 at 12:43 PM Andreas Hammer wrote: > Hello, > > I'm not sure if it's an user error or not: > > I

Re: Sorting by variable name

2024-03-01 Thread Ben Pfaff
> Spinello > *Gesendet:* Dienstag, 27. Februar 2024 22:20 > *An:* espine...@rpmconsulting.com; 'Ben Pfaff' > *Cc:* 'ft gmail' ; pspp-users@gnu.org > *Betreff:* Sorting by variable name > > > > I may be missing something, but I'm noticing that when

Re: CTABLES GUI

2024-02-13 Thread Ben Pfaff
Hmm, it doesn't work for me at first try either. John, I would guess that you wrote the CTABLES GUI. Does it work OK for you? I'm not having any luck. On Tue, Feb 13, 2024 at 4:24 AM ft gmail wrote: > > Hi, > > Did anyone work with the CTABLES GUI ? > > I can drag and drop an ordinal variable i

Re: CTABLES

2024-02-09 Thread Ben Pfaff
I like to think that the PSPP manual for CTABLES is pretty good. It includes lots of examples. You might find one of the examples here is what you're looking for: https://www.gnu.org/software/pspp/manual/html_node/CTABLES-Scalar-Variable-Basics.html On Fri, Feb 9, 2024 at 3:24 AM ft gmail wrote:

Re: how to copy & paste table as graphic

2024-02-09 Thread Ben Pfaff
Hmm, I don't recall removing such a feature. I'll add this to my email folder of feature requests. On Fri, Feb 9, 2024 at 1:53 AM Andreas Hammer wrote: > > Hello, > > If I remember correctly, in an earlier version I could select a table in > the out window by clicking on it and then copy it with

Re: color coding of syntax

2024-02-07 Thread Ben Pfaff
possible. > > Elio > > > > -Original Message- > From: Ben Pfaff > Sent: Wednesday, February 7, 2024 12:20 PM > To: espine...@rpmconsulting.com > Cc: ft gmail ; pspp-users@gnu.org > Subject: Re: color coding of syntax > > On Wed, Feb 7, 2024 at 12:06 PM

Re: color coding of syntax

2024-02-07 Thread Ben Pfaff
On Wed, Feb 7, 2024 at 12:06 PM "Elio Spinello" wrote: > It seems that using pspp 2.0.0-pre3g2c9fe2 under Windows 11, the EDIT-FIND > command in the Syntax editor is not working. The dialog appears, but nothing > is ever found. As an aside, it would be really nice to also have a > Search-and-

Re: color coding of syntax

2024-02-07 Thread Ben Pfaff
That's the right place and it looks like the right contents. My guess that it was misplaced seems wrong. Assuming these two machines both have the same version of PSPP, I don't know what else to guess. On Wed, Feb 7, 2024 at 8:24 AM ft gmail wrote: > > Once you gave me the name of the file with

Re: color coding of syntax

2024-02-07 Thread Ben Pfaff
My best guess is that the pspp.lang file, which specifies how to do syntax highlighting, is somehow missing or misplaced on the machine where text appears in all black. It's surprising; I don't know why that would have happened. On Tue, Feb 6, 2024 at 3:53 PM ft gmail wrote: > > Hi, > > After an

Re: outputting MRSETS

2024-01-16 Thread Ben Pfaff
PSPP supports defining multiple response sets, but it doesn't have analysis procedures for them yet. On Tue, Jan 16, 2024 at 6:00 AM Hoffmann wrote: > > Hi everyone, > > Do I understand correctly that the MRSET function can be used, but the > calculations cannot be output in PSPP? I regularly ha

Re: Paper published using results from GNU PSPP

2024-01-04 Thread Ben Pfaff
Awesome! Always glad to hear that. On Thu, Jan 4, 2024 at 3:47 PM Peg Whalen wrote: > > I’m about to publish a report on data I used PSPP to analyze. Will be citing > PSPP in Methodology and References. Spreading the word. > > Peg Whalen > > > On Tue, Jan 2, 2024 at 1

Re: installing took more then 45 minutes

2024-01-03 Thread Ben Pfaff
differences between the pre and the final version that merit to > install the latter ? > > -ftr > > Le 03/01/2024 à 12:25, Ben Pfaff a écrit : > > I did not write the Windows installer, nor have I used it, but I'd > expect installation to take a minute or less. >

Re: installing took more then 45 minutes

2024-01-03 Thread Ben Pfaff
I did not write the Windows installer, nor have I used it, but I'd expect installation to take a minute or less. On Wed, Jan 3, 2024 at 3:22 AM ft gmail wrote: > > To be more precise: how long does your installation process take with Windows > 11 ? > > -ftr > > Le 29/12/2023 à 18:31, ft gmail a

Re: Paper published using results from GNU PSPP

2024-01-02 Thread Ben Pfaff
That's really cool! I'm glad that PSPP was useful! On Mon, Jan 1, 2024 at 1:11 AM Karthik Suresh wrote: > > Hi, > > If anyone is interested in PSPP's use in academic publishing, I had a > paper accepted where I used PSPP to carry out some of the analysis and > refer to this in the paper. > > http

pspp-2.0.0 released [stable]

2023-12-31 Thread Ben Pfaff
I'm very pleased to announce the release of a new version of GNU PSPP. PSPP is a program for statistical analysis of sampled data. It is a free replacement for the proprietary program SPSS. Here are the compressed sources and a GPG detached signature[*]: https://ftp.gnu.org/gnu/pspp/pspp-2.0.0.

Re: dummy coding of categorical variables results in zero coefficients and standard errors

2023-12-20 Thread Ben Pfaff
NaN usually indicates some kind of bug. If I can get a reproduction case, then I have at least a chance of fixing it. On Wed, Dec 20, 2023 at 2:17 AM Alan Mead wrote: > Tim, > > NaN looks like a numerical error. I'm curious, how may levels does the > variable have and how many dummy variables ar

Re: assertion failed

2023-12-19 Thread Ben Pfaff
; > This sounds interesting. I use GNU pspp 2.0.0-pre2gf49d68 under Windows. But > when clicking on System Info, nothing shows up. > > Le 19/12/2023 à 21:50, Ben Pfaff a écrit : > > I recently enabled journaling by default in the GUI, so you could use > it to find the syntax if

Re: assertion failed

2023-12-19 Thread Ben Pfaff
d is an autosave of syntax where you can configure the > backup interval, for instance for every minute. > > Anyway, thanks for your work, and in particular for CTABLES ! Great work. > > - ftr > > Le 19/12/2023 à 17:26, Ben Pfaff a écrit : > > Hi ftr. Do you know how to tri

Re: assertion failed

2023-12-19 Thread Ben Pfaff
Hi ftr. Do you know how to trigger the bug? If I can reproduce it, I can probably fix it. On Tue, Dec 19, 2023 at 1:55 AM ft gmail wrote: > > Hi, > > I just experienced a bad error that when clicking on recommencing shut down > all open windows with the ongoing syntax writing. > > Assertion fail

Re: Ctables Bug

2023-12-13 Thread Ben Pfaff
arrow format. So, I think that it's usually fine to just use a wide format, say F8.1 or F40.1. It doesn't require much thought and the output will look good. On Wed, Dec 13, 2023 at 1:16 PM Matthias Faeth wrote: > My bad, thanks anyway > > Matthias > > Am Mi., 13. Dez.

Re: Ctables Bug

2023-12-13 Thread Ben Pfaff
Thanks for the report. A width of 3 is enough to show one integer digit, a decimal point, and one fractional digit, but not enough for two integer digits, a decimal point, and one fractional digit. Use F4.1 or a wider format instead. On Wed, Dec 13, 2023 at 1:07 AM Matthias Faeth wrote: > Hi Be

Re: Building v2p3

2023-11-05 Thread Ben Pfaff
You just showed a short excerpt of the entire build output. Please show all of it. On Sat, Nov 4, 2023 at 11:28 PM Ali Alhaidary wrote: > > Where would I find the build log ? :-) > > Ali > > On 11/4/23 22:57, Ben Pfaff wrote: > > Can you provide the full build log? It i

Re: Building v2p3

2023-11-04 Thread Ben Pfaff
Can you provide the full build log? It is too hard to guess from just a short excerpt. Thanks, Ben. On Sat, Nov 4, 2023 at 2:46 AM Ali Alhaidary wrote: > Hi, > > We usually test new builds on fresh updated lubuntu stations 22.04 LTS, > and, on lubuntu 22.04 LTS that have already only few appli

pspp-2.0.0-pre3 released [testing]

2023-11-02 Thread Ben Pfaff
I'm very pleased to announce the release of a new version of GNU PSPP. PSPP is a program for statistical analysis of sampled data. It is a free replacement for the proprietary program SPSS. This is a test release for version 2.0.0, which I plan to release in November, barring important bug report

Re: pspp-2.0.0-pre2 released [testing]

2023-11-01 Thread Ben Pfaff
The size of what is zero and what list do you mean? On Wed, Nov 1, 2023 at 1:33 PM Ali Alhaidary wrote: > Thank you, however, the file size is 0, and it is not in the list. > > Ali > On 11/1/23 17:26, Ben Pfaff wrote: > > Done! Thank you for your work. > > On Wed, No

Re: Problem with variable renaming on Mac OS homebrew Arm

2023-11-01 Thread Ben Pfaff
Oops, sorry Jeremy. I should know this by now. On Wed, Nov 1, 2023 at 8:14 AM Jeremy Lavergne wrote: > Sorry, I only do MacPorts, not homebrew. > > It looks like MacPorts has been able to build on arm64: > https://ports.macports.org/port/pspp-devel/details/ > > > On 11/

Re: pspp-2.0.0-pre2 released [testing]

2023-11-01 Thread Ben Pfaff
> ES- 46780 Oliva > Handy DE: +49 171 98 32 175 > Movile ES: +34 682 33 94 02 > Email: m.fa...@gmx.de > > > Am Mi., 1. Nov. 2023 um 04:37 Uhr schrieb Ben Pfaff : > >> I'm very pleased to announce the release of a new version of GNU PSPP. >> PSPP is a progr

Re: pspp-2.0.0-pre2 released [testing]

2023-11-01 Thread Ben Pfaff
dule > that was most cited to be bought after the base module. So, it is really > useful. > > Is the test release somewhere to be found for windows users ? > > Regards > > -ftr > > Le 01/11/2023 à 04:36, Ben Pfaff a écrit : > > I'm very pleased to announce

Re: pspp-2.0.0-pre2 released [testing]

2023-11-01 Thread Ben Pfaff
Done! Thank you for your work. On Wed, Nov 1, 2023 at 5:21 AM Ali Alhaidary wrote: > Thank you so much, would you please upload the Arabic Package version to > http://translationproject.org so that we can make it ready. > > Ali > > On 11/1/23 06:36, Ben Pfaff wrote: >

Re: Problem with variable renaming on Mac OS homebrew Arm

2023-11-01 Thread Ben Pfaff
Hi Sam, pleased to meet you. What version of PSPP is this? If you don't know, you can find out with Help|About. Can you give some details on the renaming problem? Jeremy, I think that you maintain the homebrew port. Can we build it for ARM? On Wed, Nov 1, 2023 at 6:03 AM Sam wrote: > Dear Gun

pspp-2.0.0-pre2 released [testing]

2023-10-31 Thread Ben Pfaff
I'm very pleased to announce the release of a new version of GNU PSPP. PSPP is a program for statistical analysis of sampled data. It is a free replacement for the proprietary program SPSS. This is a test release for version 2.0.0, which I plan to release in November, barring important bug report

Re: search fails with PSPP 2.0.0-pre1g53a4da

2023-10-09 Thread Ben Pfaff
Hmm, it seems to work in the way I'd expect here. I did notice that hitting the Enter key didn't search, only clicking on Find, though. On Mon, Oct 9, 2023 at 11:38 AM ft gmail wrote: > Hi, > > I try to find the name of a variable in a sps syntax file, but PSPPIRE > Search windows opens, accepts

Re: I Need Older Version of PSPP

2023-10-01 Thread Ben Pfaff
on to I can finish this > project. > > ------ > *From:* Ben Pfaff > *Sent:* Saturday, September 30, 2023 6:54 PM > *To:* Ricardo Mejias > *Cc:* pspp-users@gnu.org > *Subject:* Re: I Need Older Version of PSPP > > It would probably make more sense t

Re: I Need Older Version of PSPP

2023-09-30 Thread Ben Pfaff
It would probably make more sense to use the newest version, since 1.6.2 is somewhat old. On Sat, Sep 30, 2023 at 2:42 PM Ricardo Mejias wrote: > My recent new SPP version is: GNU pspp 1.6.2-g78a33a. > > Since I have been using it, the Descriptive feature is not working. How > can I get an olde

Re: How can I get csv field names to get into the PSPP variable names?

2023-09-30 Thread Ben Pfaff
I made both those changes. On Wed, Sep 20, 2023 at 11:27 AM Ben Pfaff wrote: > Those are good ideas! Thanks for the suggestions. > > On Wed, Sep 20, 2023 at 10:45 AM Alan Mead wrote: > >> In my experience, that setting can be easy to ignore. >> >> I wonder if

Re: [EXTERNAL] Re: change to ascii

2023-09-30 Thread Ben Pfaff
solved. > > > > I have a question on how to fix the missing values for output. All of the > empty cells are being counted, while there should only be 188 cases. Any > suggestions? > > > > Thank you > > > > *From:* Ben Pfaff > *Sent:* Friday, Septem

Re: Bug and Crash on PSPP

2023-09-25 Thread Ben Pfaff
It's difficult for us to act on this, because you didn't say what version of PSPP you're using, what operating system you're running it on, or what in particular you're doing with it. On Mon, Sep 25, 2023 at 8:37 AM Crystal Lee wrote: > The file kept crashing when I saved the document. This has

Re: How can I get csv field names to get into the PSPP variable names?

2023-09-20 Thread Ben Pfaff
The version you provided isn't readable in the email I received. Do you mean, how do you do it from the GUI? There is a checkbox in the import interface that says "Line above selected line contains variable names." Select the first line of data and then check the checkbox: [image: image.png] On

Re: [EXTERNAL] Re: change to ascii

2023-09-15 Thread Ben Pfaff
to use Word, but the formatting is not converting. > > First one is Text second is Word. > > Any suggestions? > > > > > > > > *From:* Ben Pfaff > *Sent:* Friday, September 15, 2023 1:53 PM > *To:* Robles, John > *Cc:* PSPp-users@gnu.org > *Subject:*

Re: [EXTERNAL] Re: change to ascii

2023-09-15 Thread Ben Pfaff
*From:* Robles, John > *Sent:* Friday, September 15, 2023 11:55 AM > *To:* Ben Pfaff > *Cc:* PSPp-users@gnu.org > *Subject:* RE: [EXTERNAL] Re: change to ascii > > > > That helps. > > Hopefully the upgrade helps too. > > > > Not to keep probing, but just one l

Re: [EXTERNAL] Re: change to ascii

2023-09-15 Thread Ben Pfaff
ment, is it better to save in HTML, > text, or PDF when exporting? > > > > Thank you > > *From:* Ben Pfaff > *Sent:* Friday, September 15, 2023 11:53 AM > *To:* Robles, John > *Cc:* PSPp-users@gnu.org > *Subject:* Re: [EXTERNAL] Re: change to ascii > > >

Re: [EXTERNAL] Re: change to ascii

2023-09-15 Thread Ben Pfaff
Exporting output to text or to HTML formats shouldn't show this issue, but there's no way to disable it in the output window. On Fri, Sep 15, 2023 at 11:44 AM Robles, John wrote: > Is there something I can deploy in the syntax editor I am using? > > > > *From:* Be

Re: [EXTERNAL] Re: change to ascii

2023-09-15 Thread Ben Pfaff
has something to do with my computer? > > > > > > *From:* Ben Pfaff > *Sent:* Friday, September 15, 2023 9:17 AM > *To:* Robles, John > *Cc:* PSPp-users@gnu.org > *Subject:* Re: [EXTERNAL] Re: change to ascii > > > > Thanks. > > > > PSPP 1.4.1 is very old. This

Re: [EXTERNAL] Re: change to ascii

2023-09-15 Thread Ben Pfaff
gested these below, but I am not really familiar with the > function syntax. The syntax was taken from the GNU instruction Plain Text > Output Options (PSPP) (gnu.org) > <https://www.gnu.org/software/pspp/manual/html_node/Plain-Text-Output-Options.html> > . > > > >

Re: [EXTERNAL] Re: change to ascii

2023-09-15 Thread Ben Pfaff
tely due to > security reasons for our hospital and the application is stored in an > external server. > > > > > > > > *From:* Ben Pfaff > *Sent:* Friday, September 15, 2023 8:45 AM > *To:* Robles, John > *Cc:* PSPp-users@gnu.org > *Subject:* [EXTERNAL] R

Re: change to ascii

2023-09-15 Thread Ben Pfaff
Can you say more about the issue? Are you responding to some message from PSPP? Can you provide the message? On Fri, Sep 15, 2023 at 8:43 AM Robles, John wrote: > Hello, > > > > I was informed that I need to change my output to ASCII for normal > characters. > > I tried many ways in the command

Re: Pspp-users Digest, Vol 205, Issue 8

2023-09-07 Thread Ben Pfaff
Thanks for the report. This is a very old version of PSPP. You should probably upgrade to the latest version. On Thu, Sep 7, 2023 at 2:21 PM Ricardo Mejias wrote: > My version of PSPP for Windows is > > I am reporting a problem I found with the Regression application: > > The reported constant

Re: Windows Version of Release 2.0.0-pre1

2023-08-17 Thread Ben Pfaff
Friedrich, is this a question you can answer? On Tue, Aug 15, 2023 at 11:52 AM Barb VanKerkhove < bvankerkh...@empirejustice.org> wrote: > Hi, > > > > Any estimated date on when the Windows Version of Release 2.0.0-pre1 of > PSPP will be released? Looking forward to using the added CTables comman

Re: PSPP on Mac - Can't open

2023-08-17 Thread Ben Pfaff
Jeremy, is this something you can help with? On Wed, Aug 16, 2023 at 2:49 PM Ryoko Yamamoto wrote: > Greetings, > > I have been away from PSPP for a year or so, but now need to use it for my > class. When I tried to open PSPP, I sadly learned that it does not work. I > successfully used PSPP on

Re: Question: how to make tables bigger to show more numbers

2023-06-22 Thread Ben Pfaff
Hmm, I'm surprised that happens. Asterisks indicate that numbers don't fit in the assigned formats, so changing your data formats (by increasing the width) should help. However, output tables normally extend widths enough that it shouldn't be a problem. That means there might be a bug. If you can

Re: Dark mode and other theming options for PSPP

2023-06-17 Thread Ben Pfaff
How do other GTK+ applications do this? PSPP should do it the same way. On Sat, Jun 17, 2023 at 7:21 PM Mukherjee, Shivam wrote: > Greetings everyone! > > I have used SPSS for helping my friends with their university statistics > work. I downloaded PSPP a few hours ago and immediately felt that

Re: PSPP in Intune

2023-06-01 Thread Ben Pfaff
stack On Thu, Jun 1, 2023 at 10:15 AM Friedrich Beckmann wrote: > > I do not have a Windows machine - no idea if that could/should be dropped. > > > > Am 01.06.2023 um 17:21 schrieb Ben Pfaff : > > > > Friedrich, would it make sense to drop this dialog? > >

  1   2   3   4   5   6   7   8   9   >