Warning # 3211

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Warning # 3211

Julie-49
We are getting Warning # 3211
>On at least one case, the value of the weight variable was zero, negative,
or
>missing.  Such cases are invisible to statistical procedures and graphs
which
>need positively weighted cases, but remain on the file and are processed by
>non-statistical facilities such as LIST and SAVE.

Is there a way to code the data so this warning does not show up or how
exactly do we deal with this and is it a problem to be concerned about?


Thank You,
Julie

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: Warning # 3211

Antoon Smulders
You could use a filter:
COMPUTE myFilter = (myWeight <= 0).
FILTER by myFilter.

Antoon

-----Oorspronkelijk bericht-----
Van: SPSSX(r) Discussion [mailto:[hidden email]] Namens Julie
Verzonden: maandag 9 november 2009 14:34
Aan: [hidden email]
Onderwerp: Warning # 3211

We are getting Warning # 3211
>On at least one case, the value of the weight variable was zero, negative,
or
>missing.  Such cases are invisible to statistical procedures and graphs
which
>need positively weighted cases, but remain on the file and are processed by
>non-statistical facilities such as LIST and SAVE.

Is there a way to code the data so this warning does not show up or how
exactly do we deal with this and is it a problem to be concerned about?


Thank You,
Julie

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: Warning # 3211

Oliver, Richard
I think that may be the exact opposite of what you want, since that will filter out all the positive values, leaving only the cases with 0 or negative weight values available for analysis. I would change
(myWeight <= 0) to (myWeight > 0).

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Antoon Smulders
Sent: Wednesday, November 11, 2009 2:21 AM
To: [hidden email]
Subject: Re: Warning # 3211

You could use a filter:
COMPUTE myFilter = (myWeight <= 0).
FILTER by myFilter.

Antoon

-----Oorspronkelijk bericht-----
Van: SPSSX(r) Discussion [mailto:[hidden email]] Namens Julie
Verzonden: maandag 9 november 2009 14:34
Aan: [hidden email]
Onderwerp: Warning # 3211

We are getting Warning # 3211
>On at least one case, the value of the weight variable was zero, negative,
or
>missing.  Such cases are invisible to statistical procedures and graphs
which
>need positively weighted cases, but remain on the file and are processed by
>non-statistical facilities such as LIST and SAVE.

Is there a way to code the data so this warning does not show up or how
exactly do we deal with this and is it a problem to be concerned about?


Thank You,
Julie

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: Warning # 3211

Antoon Smulders
Absolutely right!
Antoon

-----Oorspronkelijk bericht-----
Van: Oliver, Richard [mailto:[hidden email]]
Verzonden: woensdag 11 november 2009 15:16
Aan: Antoon Smulders; [hidden email]
Onderwerp: RE: Re: Warning # 3211

I think that may be the exact opposite of what you want, since that will filter out all the positive values, leaving only the cases with 0 or negative weight values available for analysis. I would change
(myWeight <= 0) to (myWeight > 0).

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Antoon Smulders
Sent: Wednesday, November 11, 2009 2:21 AM
To: [hidden email]
Subject: Re: Warning # 3211

You could use a filter:
COMPUTE myFilter = (myWeight <= 0).
FILTER by myFilter.

Antoon

-----Oorspronkelijk bericht-----
Van: SPSSX(r) Discussion [mailto:[hidden email]] Namens Julie
Verzonden: maandag 9 november 2009 14:34
Aan: [hidden email]
Onderwerp: Warning # 3211

We are getting Warning # 3211
>On at least one case, the value of the weight variable was zero, negative,
or
>missing.  Such cases are invisible to statistical procedures and graphs
which
>need positively weighted cases, but remain on the file and are processed by
>non-statistical facilities such as LIST and SAVE.

Is there a way to code the data so this warning does not show up or how
exactly do we deal with this and is it a problem to be concerned about?


Thank You,
Julie

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD