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

2024-05-22 Thread Alan Mead
6778 Ср, 22 мая 2024 г. в 18:52, 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 i

Re: how to change the program language

2024-05-22 Thread Alan Mead
PSPP in English , and not changing the entire  OS interface language? - ftrso Le 22/05/2024 à 18:27, Alan Mead a écrit : The official PSPP docs say: https://www.gnu.org/software/pspp/faq.html#Language I asked ChatGPT how to apply this to Windows 10 and here's what it said. Obviously

Re: how to change the program language

2024-05-22 Thread Alan Mead
ld use the command export LANG=pt_PT (for Portuguese spoken in Portugal) or export LANG=pt_BR for Brazillian Portuguese. This should also work for all operating systems which are POSIX compliant. For others, you will have to refer to your OS documentation. On 5/22/24 11:15, Alan Mead wrote:

Re: how to change the program language

2024-05-22 Thread Alan Mead
Does this work for you? https://lists.gnu.org/archive/html/pspp-users/2014-09/msg00011.html If not, reply to this note and let us know what happens. PSPP builds on Linux, so the devs have limited Windows access/experience. -Alan On 5/22/24 10:29, Ксения Буденная wrote: Hello, how can I c

Re: dropdown menu for pspp?

2024-04-05 Thread Alan Mead
Maybe someone else understands your question. I would appreciate a picture of the interface that has the personally defined values (or where they are missing). -Alan On 4/5/24 12:36, Sarah Stephanie Huber-Holeczy wrote: Dear ladies and gentlemen, we have been using pspp for quite some years

Re: dummy coding of categorical variables ( Pspp-users Digest, Vol 209, Issue 11 )

2023-12-20 Thread Alan Mead
pics: 1. Re: dummy coding of categorical variables results in zero coefficients and standard errors (Alan Mead) -- Message: 1 Date: Wed, 20 Dec 2023 04:16:44 -0600 From: Alan Mead To: pspp-users@gnu.org Subject: Re: dum

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

2023-12-20 Thread Alan Mead
Tim, NaN looks like a numerical error. I'm curious, how may levels does the variable have and how many dummy variables are you using? If the original variable has K levels, you should have K-1 dummy variables. For example, if your variable were location (1=rural, 2=suburban, 3=urban) then yo

Re: Problem while importing csv-file

2023-10-28 Thread Alan Mead
LibreOffice reads the file fine? I don't understand the error message but if there's an issue with line 10, I'd try reading the first nine lines. If that works, I'd examine line 10 carefully. I think the error is that PSPP sees invalid data at some point. Out of curiosity, does this file have

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

2023-09-20 Thread Alan Mead
In my experience, that setting can be easy to ignore. I wonder if you don't select line 1 if the checkbox should default to selected? Or maybe it should be moved to the top. -Alan On 9/20/2023 12:23 PM, Ben Pfaff wrote: The version you provided isn't readable in the email I received. Do yo

Re: "No such file", Though There is a File

2023-08-02 Thread Alan Mead
I think you need to change the filename from "ALA_20230711" to "ALA_20230711.txt" I would try importing the data using the wizard if something like this happened to me. -Alan On 8/2/2023 8:45 AM, Ricardo Mejias wrote: I am using: I accidentally ran code that reads, transforms and save

Re: Percentile Scores

2023-03-22 Thread Alan Mead
When I was a young analyst, someone asked if the percentiles I'd provided were calculated the "right way" or the "wrong way." Using the cumulative percents is the "wrong way" (obviously, for some values of "wrong"). The "right way" (for some values of "right" or "correct") calculates the perc

Re: Please report bugs for the release of PSPP 2.0

2023-02-27 Thread Alan Mead
FYI and FWIW, Windows users: I think this is the most recent version for Windows (from 26 FEB 2023): https://caeis.etech.fh-augsburg.de/downloads/windows/pspp-win-daily/1.6.2-g064e63/ You can verify for yourself at the time that you download (because it will change) by navigating to the link f

Re: Instalación de PSPP

2022-08-17 Thread Alan Mead
This isn't a PSPP error. I would google: I tried to install it, but when I run it the system says that it cannot find GDI32.dll https://www.google.com/search?q=I+tried+to+install+it%2C+but+when+I+run+it+the+system+says+that+it+cannot+find+GDI32.dll When I do that, I see these articles: https:/

Re: pspp-1.6.0 released, 1.6 windows

2022-06-13 Thread Alan Mead
I agree, the "get" page (or the pspp webpage) is the best, most stable. So I'd like either: http://www.gnu.org/software/pspp/get.html http://www.gnu.org/software/pspp -Alan On 6/12/2022 11:27 PM, someone wrote: Hi all In my website, https://sites.google.com/site/gsocialchange/statsoft and

Re: Error Message on PSPP created PDF files

2022-05-24 Thread Alan Mead
What, exactly, are you doing? I took the syntax from the PSPP manual page on Temporary (https://www.gnu.org/software/pspp/manual/html_node/TEMPORARY.html), opened a new syntax window, pasted that syntax. Ran it. Selected "Export..." on the output window and saved it to the attached PDF (I'm a

Re: Temporary

2022-05-24 Thread Alan Mead
Sounds like a bug. If you do: temporary. select if(X>1). freq / x. freq / X. My understanding is that the first FREQ should only show X > 1 and the second should show all cases. In fact, the manual entry uses almost this exact syntax: https://www.gnu.org/software/pspp/manual/html_node/TEM

Re: build pspp 1.2.0 from source fails on linux

2022-05-06 Thread Alan Mead
I have no familiarity with msgfmt, but the error says that your build cannot find a library named gettext version 0.21. So, maybe you need to install it? Or update it to at least 0.21? Or ensure the build process is looking for it in the correct place? If you're running Ubuntu, it looks like ol

Re: windows version of pspp at augsburg.de

2022-03-24 Thread Alan Mead
And to expand on that, the PSPP developers release source code and each platform (Windows, Mac, each Linux distro) then needs a package maintainer to compile the software and "package" it to make it available for end-users. (To be clear, end-users are also allowed, even encouraged, to compile

Re: pspp

2022-03-22 Thread Alan Mead
n wrote: Hello! It takes to me this page and I am not sure which link to click on afterwards. On Tue, Mar 22, 2022 at 1:18 PM Alan Mead wrote: Peyton, Go here: https://www.gnu.org/software/pspp/get.html And select one of the three methods (probably the "Application

Re: pspp

2022-03-22 Thread Alan Mead
Peyton, Go here: https://www.gnu.org/software/pspp/get.html And select one of the three methods (probably the "Application Bundle"). Hopefully, that will just work, but if you run into trouble, reply to this list with the specific error message or otherwise exactly what did not work. -Alan

Re: pspp

2022-03-22 Thread Alan Mead
PSPP still works. Let us know if you are having a specific problem (finding PSPP, installing it, using it, etc.). -Alan On 3/21/2022 9:06 PM, Peyton Henderson wrote: Hi! Does PSPP still work? I cannot afford SPSS for my class and was hoping to use PSPP. Thanks!

Re: CentOS 7.9 install

2022-03-14 Thread Alan Mead
I see RPMs packaged for Fedora, but not CentOS. Quite a while ago, I tried compiling PSPP (and PSPPIRE, the gui part of pspp) on CentOS 7 and I had difficulty with some of the libraries. The default libraries on CentOS are pretty old (the RHEL "stability" issue) and PSPP now requires a library

Re: Test version of Pspp

2022-02-25 Thread Alan Mead
Currently, the "test version" is the only recent version available. The "problem" (it's a problem for Windows users) is that the PSPP developers release the source code to PSPP and then its up to users to compile the software. Doing that on Windows is not trivial. So, it's nice of Friedrich Bec

Re: What is the latest version of PSPP

2022-02-03 Thread Alan Mead
The latest version for Windows tends to be the version linked here: https://www.gnu.org/software/pspp/get.html As of this morning, the latest version is 1.5.3-g797d4c but that will change. PSPP is free software and the developers haven't historically released Windows versions. So the "latest

Re: Widows 11 and PSPP

2022-02-03 Thread Alan Mead
We won't know the answer to this until more people are running Windows 11. I haven't tried it. This article seems to be reason to be optimistic: https://www.infoworld.com/article/3623057/what-windows-11-means-for-developers.html -Alan On 2/3/2022 10:16 AM, jhwh...@techwriteinc.com wrote: W

Re: Error during crosstab

2022-02-02 Thread Alan Mead
1.5.3-g8d023f is the latest Windows version from https://www.gnu.org/software/pspp/get.html -Alan On 2/2/2022 9:04 PM, Ben Pfaff wrote: I fixed that bug a few weeks ago. If there's no published Windows build with the fix, then it needs to get updated. On Wed, Feb 2, 2022, 7:01 PM Alan

Re: Error during crosstab

2022-02-02 Thread Alan Mead
What error did you get? Can you copy the exact error message into a reply? Or are you reporting an incorrect result? If so, please tell us more about what you did and how the result was wrong. Also, please click Help -> About and tell us the version number and what kind of Windows computer

Re: Import Codebook

2022-01-21 Thread 'Alan Mead'
users *On Behalf Of *Ben Pfaff *Sent:* Friday, January 21, 2022 10:29 AM *To:* Alan Mead *Cc:* pspp-users *Subject:* Re: Import Codebook If PSPP were to add a feature to import a codebook, what format should it be able to import it from? On Fri, Jan 21, 2022 at 10:20 AM wrote: Yes

Re: Import Codebook

2022-01-21 Thread Alan Mead
John ___ Email: jhwh...@techwriteinc.com *From:* Pspp-users <mailto:pspp-users-bounces+jhwhite=techwriteinc@gnu.org> *On Behalf Of *Alan Mead *Sent:* Thursday, January 20, 2022 9:23 PM *To:* Marek Ludwig <mailto:marek.

Re: Import Codebook

2022-01-20 Thread Alan Mead
I find applying labels to be very time-consuming, so maybe that's bad news for you. Maybe someone else will have a great idea. But to make it as quick as possible, I'd recommend that you generate syntax and execute that syntax. I think that will be MUCH quicker than individually clicking and

Re: Issues with installation

2022-01-10 Thread Alan Mead
There are other people on this list who are more familiar with MacOS. The PSPP website lists three ways of getting PSPP for MacOS, which one did you use? (Application Bundle, MacPorts, or homebrew, or some other way) https://www.gnu.org/software/pspp/get.html You get the below error during in

Re: multiple response sets MRSETS

2021-11-19 Thread Alan Mead
A number of things have advanced. Bugs have been fixed. I can recall that Ben's worked on understanding the SPSS output format and, more recently the matrix language. But I don't think PSPP has been racing to feature parity with SPSS and I'm not aware that work in supporting multiple response

Re: Fwd: [gnu.org #1729510] Request for PSPP Windows downloding version

2021-06-03 Thread Alan Mead
No, I doubt the Windows download is gone forever but PSPP is a volunteer project and a guy named Harry Thijssen was the main person responsible for the Windows build (thanks Harry, and thanks to all the volunteers who work on PSPP). The old Windows packaging process hit a technical snag and th

Re: Install and run..

2021-04-21 Thread Alan Mead
My goto is to google the exact error. When I google "ScriptIsComplex wasn't found in gdi32.dll" I see articles like these: https://www.reddit.com/r/cpp_questions/comments/ijbpbx/mingw_gtkmm_crosscompiling_for_windows_procedure/ https://www.mail-archive.com/pspp-users@gnu.org/msg04512.html Thes

Re: Experimental Microsoft Windows binary

2021-03-31 Thread Alan Mead
re-installed the old one. > > Kind regards, > > Dr. Oliver Walter > > Am 31.03.2021 um 15:21 schrieb Alan Mead: >> John, >> >> Thanks for looking into this. Your Windows binary seemed to work fine >> for me in light testing. >> >> Unlike Dr

Re: Experimental Microsoft Windows binary

2021-03-31 Thread Alan Mead
John, Thanks for looking into this. Your Windows binary seemed to work fine for me in light testing. Unlike Dr. Walter, I was able to export to PDF but in this log, every line was doubled. Is that normal? I'm attaching the PDF. Does the installation script uninstall over versions? If not (and pe

Re: Not Enough Digits Beyond Decimal Point for Regression Coefficients

2021-03-13 Thread Alan Mead
You can include a command like this in your syntax before the analysis:  SET FORMAT F12.6. which will make the default numeric format 12 columns with six decimals. If you know the whole number will be small, you could use a format like F8.5. The PSPP manual says: > FORMAT > Allows the default nu

Re: PROBLEM CREATING A DATE VARIABLE

2021-03-07 Thread Alan Mead
Something is screwed up. I cannot replicate your exact bug on Windows 7 using 1.4.0-gc3c044. I could try installing the version you have, but it is misbehaving and crashing for me. I am attaching test2.sav, which is a tiny dataset where I added the two variables you have and added some junk data.

Re: pspp interactive mode broken

2021-03-07 Thread Alan Mead
Yes, if i blow up the screenshot, I think I see four zeros. I don't know of any way to copy that character or zoom the interface. -Alan On 3/6/2021 11:14 PM, Ben Pfaff wrote: > I cannot quite read the digits in those boxes. Are they ? > > On Sat, Mar 6, 2021, 8:4

Re: pspp interactive mode broken

2021-03-06 Thread Alan Mead
t;readline" library for command editing, or without it. I tried both > of these and couldn't reproduce it on GNU/Linux. > > More and more, we need a Windows developer, if Windows is going to be > supported well. > > On Sat, Mar 6, 2021 at 5:22 PM Alan Mead wrote: >>

Re: PROBLEM CREATING A DATE VARIABLE

2021-03-06 Thread Alan Mead
.@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: Re: PSPP for windows. (Harry Thijssen) > > >

pspp interactive mode broken

2021-03-06 Thread Alan Mead
If I've ever used the interactive mode of PSPP, I cannot recall. I think it's broken (at least in windows). It reads the first character of each command as a 'p': G:\projects\pspp>"C:\Program Files (x86)\PSPP\bin\pspp.exe" PSPP is free software and you are welcome to distribute copies of it under

Re: PSPP for windows.

2021-03-04 Thread Alan Mead
I wouldn't panic, but my understanding is that the PSPP team releases PSPP (as source) which is then packaged by various individuals for Windows, Mac, various Linux distros, etc.  So, there is a sense in which there is never been "official" binary releases for any target. Harry Thijssen had set up

Re: Cannot start

2021-02-24 Thread Alan Mead
This sounds like a known problem when installing the 64-bit installation package on Windows 7. If so, using the 32-bit package seems to work fine. Windows 7 is obsolete now and we believe that some part of the installer toolchain has dropped support. (So it's not something that is going to be fixe

Re: Problem running Version 1.4.1 on Windows-7 64bit

2021-02-18 Thread Alan Mead
This sounds like an error in the installation script that we think is due to Windows 7 being EOL (because W7 is no longer supported, we think some component that we use in the installation package no longer supports W7). If this is the issue, the 32-bit installation package should operate normally

Re: PSPP Program

2021-01-13 Thread Alan Mead
Are you using Linux, Windows, Mac or something else? And which version? -Alan On 1/13/2021 4:34 AM, Thanh-Tam Nguyen wrote: > Hi, I downloaded the PSPP per school instructions but I do not see the > program as shown in my class. > This is what I have on my desktop: > image.png > > Please help me.

Re: The Use of PSPP in Learning Statistics

2020-12-15 Thread Alan Mead
I replied to John but I guess it was not on the list. I think this survey isn't unusual and probably is more about students perceptions than PSPP. ERIC shows one other paper about PSPP: https://eric.ed.gov/?q=pspp&ff1=subComputer+Software&id=EJ1194048 This paper also doesn't look to be about PSP

Re: Question about PSPP installation

2020-11-07 Thread Alan Mead
ojects/pspp4windows/files> >> >> I selected "installers" which takes me to the page: >> http://pspp.awardspace.info . Could I install >> PSPP_2020-09-05_daily_64bits >> >> <https://sourceforge.net/projects/pspp4windows/files/2020-0

Re: Question about PSPP installation

2020-11-06 Thread Alan Mead
info> . Could I > install  PSPP_2020-09-05_daily_64bits > <https://sourceforge.net/projects/pspp4windows/files/2020-09-05/pspp-20200905-daily-64bits-setup.exe/download>? > > Thank you again, > Ester > > On Fri, Nov 6, 2020 at 5:18 PM Alan Mead <mailto:ame...@alanme

Re: Question about PSPP installation

2020-11-06 Thread Alan Mead
What type of computer do you use? Windows 10? Windows 7? Mac? Linux? This page has links to "binaries" (i.e., installable executables). The pages you're findig are more for someone who wants the source code. https://www.gnu.org/software/pspp/get.html If you still use Windows 7, you should upgrade

Re: entry point error

2020-10-16 Thread Alan Mead
The 64-bit version won't work with Windows 7 and there are no plans to fix this. Try installing the 32-bit version. -Alan On 10/16/2020 10:03 AM, ftr wrote: > Hi, > > I use Windows 7 Professional and installed the 64 bit version. > > Regards > > ftr > > On 15/10/2020 17:24, Friedrich Beckmann wr

Re: entry point error

2020-10-15 Thread Alan Mead
This sounds like the error I get when I install 64-bit PSPP on Windows 7. We decided that some library used by PSPP had deprecated Windows 7. Installing the 32-bit version worked fine. If that doesn't seem to be the case for you, can you clarify what version of Windows you are using and which PSPP

Re: Command Syntax

2020-10-03 Thread Alan Mead
Sure, and it works about the same as SPSS. Compose your command using any text editor, or in a blank syntax window. Then run them. -Alan On 10/3/2020 10:31 PM, jhwh...@techwriteinc.com wrote: > Is there an option for me to input syntax commands? > > > > Take Care, > > John > > > > > > > >

Re: new PSPP crashes

2020-09-16 Thread Alan Mead
I have no idea about the Mac, but for Windows 7, did you install the 64-bit version? There is a known bug with the 64-bit version and Windows 7. If that's the problem, you should be able to solve it by uninstalling the 64-bit version and installing the 32-bit version. For typical usage, you won't n

Re: Problem to search

2020-08-25 Thread Alan Mead
Yeah, it's telling that when Harry compiles for Windows, he does so by cross-compiling on Linux. I did a lot of development on DOS but since I discovered Linux, almost all my development has been on Linux, which I also find much easier. I think someone who was familiar with windows development too

Re: Problem to search

2020-08-24 Thread Alan Mead
Harry, That's a drag, but it's these little events that demonstrate how helpful you are :) I'll look forward to a build when things are settled. -Alan On 8/24/2020 11:33 AM, Harry Thijssen wrote: > Hi Alan & list > > Unfortunately my main computer died about a month ago. I ordered a new one >

Re: Problem to search

2020-08-24 Thread Alan Mead
Domingo, I don't think the devs (other than Harry) use Windows, so if we find a bug in the Windows version of PSPP, it's important for us to file a bug report. I could file a bug report for you, but then if it gets fixed I'd need to be able to test it and the bug you found with non-ASCII character

Re: Problem to search

2020-08-24 Thread Alan Mead
On 8/23/2020 11:46 PM, John Darrington wrote: > I suspect the problem is that you have no value which is exactly equal to 82 > in your dataset. Perhaps you have 82.1 or 81.998, > either of which might display as "82" dependening on the number of decimals > defined fro the

Re: Could I compute conditional without sintaxis?

2020-08-22 Thread Alan Mead
No, I'm not aware of any way to use DO .. IF in the GUI. I think this is only available in syntax. -Alan On 8/22/2020 2:33 AM, Domingo J Rubira López wrote: > Hi everyone, > I would like to know if I could compute a conditional variable directly > without using Sintaxis. I explain it better in t

Re: I can't install it

2020-08-17 Thread Alan Mead
On 8/17/2020 2:04 AM, Domingo J Rubira López wrote: > The problem now is with "add files command". You know it was my other > trouble. I write in sintaxis the following sentence: add files > /file="prot.sav" /file="dataset1.sav". I am sure the folder is on the > desktop directly too.  Glad PSPP is

Re: I can't install it

2020-08-16 Thread Alan Mead
sig-email&utm_content=webmail> > <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > El vie., 14 ago. 2020 a las 20:56, Domingo J Rubira López (< > domingojrub...@gmail.com>) escribió: > >> Nothing. I can't. I think I throw in the towel! >> >> >> E

Re: I can't install it

2020-08-14 Thread Alan Mead
email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> > > Virus-free. > www.avg.com <http://www.avg.com> > > <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&am

Re: I can't install it

2020-08-14 Thread Alan Mead
us-free. www.avg.com > <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> > > > > El jue., 13 ago. 2020 a las 21:34, Alan Mead ( <mailto:ame...@alanmead.org>>) escribió: > > Domingo, &

Re: I can't install it

2020-08-13 Thread Alan Mead
Domingo, Sounds frustrating and I'm sorry to hear that. You said that you cannot install it, but then you say that it's not working right, so I'm guessing that you can install it, that it starts, but that it doesn't function properly. Is that correct? And it functions correctly at work, but not

Re: Install language: OS X 10.15.5, pspp-1.3.0-g69a18e796

2020-07-29 Thread Alan Mead
On 7/29/2020 1:03 PM, John Darrington wrote: > On Wed, Jul 29, 2020 at 10:42:05AM -0700, Ben Pfaff wrote: > > Centos is RHEL minus the Red Hat trademark, and RHEL is a downstream > of Fedora, so getting PSPP and SSW into Fedora would eventually get it > into > Centos. > > Acco

Re: Install language: OS X 10.15.5, pspp-1.3.0-g69a18e796

2020-07-29 Thread Alan Mead
On 7/29/2020 12:31 PM, John Darrington wrote: > > > Ssw is very easy to build and install. It requires gtk+ but once you > have that installed there are no other dependencies. I presume CentOS is like > most other distros; they will accept package contributions from > volunteers? > > J' > Ce

Re: Install language: OS X 10.15.5, pspp-1.3.0-g69a18e796

2020-07-29 Thread Alan Mead
Harry Thijssen's build process for Windows? What Linux distro would I need to install to have pspp packaged (or have the requirements packaged so the tarball woudl compile cleanly)? Because I have six Linux machines running CentOS 6 and 7 and none of them will run psppire. Windows is the only way

Re: Malformed sav file - need help for investigation

2020-06-10 Thread Alan Mead
Ben's a genius at understanding SPSS file formats, but he's not going to have any insight into tiamo's PHP code. If tiamo's code has a source file called sys-file-reader, it's probably a port of PSPP code (and that should be self-evident from examining the file; it should have a FSF copyright) and

Re: PSPP language

2020-04-29 Thread Alan Mead
could be solved so easily. > I also will look into helping with the translation. > > Thank you, > Uliana D. > >> On 29 Apr 2020, at 17:05, Alan Mead > <mailto:am...@alanmead.org>> wrote: >> >> This is how this kind of question has been answered in the

Re: PSPP language

2020-04-29 Thread Alan Mead
This is how this kind of question has been answered in the past: https://lists.gnu.org/archive/html/pspp-users/2014-09/msg00011.html (That's one email in a thread, you can read the whole thread by clicking the links at the bottom). PSPP does it's best to use your local language, so either you ne

Re: PSPP on Catalina

2020-03-11 Thread Alan Mead
I know nothing about Macs but I googled this error and it looks like a lot of Mac users are running into issues like this (with different software). This page claims to have a fix:  https://appletoolbox.com/seeing-error-operation-not-permitted-in-macos-mojave/ This is a discussion of what appears

Re: I need some help

2020-02-19 Thread Alan Mead
this page or sheet? > > Thanks  > > El El mié, 19 feb 2020 a las 15:56, Alan Mead <mailto:am...@alanmead.org>> escribió: > > I don't know if PSPP (or SPSS) can do Pareto Diagrams. So, maybe > PSPP isn't the tool you need. > > But PSPP has (I thin

Re: I need some help

2020-02-19 Thread Alan Mead
I don't know if PSPP (or SPSS) can do Pareto Diagrams. So, maybe PSPP isn't the tool you need. But PSPP has (I think) the same capabilities of combining data as SPSS, but I think you do need to use syntax. This page describes the commands to combine data files. There's a command to stack files/add

Re: how to delete a case in PSPP file

2020-02-05 Thread Alan Mead
nks! That is very helpful. > > I accidentally entered an extra case in the middle of my database, and > then realized that I wasn't quite sure how to get rid of it after > looking around a bit. > > Best regards, > > Jermy Canipe > > On Wed, Feb 5, 2020 at 2:43 PM A

Re: have to save PSPP file as an Excel File (& visa versa)

2020-02-05 Thread Alan Mead
You can't. You can import from and save to OpenOffice/LibreOffice/ODF formats, but not Excel. You can also use CSV. In SPSS, I dislike opening Excel files because AFAIK, there is no way to specify the format of the variables when opening Excel. Occasionally, this is a real PITA. So, I find it wor

Re: how to delete a case in PSPP file

2020-02-05 Thread Alan Mead
Using the PSPPIRE Data Editor (the "data window") select "Data View" at the bottom left (if it's not already selected) and select your case and choose "Edit > Clear Case" and the cases will be deleted. I usually prefer syntax because if you save the syntax, it makes the analysis replicable and pro

assertion failed?

2020-01-08 Thread Alan Mead
I was showing my son how to use PSPP to analyze some survey data and I crashed PSPP. I'm using GNU pspp 1.2.0-g0fb4db on Windows 7 (yeah, I know). This happens reliably for me. A mingw window pops up saying an assertion failed: The text reads: Assertion failed! Program: C:\Program Files\PSPP\b

Re: Excessive file system usage

2019-12-04 Thread Alan Mead
one of the first things > you learn as you step in to the container world! > > Appreciate the quick reply. It certainly was a shocking observation > when I found it :-) > > Cheers > Dave > > > On Dec 4, 2019, 8:29 AM -0600, Alan Mead , wrote: >> Wow, that's a

Re: Excessive file system usage

2019-12-04 Thread Alan Mead
Wow, that's a lot. Do you mean that 7GB of space are needed (for, I guess temporary files)? And you did not observe that previously? Maybe the devs are familiar with kubernetes; I only know the name. Can you describe the environment (e.g., OS)? And pspp version? How many conversions have you obser

Re: pspp: error while writing to output stream error

2019-11-24 Thread Alan Mead
e and I wasn't aware. -Alan On 11/24/2019 2:48 PM, Manos Markakis wrote: > IT WORKS. thank you very much. i plugged my external SSD and it works > properly. I dont find that too annoying though. Thanks again > ____ > From: Alan Mead > Sent: Sunday

Re: pspp: error while writing to output stream error

2019-11-24 Thread Alan Mead
make a folder like 'pspp' so maybe that would be "E:\pspp" and try to save there. Even if that works, that's still pretty annoying and should be fixed if possible. -Alan On 11/24/2019 1:56 PM, Alan Mead wrote: > That's really annoying. I don't know what els

Re: pspp: error while writing to output stream error

2019-11-24 Thread Alan Mead
; and also tried to save it somewhere else. > ---- > *From:* Alan Mead > *Sent:* Sunday, November 24, 2019 9:07 PM > *To:* Manos Markakis ; pspp-users@gnu.org > > *Subject:* Re: pspp: error while writing to output s

Re: pspp: error while writing to output stream error

2019-11-24 Thread Alan Mead
test.pdf, then (which it was open) tried to export to that name in that folder again. I got the same error. -Alan On 11/24/2019 1:07 PM, Alan Mead wrote: > Manos, > > When you select Help > About, what version does it say? Because I cannot > replicate your error. > > When

Re: pspp: error while writing to output stream error

2019-11-24 Thread Alan Mead
edrive\MyPC\the name of the > folder i want\data.pdf: error while writing to output stream > > *From:* Alan Mead > *Sent:* Sunday, November 24, 2019 8:32 PM > *To:* Manos Markakis ; pspp-users@gnu.org > > *Subject:* Re: pspp: error while writing to output st

Re: pspp: error while writing to output stream error

2019-11-24 Thread Alan Mead
Actually, I get a different error when the output file has it's read-only bit set. So that's probably not it. -Alan On 11/24/2019 1:07 PM, Alan Mead wrote: > And that "data.pdf" is not write protected? -- Alan D. Mead, Ph.D. President, Talent Algorithms Inc. scienc

Re: pspp: error while writing to output stream error

2019-11-24 Thread Alan Mead
Manos, As a guess, you are trying to write to a directory for which you do do have write permission. To help you further, we need you to fully describe your problem, with step-by-step instructions for replicating the problem. We also need the exact error message, including the directory names. -

Re: Error during opening a sav file

2019-11-20 Thread Alan Mead
That's annoying; I'm sorry you're having this trouble. One of the developers may have a better idea what this error means. It sounds like a problem with encoding or a bug in PSPP. Of course, it's possible that the actual problem is unrelated and merely causes this. They would need to know the vers

Re: Warnings exceed limit

2019-11-16 Thread Alan Mead
On 11/16/2019 1:14 PM, Ben Pfaff wrote: >> too_many_errors = true; >> if (m->severity == MSG_S_WARNING) >> submit_note (xasprintf (_("Warnings (%d) exceed limit (%d). >> Syntax processing will be halted."), >> n_msgs, max_msgs));

Re: Warnings exceed limit

2019-11-16 Thread Alan Mead
On 11/16/2019 1:14 PM, Ben Pfaff wrote: > Recent SPSS documentation specifies two ways that exceeding MXWARNS > can be handled. In batch mode, it does what PSPP does here, stopping > processing if MXWARNS is exceeded. In interactive mode, it just > suppresses warnings beyond the warning limit. This

Re: Warnings exceed limit

2019-11-16 Thread Alan Mead
On 11/16/2019 11:31 AM, Frans Houweling wrote: > Yes, but for errors we have MXERRS. I personally would like PSPP to > halt on the first error, but never on a warning. > Greetings > frans Sorry, that was my point. It's really unhelpful to stop on warnings (of any number). MXWARNS is helpful to sto

Re: Warnings exceed limit

2019-11-16 Thread Alan Mead
This is probably known, but SPSS will stop on some errors. If the GET DATA command fails, it will stop at the first routine that requires a dataset. I think it will also stop on a duplicate key when merging files by a condition. I don't think it stops on errors like divide-by-zero (i.e., where I'v

Re: importing Microsoft Office Excel files into PSPP

2019-11-12 Thread Alan Mead
I don't think that's supported. In the past, the advice has been to save the XLSX file as a supported format (ODT or delimited file) and import that. I recommend doing this for SPSS as well, because when I import an Excel file directly in SPSS, it makes guesses about variable types/lengths that I

Re: About Multiple response variables...

2019-10-21 Thread Alan Mead
I think this message should be on the dev list, whom I've cc'd (but if you're not on it, you won't see the replies to that list). I don't use MR sets, so my understanding is slight. I think PSPP does not (did not in the past) support that syntax. I see below that there is at least support in readi

Re: About Multiple response variables...

2019-10-16 Thread Alan Mead
Past discussions have suggested that PSPP does not yet replicate this functionality (but I'd love to fin d out that my recollection is wrong or that PSPP has added support). -Alan On 10/16/2019 8:44 AM, Horacio Saravia wrote: > Hi, I´m a new user of PSPP. I have this version: GNU pspp 1.2.0-g0fb4

Re: In dire need of help

2019-10-07 Thread Alan Mead
Nancy, I haven't run in to this problem and I cannot tell you exactly step-by-step what to do, but I can explain what's going on and give you some advice. Incompatible encodings implies that the files have encodings that are not all the same and the warning is that you could be surprised by the r

Re: PSPP crashed

2019-10-04 Thread Alan Mead
That is a drag. If you saved the data, the saved file should have survived the crash. If not, then probably not. Also, to have any hope of having the developers examine the crash, they would also need more information like the operating system you are using and the version of PSPP, and what you w

Re: pspp-20181109-daily-32bits-setup.exe

2019-09-01 Thread Alan Mead
Sorry, that was dumb. I attached a link to the spreadsheet to my previous email. If you you want the spreadsheet, here it is. It is a LibreOffice document. -Alan On 9/1/2019 6:19 PM, Alan Mead wrote: > Henry may have a better answer, but the way Windows binaries are > created probabl

  1   2   3   4   >