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
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
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
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
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
@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
>
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
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
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
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
10 matches
Mail list logo