Re: windows 10

2015-11-05 Thread Alan Mead
Julia, My suggestion would be that the students sign up for this emailing list and tell us what trouble they are having first-hand or that you get the required information and relay it to this list. Those are the avenues that are mostly likely to get the issue resolved. I don't know anything abou

Re: Multi response sets in PSPP

2015-11-06 Thread Alan Mead
I recently added a small feature to PSPP, and I think if someone had money and wanted to fund a feature, it might be possible to do so. For my small feature, I had to complete some paperwork to assign my copyright to FSF. Then I added the feature to the code and tested it. Then I modified the docu

Re: CTABLES

2015-11-07 Thread Alan Mead
What does CTABLES do? And what aspects of CTABLES would be critical for users? I think a plan should be the first step. If CTABLES were part of PSPP, is the output OK? Or would that be the next hurdle to using PSPP that the output isn't the same as SPSS (e.g., I find it harder to copy-and-paste

SPSS SPV quirk

2015-11-08 Thread Alan Mead
Ben, When we use modern versions of SPSS, I often scroll down to elements of the SPV file and that element is replaced by a message like "Please wait - computing" and then after a few seconds, the content replaces this message. Is this something that you've encountered and successfully understoo

Re: finding new developers

2015-11-09 Thread Alan Mead
On 11/9/2015 3:15 PM, Nigel Brown wrote: > In the context of the FAQ then that says “If you want an import/export > filter or some other feature to help PSPP complement your favourite > program, then please talk to us about it.” > Could we talk about an export filter to R (I like using PSPP for d

Re: Error PSPP

2015-11-17 Thread Alan Mead
Harry, Is this the non-ASCII characters problem? I attached the screenshot as a JPG. -Alan On 11/17/2015 7:05 AM, Geni Ustrell wrote: > Hello, > > > As I can resolve this error? > > Screen printing costs attached. > > > Thank You for help and for this software. > > G > > >

Re: Error PSPP

2015-11-17 Thread Alan Mead
can change the folder on Z: to something without accents or spaces. If you can do this, Harry would like to know if that solves your problem. -Alan On 11/17/2015 3:57 PM, Harry Thijssen wrote: > > Date: Tue, 17 Nov 2015 11:36:53 -0600 > From: Alan Mead mailto:ame...@ala

Re: installation for windows?

2015-12-09 Thread Alan Mead
Dorie, First, you need to know what operating system your computer is running. I don't know a lot about Macintosh computers or the latest windows, but on Windows 7 you can find out these details by clicking the start button, then right-click on "Computer" and pick "Properties". (It looks lik

Windows download link on gnu.org

2015-12-16 Thread Alan Mead
I was just refreshing my Windows copy of PSPP and I was reflecting on the trouble that Windows users have in downloading and I think some simple changes to the gnu.org download page could make it a lot easier on them. I always go to the gnu.org page: https://www.gnu.org/software/pspp/get.html An

Re: Windows download link on gnu.org

2015-12-16 Thread Alan Mead
On 12/16/2015 3:59 PM, Harry Thijssen wrote: > > https://www.gnu.org/software/pspp/get.html > > And on that page, there's a series of bullets for various operating > systems, including Windows but Windows has no clickable link (whereas > the others all do have clickable links). Why

Re: Windows download link on gnu.org

2015-12-17 Thread Alan Mead
On 12/16/2015 7:45 PM, Ben Pfaff wrote: > Just now, I did some major revisions to the "download" page. I think > it will be easier for users. Any comments? I agree; seems to me like it will be much easier for new users to find PSPP. The links you've added make it easy to compare PSPP versions a

Re: Windows download link on gnu.org

2015-12-17 Thread Alan Mead
On 12/17/2015 4:16 AM, Friedrich Beckmann wrote: > At least on debian the versions are „frozen“ with a stable > distribution. The suggested way to update to a new version would be to > make a back port. But that induces some effort. Ubuntu and all > derivates will automatically take the packages fr

Re: Windows download link on gnu.org

2015-12-17 Thread Alan Mead
Thambu, You should post questions like this with a new subject, rather than replying to a completely different topic. I don't see a way to avoid syntax, but it's not that hard and I encourage you to to become comfortable with syntax. -Alan On 12/17/2015 7:09 AM, Thambu David wrote: > > Dear All

Re: Windows download link on gnu.org

2015-12-17 Thread Alan Mead
On 12/17/2015 5:16 AM, Harry Thijssen wrote: > > > I wonder if we'd have fewer Windows complaints if it weren't the first > platform to get new versions... Of course, that also means that > they're > first to get new fixes... > > > Partially I guess. There are several reasons. > Fi

Re: PSPP and ADA compliance

2015-12-17 Thread Alan Mead
I think the FSF lawyers would refer everyone to the GPL and it's waivers of suitability. How would an application like PSPP be compliant or non-compliant with ADA? This website: http://www.interactiveaccessibility.com/services/ada-compliance (which surely isn't legal advice) suggests that ADA d

Re: Windows download link on gnu.org

2015-12-17 Thread Alan Mead
On 12/17/2015 10:55 AM, Harry Thijssen wrote > I guess users prefer a newer build with updated translations bugfixes > and new features. For example the latest release candidate contains a > Graph section in the GUI. > The drawback is that they will also encounter new bugs. I certainly appreciate

Count system missing columns

2015-12-21 Thread Alan Mead
I have a number of datasets with slightly different columns and I'm wondering if I can wrote generic code in PSPP to count the missing columns. For example, if I knew that the first and last column were, say, ID and X100, then I could count the missing this way: count miss = ID to X100 (MISSING).

Re: Count system missing columns

2015-12-21 Thread Alan Mead
On 12/21/2015 4:10 PM, Ben Pfaff wrote: > I think that you just want: COUNT n=ALL(SYSMIS). Brilliant! But it doesn't wok. On my datafiles, I get a long list of errors like: "V1 and V8 are not of the same type. All variables in this variable list must be of the same type. V8 will be omitted fr

Re: SPSS record type 7

2015-12-28 Thread Alan Mead
On 12/28/2015 11:23 AM, news wrote: > Hi, > > I try to import a SPSS sav file from PSPP into the R's RKWARD but get > an error message. As I don't know whether this is a SPSS/PSPP or a R > question I first post here. The error message reads: > Warning in read.spss("C:{file name}.sav", : > ("C:{fi

Re: Factor analysis

2016-01-04 Thread Alan Mead
I don't think PSPP has an option to save factor scores (yet): https://www.gnu.org/software/pspp/manual/html_node/FACTOR.html -Alan On 1/3/2016 9:07 AM, Justo de Jorge Moreno wrote: > Dear list > I am new to PSPP. As I can save the factors estimated with the factor > analysis? > Many thanks in a

Re: pspp-dev Digest, Vol 145, Issue 1

2016-01-04 Thread Alan Mead
This is a slightly longer answer. For those who are not aware, the output for a two independent-sample t-test contains *three* hypothesis tests. First, there is Levene's test for homogeneity of variances and this is the "F" that Elias refers to. To the right there are TWO rows: a t-test perform

Re: Factor analysis

2016-01-06 Thread Alan Mead
1/6/2016 4:35 PM, news wrote: > Saving factor scores would be a very welcomed innovation. What is the > sense of factor analysis if you can't reuse the scores ? > The same is true of regression scores. > > - ftr > > On 04/01/2016 21:19, Alan Mead wrote: >> I don

Re: Unrecognized record type 7, subtype 18 encountered in system file

2016-01-11 Thread Alan Mead
ftr, Your question: > The main question is, of course, how to import the SAV file into R > DEDUCER having worked it in PSPP. is an R question, but if SPSS/PSPP SAV format is not working, I'd recommend a different format but I don't see in the GUI how to save in anything but "system" formats. Bu

Re: PSPP Help

2016-01-11 Thread Alan Mead
Ed, I think the crosstabs issue came up previously and I don't think it's possible. I would suggest that you log a bug for each of these with a clear description of what you expect and what doesn't work. Including your syntax and a tiny sample dataset would also help. http://savannah.gnu.org/bug

Re: PSPP Help

2016-01-11 Thread Alan Mead
Ed and PSPP users, Whoops. I am mistaken about this: > About compute and dummy coding, that's also not available through the > PSPP GUI but I have never found the SPSS GUI particularly easy... > Wouldn't it be easier to just write a snippet of code to do this? BTW, > I use recode statements: In

Re: Question regarding Select Cases

2016-01-14 Thread Alan Mead
Ed, I've never used the GUI to select cases but when I choose Data > Select Cases and move a variable into "Use filter variable" it generates "FILTER BY" syntax and that syntax is explained here: http://www.gnu.org/software/pspp/manual/html_node/FILTER.html which only works if you have already c

Re: data set opening bug

2016-02-07 Thread Alan Mead
On 2/7/2016 8:23 AM, John Darrington wrote: > On Sun, Feb 07, 2016 at 12:50:58PM +0100, ftr wrote: > Thank you for the clarification. It did not know these details. > > pspp.awardspace.com and sourceforge.net/pspp4windows are not controlled > by the PSPP developers. Those have been set

Re: PSPP help

2016-02-23 Thread Alan Mead
Claire, When you when say: > I try to save the data file under 'PSPP' it comes up with an error > message saying 'permission denied' that sounds like you are trying to save the files under c:\program files\pspp and that isn't a good place to save files and Windows will prevent you from doing so

Re: PSPP help

2016-02-23 Thread Alan Mead
have anything like that at the top. I'm not > incredibly knowledgable in IT terms so this is perhaps a red herring! > > Thanks for your support and speedy reply! > > Claire > > On 23 February 2016 at 17:23, Alan Mead <mailto:ame...@alanmead.org>> wrote: > >

Re: PSPP help

2016-02-23 Thread Alan Mead
On 2/23/2016 1:49 PM, Harry Thijssen wrote: > It is non-ascii characters in the filename or the path. Anyway, this > shouldn't happen any more in the latest version when you save it from > the GUI. So I don't think this is the problem. Except that she uninstalled the latest version because it had

Re: PSPP should remove the scary, misleading message about "UNRELEASED TEST SOFTWARE! NOT FOR PRODUCTION USE!"

2016-02-24 Thread Alan Mead
On 2/24/2016 9:43 AM, John Darrington wrote: > Unfortunately I disagree :( > > Yes it is loud. It is scary. It was intended to be those things. John, I don't want to be augmentative but I cannot ever agree (for several reasons, outlined below) that "scary" is good. And I know you're a "FLOSS g

Re: PSPP should remove the scary, misleading message about "UNRELEASED TEST SOFTWARE! NOT FOR PRODUCTION USE!"

2016-02-24 Thread Alan Mead
On 2/24/2016 12:25 PM, John Darrington wrote: > On Wed, Feb 24, 2016 at 11:57:27AM -0600, Alan Mead wrote: > > The GNU guidelines are here: > http://www.gnu.org/prep/maintain/maintain.html > I don't see anything that we are not following. Where in those g

Re: PSPP should remove the scary, misleading message about "UNRELEASED TEST SOFTWARE! NOT FOR PRODUCTION USE!"

2016-02-24 Thread Alan Mead
John, It sounds like I'm wasting your time appealing to your sympathies for >90% of the software users world-wide. That's fine. On 2/24/2016 2:20 PM, John Darrington wrote: > Pspp builds fine for me on a stable Debian release. If you can provide > details of the problem preventing you from build

Re: PSPP on CentOS

2016-02-25 Thread Alan Mead
CentOS /RHEL are based on a version of fedora. CentOS 6 is based on Fedora 13 or 14, so a package from Fedora 23 is no more use to me than an Ubuntu package. I'll have to continue using the Windows version of PSPP until I upgrade to CentOS 7 someday. -Alan On 2/24/2016 11:30 PM, John Darrington

Re: PSPP should remove the scary, misleading message about "UNRELEASED TEST SOFTWARE! NOT FOR PRODUCTION USE!"

2016-02-25 Thread Alan Mead
PIRE a lot) I think it's unfair that PSPP's reputation should > suffer from this. > Maybe some day we will have lots of "yet-an-other" or "just-an-other" > graphical front-ends for PSSP. > frans > > > On 02/24/2016 10:08 PM, Alan Mead wrote: >>

Re: PSPP should remove the scary, misleading message about "UNRELEASED TEST SOFTWARE! NOT FOR PRODUCTION USE!"

2016-02-25 Thread Alan Mead
On 2/24/2016 9:43 AM, John Darrington wrote: > Unfortunately I disagree :( So I'm confused. Is this my answer? I can go fuck off? -Alan -- Alan D. Mead, Ph.D. President, Talent Algorithms Inc. science + technology = better workers +815.588.3846 (Office) +267.334.4143 (Mobile) http://www.a

Re: PSPP should remove the scary, misleading message about "UNRELEASED TEST SOFTWARE! NOT FOR PRODUCTION USE!"

2016-02-25 Thread Alan Mead
On 2/25/2016 8:36 AM, Friedrich Beckmann wrote: > Hi Alan, > > maybe we should all sleep one or two nights before adding something to I feel like the discussion has been dismissive, but I can live with that. What I am genuinely confused about is whether his answer is the final answer. -Alan -

Re: PSPP on CentOS

2016-02-25 Thread Alan Mead
On 2/25/2016 1:17 PM, John Darrington wrote: > On Thu, Feb 25, 2016 at 07:32:02AM -0600, Alan Mead wrote: > CentOS /RHEL are based on a version of fedora. CentOS 6 is based on > Fedora 13 or 14, so a package from Fedora 23 is no more use to me than > an Ub

Re: PSPP on CentOS

2016-02-25 Thread Alan Mead
On 2/25/2016 2:22 PM, Alan Mead wrote: > That does allow ./configure to run without error but when I make the > software I get this: PS - I have been able to make pspp (but not psppire) on this machine in the past... -- Alan D. Mead, Ph.D. President, Talent Algorithms Inc. s

Re: PSPP on CentOS

2016-02-25 Thread Alan Mead
On 2/25/2016 2:30 PM, John Darrington wrote: > You should not need autoconf *at all*. > I think you are probably running on a git checkout of something. No, I'm using the official tarball (I just downloaded it, patched it, and replicated the error again). The warning says: 'autohea

Re: PSPP on CentOS

2016-02-25 Thread Alan Mead
On 2/25/2016 2:50 PM, John Darrington wrote: > Can you then try leaving configure.ac unchanged. That is to say, > in the script, delete the lines > diff --git a/configure.ac b/configure.ac > . > through to > . >PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-2.0 >= 2.2], [], > Ok, I did

Re: PSPP on CentOS

2016-02-25 Thread Alan Mead
On 2/25/2016 3:23 PM, John Darrington wrote: > It's segfaulting because the .ui files are not installed. > make install seems to be failing because you seem to have a rather old > version of xmllint. Fortunately we can live without it: > > In your makefile look for the four lines similar to: > >

Re: PSPP on CentOS

2016-02-25 Thread Alan Mead
On 2/25/2016 11:39 PM, John Darrington wrote: > On Thu, Feb 25, 2016 at 03:41:46PM -0600, Alan Mead wrote: > > This succeeded and in some quick testing psppire seems to work. > Thanks! Is there any hope for more recent versions? > > > On CentOS 6 I&#

Re: PSPP on CentOS

2016-02-25 Thread Alan Mead
On 2/26/2016 12:02 AM, John Darrington wrote: > On Thu, Feb 25, 2016 at 11:48:56PM -0600, Alan Mead wrote: > > Or fedora, because (as you pointed out) there is a fedora pspp package. > But EPEL 7 doesn't have one, so I'd have to compile it myself. >

Re: Warning on unreleased versions.

2016-02-26 Thread Alan Mead
On 2/26/2016 12:03 PM, John Darrington wrote: > Let's see if we can come to a compromise here. > > Alan takes the view that users should not be discouraged to try the latest > git snapshots, > whereas the decision to add this notice to those snapshots was taken in order > to ensure > that users a

Re: PSPP should remove the scary, misleading message about "UNRELEASED TEST SOFTWARE! NOT FOR PRODUCTION USE!"

2016-02-27 Thread Alan Mead
On 2/27/2016 4:51 PM, Ben Pfaff wrote: > On Thu, Feb 25, 2016 at 08:07:27AM -0600, Alan Mead wrote: >> On 2/24/2016 9:43 AM, John Darrington wrote: >>> Unfortunately I disagree :( >> So I'm confused. Is this my answer? I can go fuck off? > I am disturbed by the id

Re: Warning on unreleased versions.

2016-02-29 Thread Alan Mead
On 2/28/2016 12:00 PM, Ben Pfaff wrote: > I suggest putting it into the output window at startup, once. This is > easy to do, it is likely that users will notice, and it is not as > obnoxious as some of the other options. > + > + text_item_submit ( > +text_item_create (TEXT_ITEM_PARAGRAPH, >

Re: Warning on unreleased versions.

2016-02-29 Thread Alan Mead
On 2/28/2016 12:44 AM, John Darrington wrote: > 1. In the output window after each operation. > >I don't think that is a good idea for several reasons: a) It would >break all of our regression tests; Ben, I was referring to this. I assumed that John meant that all the regression tests wou

Re: Warning on unreleased versions.

2016-02-29 Thread Alan Mead
On 2/29/2016 10:01 AM, Ben Pfaff wrote: > I don't see why the regression tests would break. For one thing, we > don't have regression tests for the GUI, which seems to be mostly what > we're talking about. Second, it would not be hard to disable this > message for the regression tests (e.g. with --

Re: Warning on unreleased versions.

2016-02-29 Thread Alan Mead
On 02/29/2016 11:37 PM, John Darrington wrote: The wording seems find to me. I'm not so sure that is will be as noticable as we would like - it will scroll off the top of the screen after a large output. And in cases like reported here: https://lists.gnu.org/archive/html/pspp-users/2

Re: Warning on unreleased versions.

2016-02-29 Thread Alan Mead
On 03/01/2016 01:44 AM, Friedrich Beckmann wrote: "This is a development version. It may contain bugs.“ in the title bar? Would you consider this non-scary? What about having just Friedrich No, it doesn't seem scary to me; but I hope we continue to be open to feedback from users. If a sn

Re: Warning on unreleased versions.

2016-03-01 Thread Alan Mead
On 03/01/2016 01:56 AM, Kailash Gajara wrote: How do I make this mailman list send me only digest email and not all emails please? Kailash Go here: https://lists.gnu.org/mailman/listinfo/pspp-users and find near the bottom where it says "To unsubscribe from Pspp-users, get a password remi

Re: Warning on unreleased versions.

2016-03-02 Thread Alan Mead
On 3/2/2016 1:35 PM, Friedrich Beckmann wrote: > Am 02.03.2016 um 20:26 schrieb John Darrington : > > On Wed, Mar 02, 2016 at 07:52:34PM +0100, Friedrich Beckmann wrote: > > 2 Then, as a first post-release task, let's replace the existing splash > screen with an startup window > which must be ac

Re: Warning on unreleased versions.

2016-03-02 Thread Alan Mead
Harry, this is helpful Thanks! -Alan On 3/2/2016 3:53 PM, Harry Thijssen wrote: > Hi > > First I don't want to be part of the ongoing discussion. > Just to inform you: > > The MSWindows installer displays a readme file on the screen during > installation. > > The second line in this readme b

Re: Warning on unreleased versions.

2016-03-02 Thread Alan Mead
Mark, Maybe you understand this very well, but I think a better way to think about this is that the PSPP team releases a release of PSPP (which is source code) and then platform-specific "packagers" release binaries for their platform, possibly making decisions along the way. For example, Friedri

Re: Warning on unreleased versions.

2016-03-02 Thread Alan Mead
On 3/2/2016 3:48 AM, Matej Kovacic wrote: > I mean this is not a decision for a dice. It is a decision the project > manager shoud do. There should be no democracy here. Sorry to be late in responding, I didn't see Friedrich's OP (about using dice to settle the concern about the labeling of untes

Re: PSPP is not a "linux first" community

2016-03-03 Thread Alan Mead
On 3/3/2016 11:54 AM, Mark Hancock wrote: > I actually do get the sense that the devs here care about the Windows > experience, but just don't have the resources to test it. It's also > been noted that all the devs use some Linux-based OS exclusively, and > because open source projects naturally ar

Re: PSPP is not a "linux first" community

2016-03-03 Thread Alan Mead
My experience has been that the PSPP team is welcoming, so I don't think "cathedral model" is fair. But I also don't think you need to be apologetic about being a Windows user or a user. PSPP needs users and Windows users to test and report bugs. -Alan On 3/3/2016 2:24 PM, Frans Houweling wrote:

Re: PSPP is not a "linux first" community

2016-03-04 Thread Alan Mead
On 3/4/2016 9:49 AM, John Darrington wrote: > Well it certainly is true that fixing issues in GNU/Linux has a higher > priority than fixing Windows issues. But that does not make PSPP a linux > first project. If there is a "pecking order" it is something like this: > > 1: GNU > 2: Other Free OSes

Statically linked binaries (was re: PSPP on CentOS 6)

2016-03-04 Thread Alan Mead
On 2/25/2016 11:39 PM, John Darrington wrote: > On Thu, Feb 25, 2016 at 03:41:46PM -0600, Alan Mead wrote: > > This succeeded and in some quick testing psppire seems to work. > Thanks! Is there any hope for more recent versions? > > On CentOS 6 I'm afr

Re: Combining dataset files in PSPP

2016-03-19 Thread Alan Mead
dge, and > factors affecting breastfeeding separately. I'm trying to merge them > into one. > > On Mar 17, 2016 4:14 PM, "Alan Mead" <mailto:ame...@alanmead.org>> wrote: > > Hamza, > > I need more information about what you are trying to acco

Re: Combining dataset files in PSPP

2016-03-19 Thread Alan Mead
Hamza, I need more information about what you are trying to accomplish. Can you give us a small example of the data you are trying to merge? -Alan On 3/17/2016 10:01 AM, hamza ibrahim wrote: > > Help doctor, I'm new to PSPP. I have been trying to combine some > dataset files using the syntax

Re: Challenge with combining data files

2016-03-19 Thread Alan Mead
Hamza, Tell us more about the data. One key distinction is whether you are merging files of the same people with different variables ("adding columns") or if you are merging files of different people on the same variables ("adding cases"). And there are less common possibilities. like dictionary

Re: Getting PSPP compiled version with PostgreSQL support

2016-03-19 Thread Alan Mead
Philip, Has anyone answered you off-line? I don't know anything about PSQL support, but I see that it's not enabled in the Windows binaries provided by Harry Thijssen. A couple years ago this came up and he said: > I doubt if my MSWindows build has a working support for PostgreSQL. At > least I

Re: Getting PSPP compiled version with PostgreSQL support

2016-03-19 Thread Alan Mead
Harry, My replies are inline below. Cheers! -Alan On 3/19/2016 9:38 AM, Harry Thijssen wrote: > > > Date: Thu, 17 Mar 2016 17:09:18 + > From: "Curran, Philip" > > To: "pspp-users@gnu.org " > mailto:pspp-users@gn

Re: Getting PSPP compiled version with PostgreSQL support

2016-03-19 Thread Alan Mead
Maybe we're straying a bit from the topic at hand... Should we fix the Windows build to support PSQL? My point is that I don't see much use, but clearly Philip Curran sees a use. And John's answer seems pretty emphatically in favor of the feature. So, if it's missing from the Windows version, th

Re: Getting PSPP compiled version with PostgreSQL support

2016-03-19 Thread Alan Mead
gt; I have not heard of people for which it is a break point, but it can > definitely be useful if working which large or realtime datasets. > > Have fun > > 2016-03-19 21:52 GMT+01:00 Alan Mead <mailto:ame...@alanmead.org>>: > > Maybe we're straying a bit from

Re: Pspp-users Digest, Vol 118, Issue 20

2016-03-23 Thread Alan Mead
Ivan, You're sure there are no dots (not even faint yellow ones)? Here's what I get using Windows version 0.9.0-g636302: And using 0.8.5 on CentOS: In both cases the dots are there but they are faint and yellow. The windows version makes the dots slightly more visible, although that may be

Re: pspp-0.10.0 released [stable]

2016-03-26 Thread Alan Mead
On 3/26/2016 12:46 PM, 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 proprietary program SPSS. Great news! Many thinks to those to coded, tested, translate

Re: pspp-0.10.0 released [stable]

2016-03-26 Thread Alan Mead
On 3/26/2016 12:56 PM, Carlos González Haro wrote: > Hi Alan, > > Any direct link to download the pspp.0.10 for MacOs? > > Thanks, > > *Carlos* > * > * Carlos, The PSPP release now goes to packagers for various platforms. I don't know anything about MacOS. The PSPP page: Source: https://www.

Re: technical question

2016-03-28 Thread Alan Mead
Brittani, I would use one of the versions of the manual here: https://www.gnu.org/software/pspp/manual/ such as this one: https://www.gnu.org/software/pspp/manual/html_node/index.html or the PDF version: https://www.gnu.org/software/pspp/manual/pspp.pdf PSPP has capabilities, like GLM, that

Re: problems with mac

2016-05-16 Thread Alan Mead
Julia, I noticed that your email from yesterday doesn't seem to have been answered on list. I don't know much about Macs but if you get 'command not found' after executing a command with sudo, it means that the command (ports?) has been mistyped or has to be installed. When I get an error like

Re: problems with mac

2016-05-17 Thread Alan Mead
Could you post the exact error message (word for word) that you get? When do you get it, when starting PSPP? Does PSPP seem to run or does the error prevent PSPP from running? On 5/17/2016 10:01 AM, Julia Klausli wrote: > I always get an error message stating Xcode is not working but I have > ins

Re: problems with mac

2016-05-17 Thread Alan Mead
You need to accept the Xcode license before it will work properly. Have you tried running the recommended command ("sudo xcodebuild -license")? On 5/17/2016 10:46 AM, Julia Klausli wrote: > Thanks so much for your help. > Here is what I get: > Julias-MBP:~ juliaklausli$ sudo port install PSPP >

Re: problems with mac

2016-05-17 Thread Alan Mead
ion 8.5 > (which is what I had before but uninstalled) > Do I need to configure it or how do I get to open it? > Thanks > Julia > > >> On May 17, 2016, at 11:53 AM, Alan Mead > <mailto:ame...@alanmead.org>> wrote: >> >> You need to accept the Xcode lice

Re: problems with mac

2016-05-17 Thread Alan Mead
gt;>> Am 17.05.2016 um 19:42 schrieb Julia Klausli >>> mailto:jklau...@ipsciences.edu>>: >>> >>> Thanks. I did that and the error seems to have gone away. I have the >>> folder with PSPP 10.1 on my computer but I can only open version 8.5 >>>

Re: problems with mac

2016-05-18 Thread Alan Mead
; This shows you that pspp is installed in /opt/local/bin where it is > supposed to be. pspp will not be visible in the > „Program“ folder where programs are usually installed. So you have to > start pspp from the terminal. > > Friedrich > >> Am 18.05.2016 um 05:15 sch

Re: problems with mac

2016-05-18 Thread Alan Mead
several times. It always fails stating that python27 > could not be installed. > Any thoughts? > >> On May 18, 2016, at 9:16 AM, Alan Mead > <mailto:ame...@alanmead.org>> wrote: >> >> Julia, >> >> I'd follow Friedrich's advice below a

Re: COUNT error message

2016-05-22 Thread Alan Mead
Is this caused by the period after the second line of COUNT? I think "/nom.." and "/activ..." are orphaned by the period. If so, maybe this error message could be improved? -Alan On 5/22/2016 12:59 PM, news wrote: > I get an error message for a COUNT command, but don't understand it. > > There i

Re: New with pspp

2016-05-25 Thread Alan Mead
Hi Ellen, My answers and inline below. -Alan On 5/25/2016 10:34 AM, Ellen Bowers wrote: > I have Windows 10. I have been able to upload a file of 117 subjects > with 112 Columns from Excel 14 saved in .csv -- there will be nearly > 300 subjects ultimately. For the first part of the columns, t

Re: About application distribution in GNU/Linux

2016-05-30 Thread Alan Mead
Charles, The place to discuss this with developers is pspp-dev. The PSPP devs can speak for themselves, but I think that they would/will say that packaging PSPP is now what they do. So, if you or someone else wanted to package PSPP using flagpak, I think they would welcome that and support it

Re: Some problem

2016-06-17 Thread Alan Mead
>From where did you download it? I would only download Windows binaries from: http://pspp.awardspace.com/ I have this version installed and I have no problems. I still have the install binary and MSE reports it clean. I can email it to you off list if you like... It's > 24 MB. I would always b

Re: Some problem

2016-06-17 Thread Alan Mead
Wen, Off list you said that you downloaded it from sourceforge (https://sourceforge.net/projects/pspp4windows/files/), which looks correct to me. So that increases my feeling that it's a false alarm, but I certainly don't know that. I sent you the 23MB file (32MB uuencoded) that I downloaded on

Re: PSPPire on Windows: Increase the number of decimal places of regression analysis

2016-07-28 Thread Alan Mead
On 7/28/2016 5:32 PM, Yoshi wrote: > 3 On the syntax editor window, enter command, > SET FORMAT F22.6 > EXECUTE. (SyntaxEditor1.JPG) After this step, did you click Run > All ? You need to see these statements in the output window (without any error message) to know that this format took effect.

Re: Open Source Version of AMOS?

2016-08-12 Thread Alan Mead
I don't think PSPP has any SEM capabilities. If you search for "free sem software" you'll find a few choices. Probably your best bet is an R package or Mx. -Alan On 8/12/2016 1:37 PM, Anthony Thompson wrote: I have and am using PSPP, your open source version of SPSS. Do you have or are yo

Re: centOS6 install

2016-08-17 Thread Alan Mead
There's PSPP (the statistical engine, which can be used on the command line to execute syntax files) and PSPPIRE (the graphical interface). I haven't tried recently, but PSPP has built fine on CentOS 6. Not so with the gui. One of the PSPP developers helped me get an older version of PSPPIRE up

Re: PSPP multiple linear regression with Y intercept equal zero

2016-09-03 Thread Alan Mead
Ether, John is one of the main PSPP developers. I think everyone associated with PSPP wishes PSPP was feature complete, but the fact is that there are a lot of missing features. The developers list is pspp-dev and you can join it the same way that you joined pspp-users. The best solution would

Re: PSPP not working

2016-09-23 Thread Alan Mead
Do you recall what version of PSPP you installed? Do you recall if it was the 32-bit or 64-bit version? I am using an older version, pspp 0.10.1-g1082b8, and it works fine on my 64-bit windows 7. When you say that the program doesn't respond, you click on the gui and a dialog opens but the statis

Re: PSPP not working

2016-09-23 Thread Alan Mead
> how to use it. However I never use any syntax apart from the program > itself. > > I hope this clarifies the problem I am facing. > > Thanks and regards, > Cecily Ray > > > > > On Fri, Sep 23, 2016 at 8:19 PM, Alan Mead <mailto:ame...@alanmead.org>> wrote: >

Re: PSPP not working

2016-09-23 Thread Alan Mead
use any syntax apart from the > program itself. > > I hope this clarifies the problem I am facing. > > Thanks and regards, > Cecily Ray > > > > > On Fri, Sep 23, 2016 at 8:19 PM, Alan Mead <mailto:ame...@alanmead.org>> wrote: &

Re: PSPP not working

2016-09-23 Thread Alan Mead
ilto:cecily@gmail.com>> wrote: > > Alan, > > I have been able to successfully calculate the frequency of v1 in th > dataset hotel.sav you sent me. > > I will try once again to do a frequency on a variable in the large > dataset >

Re: PSPP not working

2016-09-26 Thread Alan Mead
PSPPIRE to the file > tab and then syntax. > > If you could tell the exact file you downloaded for your > work people could try to find out what is going on and > help you. It would also be usefull if you could post what > happens if

Re: PSPP linear regression (reference category).

2016-09-29 Thread Alan Mead
If I understand your question, you're asking which is is the category against which each other dummy-coded category is compared? You select it when you dummy code. When you have K categories, you create K-1 dummy variables and one group has a zero on all K-1 dummy variables. That group is the r

Re: PSPP linear regression (reference category).

2016-09-29 Thread Alan Mead
I've always used syntax to create dummy variables and it works the same in PSPP and SPSS. If you had a categorical variable X with *three* values 0/1/2 you would create *two* dummy coded variables like this: recode x (0=1) (1=0) (2=0) (ELSE=SYSMIS) into x_dum1. recode x (0=0) (1=1) (2=0) (ELSE=S

Re: Licence question - commercial usage.

2016-10-17 Thread Alan Mead
Piotr, In a word, Yes. The longer answer is that PSPP is licensed under the GPL3 (or later) and you can read that document to understand your rights but compared to traditional commercial software your rights under the GPL are *considerable* (you can use PSPP as you wish, you are entitled to a c

Re: bonferroni correction to a mann whitney u test?

2016-10-28 Thread Alan Mead
PSPP implements a subset of SPSS syntax and it sounds like PSPP does not accept that syntax. I don't see this option in the manual: https://www.gnu.org/software/pspp/manual/pspp.pdf As a work-around, you could run the M-W test multiple times and apply a Bonferroni-corrected alpha, right? If you h

Re: install pspp 0.10.x on lunux

2016-10-28 Thread Alan Mead
Rob, Are you trying to make a git pull or a release (tarball)? I don't know what the differences are, but making a git pull is said to be more complex, so I'd recommend getting a release (http://ftp.gnu.org/gnu/pspp/). I'm not sure that you can compile recent PSPP on CentOS 6, but I think you ne

Re: install pspp 0.10.x on lunux

2016-10-28 Thread Alan Mead
On 10/28/2016 2:27 PM, John Darrington wrote: > On Fri, Oct 28, 2016 at 07:21:35PM +, Will Farmer wrote: > After having read the file, it was not the most clear for a > non-programmer. Alan was able to get me on the right track, so I appreciate > that very much. > > > It is suppose

Re: Selecting cases using the "IF" Function

2017-01-18 Thread Alan Mead
As Dr. Water says, syntax is a solution. The steps would be to (1) paste the desired analysis and then (2) edit the syntax to insert the "IF" statement above it. You also need to decide if you want to "permanently" delete the non-selected cases or not. If I have a long series of analyses, I migh

Re: Pspp-users Digest, Vol 128, Issue 3

2017-01-19 Thread Alan Mead
ct or body 'help' to > pspp-users-requ...@gnu.org <mailto:pspp-users-requ...@gnu.org> > > You can reach the person managing the list at > pspp-users-ow...@gnu.org <mailto:pspp-users-ow...@gnu.org> > > When replying, please edit

  1   2   3   4   >