Date: Mon, 24 Feb 1997 09:44:53 +0000
Reply-To: R.A.Reese@UCC.HULL.AC.UK
Sender: "SPSSX(r) Discussion" <SPSSX-L@UGA.CC.UGA.EDU>
From: "R. Allan Reese" <R.A.Reese@UCC.HULL.AC.UK>
Subject: Re: how to recode only few of the cases without a
"logical/statistical excuse"?
In-Reply-To: <E0vyedw-0005dN-00@adelphi.ucc.hull.ac.uk>
Content-Type: TEXT/PLAIN; charset=US-ASCII
> At 15:13 22/02/97 GMT, Amir Hetsroni wrote:
> >Can someone tell me how (if it is possible) to recode the scores of
> >only few of the cases on the data sheet without any
> >"statistical/logical excuse".
Think laterally. The computer is logical, so only offers the "IF condition"
or pseudo-random selection. Maybe you want to browse and pick cases?
Either LIST the variables you might look at, and use $CASENUM as suggested,
or create a new column (call it "pickthis" or anything you like), reorder
the variables so to bring those of interest and pickthis together, then
use the DATA EDITOR view and go through marking the cases you want. You
will then have your logical condition:
compute pickthis=0.
EDIT data and mark 1 for selected cases
if (pickthis=1) ...
R. Allan Reese Email: r.a.reese@ucc.hull.ac.uk
Head of Applications Direct voice: +44 1482 465296
Academic Services Computing Voice messages: +44 1482 465685
Hull University, Hull HU6 7RX, UK. Fax: +44 1482 466441
|