multiple response sets MRSETS

2021-11-19 Thread ft gmail
Hi, I asked this question 6 years ago and got the answer that unfortunately, up to then PSPP wasn't really able to handle multiple response questions, a standard in survey research. Has anything advanced since then ? Thanks in advance ftr Hi, I found the MRSETS command which allows to analy

Re: multiple response sets MRSETS

2021-11-19 Thread ft gmail
the MATRIX procedure. After that, I was planning to go on to CTABLES, but there's no reason I couldn't work on MULT RESPONSE instead. On Fri, Nov 19, 2021 at 3:07 AM ft gmail wrote: Hi, I asked this question 6 years ago and got the answer that unfortunately, up to then PSPP wasn't reall

Re: PSPP bei Mac

2021-12-18 Thread ft gmail
Wenn Du die Frage nochmals auf Englisch stellst wirst Du wohl auch eine Antwort erhalten. Ich selbst weiß das nicht, ich arbeite mit Windows. MfG -ftr On 06/12/2021 16:42, Kristina Shivrin wrote:  Hallo, Ich habe eine Frage. Ich möchte mir gerne das PSPP- Programm auf meinen MacBook Air

Re: seeking a good data set for CTABLES examples

2022-01-17 Thread ft gmail
/10.4232/1.11958./ I just asked the people at GESIS in Cologne where the license info has been published. On 17/01/2022 19:02, Ben Pfaff wrote: Thanks a lot! What is the license for the data? On Mon, Jan 17, 2022 at 6:09 AM ft gmail wrote: Hi Ben, This is a shortened Flash

Re: seeking a good data set for CTABLES examples

2022-01-18 Thread ft gmail
data (and questionnaires etc.) in SPSS format free of charge one registered at https://search.gesis.org/ Mit freundlichen Grüßen ftr On 17/01/2022 19:02, Ben Pfaff wrote: Thanks a lot! What is the license for the data? On Mon, Jan 17, 2022 at 6:09 AM ft gmail wrote: Hi Ben

Re: seeking a good data set for CTABLES examples

2022-01-18 Thread ft gmail
data (and questionnaires etc.) in SPSS format free of charge one registered at https://search.gesis.org/ Mit freundlichen Grüßen ftr On 17/01/2022 19:02, Ben Pfaff wrote: Thanks a lot! What is the license for the data? On Mon, Jan 17, 2022 at 6:09 AM ft gmail wrote: Hi Ben

Re: Error during crosstab

2022-02-04 Thread ft gmail
Hi, Is there a hash for this version ? - ftr On 03/02/2022 16:26, am...@alanmead.org wrote: As expected, that version works great. Thanks! -Alan On 2/3/2022 2:25 AM, Friedrich Beckmann wrote: Hi Alan, the discussion regarding this crosstabs / pivot problem was here: https://lists.gnu.or

Re: PSPP, output seems to be an image, can't copy to spreadsheet

2022-05-04 Thread ft gmail
Hi, First control your data. Open your data file in Gnumeric or Libreoffice Calc and you will see that some data have changed columns! So, there will be too many column delimiters in some places. Be sure that data numeric data are numeric, and not alphanumeric: in a spreadsheet, do a simple

Re: Temporary

2022-05-24 Thread ft gmail
If I understand your question you get the data automatically "back" as the filter command only works for the next command or procedure. If you run temp. sel if (vars >=1) freq varx to vary. SAVE /OUTFILE={’file_name’,file_handle} you save the complete data set without the effect of the filter.

Re: pspp-1.6.0 released [stable]

2022-06-01 Thread ft gmail
I can only support what John said. Thank you. The windows version is not ready, if I understand well. Any ideas how to use the 1.6 version in windows ? Regards, ftr On 01/06/2022 15:40, jhwh...@techwriteinc.com wrote: Congratulations, Ben and team -- you should be proud of your hard work. T

Re: pspp-1.6.0 released [stable]

2022-06-02 Thread ft gmail
Great, Ben, the version runs well on windows. Thanks ! On 01/06/2022 18:11, Ben Pfaff wrote: I expect a build of 1.6.0 to be available at https://caeis.etech.fh-augsburg.de/downloads/windows/pspp-win-daily within a day. On Wed, Jun 1, 2022 at 8:53 AM ft gmail wrote: I can only support what

Re: pspp-1.6.0 released [stable]

2022-06-02 Thread ft gmail
-g797d4c.exe <https://caeis.etech.fh-augsburg.de/downloads/windows/1.5.3-g797d4c/pspp-64bit-install.exe> installer. So it that was 1.6 version it would say something like PSPP-1.6.something installer? Thanks Gene -Original Message- From: Ben Pfaff To: ft gmail Cc: pspp-users Sen

Re: pspp-1.6.0 released, 1.6 windows

2022-06-12 Thread ft gmail
The 1.6 version files down at the bottom of the download list are [ ] pspp-1.6.0.tar.gz 2022-06-01 00:35 9.1M [ ] pspp-1.6.0.tar.gz.sig 2022-06-01 00:35 833 But how to use them with

Re: pspp-1.6.0 released, 1.6 windows

2022-06-16 Thread ft gmail
Hi everyone, I think this is all about a difference between the Linux people and the others who don't understand Linux terminology. A simple solution would be to have a link at the top of the GNU PSPP page which says : For Windows users of PSPP go here (link for PSPP for Windows dl page) F

PSPP and macros

2022-08-25 Thread ft gmail
Hi, I found a blog about macros and pspp, and I am quite impressed: https://www.morewithdata.net/ In SPSS there are quite a number of sites about SPSS macros, such as Kyrills's Macro Page at https://www.spsstools.net/en/macros/KO-spssmacros/. Can you re-use SPSS macros within PSPP ? Regards, f

Re: CTABLES is now available

2022-08-29 Thread ft gmail
Thank you Be, for your work. I am not a UNIX person. What is a flatpak ? How do you install CTABLES when you work under Windows ? Regards, ftr On 29/08/2022 01:36, Ben Pfaff wrote: I just added support for CTABLES to PSPP. It is already available through the autobuilder at https://benpfaff.

CTABLES examples

2022-11-04 Thread ft gmail
Hi, I worked with the SPSS version of CTABLES years ago and would like to see current examples, tutorials etc. of its PSPP version. I found the site https://www.morewithdata.net/ctables-have-come/ which publishes 3 additional articles on the issue. Did you find other ones ? Regards -ftr

Re: CTABLES examples

2022-11-04 Thread ft gmail
[COLPCT, ROWPCT] BY GENDER. On 04/11/2022 18:25, Ben Pfaff wrote: Have you looked at the user documentation in the manual? I included many examples: https://benpfaff.org/~blp/pspp-master/latest/source/user-manual/html_node/CTABLES.html On Fri, Nov 4, 2022 at 9:05 AM ft gmail wrote: Hi, I worked

Re: CTABLES examples

2022-11-04 Thread ft gmail
, 2022 at 9:05 AM ft gmail wrote: Hi, I worked with the SPSS version of CTABLES years ago and would like to see current examples, tutorials etc. of its PSPP version. I found the site https://www.morewithdata.net/ctables-have-come/ which publishes 3 additional articles on the issue. Did you find

Re: pspp-2.0.0-pre1 released [testing]

2023-05-07 Thread ft gmail
Excellent. When do you think a windows version will be ready to be tested ? Regards, ftr On 06/05/2023 17:58, Ben Pfaff wrote: 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 p

Re: I Need Older Version of PSPP

2023-10-01 Thread ft gmail
And where do you get the newer version, in particular if you use Windows ? TIA -ftr On 01/10/2023 00:54, Ben Pfaff wrote: 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

search fails with PSPP 2.0.0-pre1g53a4da

2023-10-09 Thread ft gmail
Hi, I try to find the name of a variable in a sps syntax file, but PSPPIRE Search windows opens, accepts the input V54 and after clickling, remains opens and does not answer.I used the option Ignore case, to be sure. Have you had the same error ? PSPP 2.0.0-pre1g53a4da with Windows 11 Regar

Re: pspp-2.0.0-pre2 released [testing]

2023-11-01 Thread ft gmail
Hi Ben, Thanks for all your work. I remember that in the SPSS user group years ago CTABLES was the module 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

assertion failed

2023-12-19 Thread ft gmail
Hi, I just experienced a bad error that when clicking on recommencing shut down all open windows with the ongoing syntax writing. Assertion failed program c:\...\psppire.exe file: ..:pspp-2.0.0-pre2gf49d68/src/data/casewriter.c line : 54 expression : case_get_n_values (c) ≥ n_widths What can

Re: assertion failed

2023-12-19 Thread ft gmail
t. 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 failed program c:\...\psppire.exe file: ..:pspp-2.0.0-pre2gf49d68/src/data/casewriter.c line : 54

Re: assertion failed

2023-12-19 Thread ft gmail
nough version (very recent!). Help|Show System Information should show the journal's location. On Tue, Dec 19, 2023 at 12:47 PM ft gmail wrote: HI Ben, I am not sure. It happened immediately after I tried to run a syntax snippet, and I think I had inadvertently hit on 'To end'. T

CTABLES sample size & total

2023-12-22 Thread ft gmail
Hi, I try to create a CTABLES cross tabulation with row percentages in the cells, and with the sample size as the last column plus a row for the total. And I don't find the way how to create it. My current syntax: ctables /table tradin5  [rowpct  pct3.0 ]   by  alter5 produces the followin

Re: CTABLES sample size & total

2023-12-23 Thread ft gmail
-Subtotals . Also this post might help: https://www.morewithdata.net/ctables-exercises-part-i/ Good luck! frans On 12/22/23 12:33, ft gmail wrote: Hi, I try to create a CTABLES cross tabulation with row percentages in the cells, and with the sample size as the last column plus a row for the

virustotal warning

2023-12-28 Thread ft gmail
Hi, After downloading version 2.0.0-pre3gfa60c8 from https://caeis.etech.fh-augsburg.de/downloads/windows/pspp-win-daily/2.0.0-pre3gfa60c8/pspp-64bit-install.exe Virustotal shows the following warning

installing took more then 45 minutes

2023-12-29 Thread ft gmail
Hi, I installed pspp 2.0.0-pre3gfa60c8 in a PC running under windows 11. It took about 45 minutes ! I guess this in somewhat abnormal. The PC works with 16 MB Ram, so RAM size should not be a problem. No other programs were running besides RevoUnistaller. But this program did never impact o

Re: pspp-2.0.0 released [stable]

2024-01-01 Thread ft gmail
Thank you, Ben, and all the other contributors. Is there a daily that I can download to use it with Windows ? TIA -ft Le 01/01/2024 à 00:19, Ben Pfaff a écrit : 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.

Re: installing took more then 45 minutes

2024-01-03 Thread ft gmail
To be more precise: how long does your installation process take with Windows 11 ? -ftr Le 29/12/2023 à 18:31, ft gmail a écrit : Hi, I installed pspp 2.0.0-pre3gfa60c8 in a PC running under windows 11. It took about 45 minutes ! I guess this in somewhat abnormal. The PC works with 16

Re: installing took more then 45 minutes

2024-01-03 Thread ft gmail
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 écrit : Hi, I installed pspp 2.0.0-pre3gfa60c8 in a PC running

color coding of syntax

2024-02-06 Thread ft gmail
Hi, After an installation of pspp 2.0 on a second PC running under win 10 I found that color coding of syntax worked whereas on another PC under win 11 I only get a black syntax text. How to get a color-coded syntax  under win 11 ? TIA -ftr

Re: color coding of syntax

2024-02-07 Thread ft gmail
Once you gave me the name of the file with the color codes as pspp.lang I found it in C:\Program Files\PSPP\share\pspp . Is this the correct place ? And this is the content. Is there anything wrong in it ?          

CTABLES

2024-02-09 Thread ft gmail
Hi, I am really glad the PSPP crew published the CTABLES procedure. Thank you, I used the forerunner of  CTABLES in SPSS many years ago (during the last century 😉), but have lost my fluency in us and now want to re-use this very helpful procedure. I  look fo*r good examples.* I did not find*

CTABLES GUI

2024-02-13 Thread ft gmail
Hi, Did anyone work with the CTABLES GUI ? I can drag and drop an ordinal variable into the row axis, but no variable into the column axis. Bizarre. Any ideas ? Merci ftr

MRSET $Q4 has only one variable

2024-03-12 Thread ft gmail
Hi, I use the European Values Study dataset ZA7503_v3-0-0.sav and get the error message: warning: `C:\xxx\ZA7503_v3-0-0.sav': MRSET $Q4 has only one variable. I don't find any Multiple Response variable set in the file. There is no Q4 variable. How to find and to delete the MRSET ? Thanks

Re: Request for support PSPP - translation into german

2024-04-18 Thread ft gmail
Hi Anne, Which is the language Windows is running ? If it's English then you have to manually delete all the other language sets in "C:\Program Files\PSPP\share\locale\" besides "C:\Program Files\PSPP\share\locale\de" and then restart. -ftr Le 17/04/2024 à 14:23, Anne-Sophie Rosenstiel a

Re: how to change the program language

2024-05-22 Thread ft gmail
Hi, Do i understand well that this would change the interface language for all Windows programs ? I work with Windows 11 OS in French and want to work with PSPP in English. How to make that I get only PSPP in English , and not changing the entire  OS interface language? - ftrso Le 22/05/2

Re: how to change the program language

2024-05-22 Thread ft gmail
ell 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 takes the system language Ксения Буденная ВСБ-ДОН +380502626352 +330753856778 Ср, 22 мая 2024 г. в 18:52, ft gmail :

Re: how to change the program language

2024-05-22 Thread ft gmail
's it. Thank you for your exchange. Le 22/05/2024 à 19:18, Ben Pfaff a écrit : 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

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

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

modify vars

2024-08-18 Thread ft gmail
Hi, I want to reorder variables to reuse the syntaxt for another data set for a new one. I get the following error message: C:\Users\sps:1.4-1.9: error: Unknown command `MODIFY'.     1 |    MODIFY VARS   |    ^~ Modify Vars is listed in the Online PSPP Manual. http://gnu.ist.utl.

Re: modify vars

2024-08-24 Thread ft gmail
om/spss-reorder-variables-with-syntax/. (I haven't tried this, but it should work. If it doesn't, please let me know.) On Sun, Aug 18, 2024 at 2:26 PM ft gmail wrote: Hi, I want to reorder variables to reuse the syntaxt for another data set for a new one. I get the following error m

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 ft gmail
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 provided with a weight variable /anweight /which I used. I got the error message: warning: FREQUENCIES: At least one case in the data f

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

CTABLES questions

2024-10-18 Thread ft gmail
Hi, I try to exploit the wide possibilities that the procedure CTABLES allows and which I have used years ago with SPSS but today, I am stuck with a recent Eurobarometer 94.3 survey file from 2021. I have two questions: 1/ To make the CTABLES output more readable I temporarily recode two sm

Re: CTABLES questions

2024-10-23 Thread ft gmail
03│ │ rather good│ 6%│ 22%│ 72%│16411│ │ very good │ 11%│ 21%│ 68%│ 2838│ ╰──┴┴─┴──┴─╯ On Fri, Oct 18, 2024

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

odt output file corrupted

2025-01-25 Thread ft gmail
Hi, I try to work on an output table with LibreOffice and export the output file with the extension .odt. This creates the following error message in LibreOffice: The ‘{file name.odt}’ file is corrupted and cannot be opened. LibreOffice may try to repair the file. The corruption may be the r

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

2025-01-26 Thread ft gmail
u 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/25 16:01, ft gmail wrote: Hi, I want to easily copy a correlation matrix from a factor analysis for further analysis in a spreadshee

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 .

how to produce a readable table from an output table ?

2025-01-25 Thread ft gmail
Hi, I want to easily copy a correlation matrix from a factor analysis for further analysis in a spreadsheet and don't find an easy way to export the output from PSPP into a spreadsheet. The intention is to make the matrix more easily readable, to eliminate the lower triangle, reduce the numbe

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

increase font size for syntax windows ?

2025-03-04 Thread ft gmail
Hi, Is it possible to increase the font size of text in the syntax windows in windows ? TIA -ftr

copying labels from an old variable to a new one.

2025-03-11 Thread ft gmail
Hi, I try to create a new variable on the basis of another one and copy the value labels from one variable to the other. To my surprise, this does not work here. GET FILE  ="EVS 2017 short.sav". freq nuts1. comp regional = nuts1. freq regional. Regional has not received the value labels of n

using ChatGpt for creating PSPP syntax ?

2025-06-16 Thread ft gmail
Hi, I just tried ChatGpt for creating PSPP syntax to see if it can create simple syntax and does not create hallucinations. My question  was basic: syntax pspp for a ctables procedure, with SocialTrust as a dependent scale variable and country and education as independent variables. The re

Re: using ChatGpt for creating PSPP syntax ?

2025-06-17 Thread ft gmail
8 Uhr schrieb ft gmail : Hi, I just tried ChatGpt for creating PSPP syntax to see if it can create simple syntax and does not create hallucinations. My question  was basic: syntax pspp for a ctables procedure, with SocialTrust as a dependent scale variable and countr