RE: Temporary

2022-05-24 Thread jhwhite
Ok – Alan. I will give it a try. Take care, John ___ Email: jhwh...@techwriteinc.com From: Pspp-users On Behalf Of Alan Mead Sent: Tuesday, May 24, 2022 7:08 PM To: pspp-users@gnu.org Subject: Re: Temporary Sounds like a bug. If you do

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/htm

RE: Temporary

2022-05-24 Thread jhwhite
Thank you for the response. I agree with you. I ran a command after the “TEMPORARY” command – but the entire data set is still missing most of the data due to my “SELECT IF” COMMAND. The workaround is I am creating separate files for each select if command I use. Bulky for now

Re: Temporary

2022-05-24 Thread ft gmail
of the filter. HTH ftr On 24/05/2022 21:03, jhwh...@techwriteinc.com wrote: I am using the PSPP syntax commands: TEMPORARY SELECT IF (VAR1 >=1) Here is the question, I have several PSPP books. The “TEMPORARY” filter gets me the data I desired, but how do I get the data file back to t

Temporary

2022-05-24 Thread jhwhite
I am using the PSPP syntax commands: TEMPORARY SELECT IF (VAR1 >=1) Here is the question, I have several PSPP books. The "TEMPORARY" filter gets me the data I desired, but how do I get the data file back to the complete data set before I ran the PSPP syntax? I could

Re: DESCRIPTIVES with TEMPORARY and Z scores--please help

2013-04-17 Thread Ben Pfaff
@gnu.org > Enviado: Miércoles, 17 de abril, 2013 12:24 A.M. > Asunto: DESCRIPTIVES with TEMPORARY and Z scores--please help > > > I'm trying to figure out what DESCRIPTIVES should do when both TEMPORARY > and Z scores are in use.  Here's an example.  If you have access to >

Re: DESCRIPTIVES with TEMPORARY and Z scores--please help

2013-04-17 Thread John Darrington
On Wed, Apr 17, 2013 at 01:34:06PM +0200, Zolt?n F?bi?n wrote: Hi Ben, Something is wrong with this syntax. (See attached txt.) I could not figure out what. Cheers, Zoltan Warning # 1102 An invalid numeric field has been found. The result

Re: DESCRIPTIVES with TEMPORARY and Z scores--please help

2013-04-17 Thread Ing. Jorge Albuja Delgado
De: Ben Pfaff Para: pspp-...@gnu.org; pspp-users@gnu.org Enviado: Miércoles, 17 de abril, 2013 12:24 A.M. Asunto: DESCRIPTIVES with TEMPORARY and Z scores--please help I'm trying to figure out what DESCRIPTIVES should do when both TEMPORARY and Z score

Re: DESCRIPTIVES with TEMPORARY and Z scores--please help

2013-04-17 Thread Zoltán Fábián
Hi Ben, Something is wrong with this syntax. (See attached txt.) I could not figure out what. Cheers, Zoltan On 17/04/13 07:24, Ben Pfaff wrote: I'm trying to figure out what DESCRIPTIVES should do when both TEMPORARY and Z scores are in use. Here's an example. If you have acce

DESCRIPTIVES with TEMPORARY and Z scores--please help

2013-04-16 Thread Ben Pfaff
I'm trying to figure out what DESCRIPTIVES should do when both TEMPORARY and Z scores are in use. Here's an example. If you have access to SPSS, please run the following syntax and report the output. Thanks, Ben. DATA LIST LIST NOTABLE /id abc. BEGIN DATA. 1 3.5 2 2.0 3 2.0 4 3.5 5