|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Warning # 3211We 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 LISTSERV@... (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 |
|
|
Re: Warning # 3211You could use a filter:
COMPUTE myFilter = (myWeight <= 0). FILTER by myFilter. Antoon -----Oorspronkelijk bericht----- Van: SPSSX(r) Discussion [mailto:SPSSX-L@...] Namens Julie Verzonden: maandag 9 november 2009 14:34 Aan: SPSSX-L@... 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 LISTSERV@... (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 LISTSERV@... (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 |
|
|
Re: Warning # 3211I 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:SPSSX-L@...] On Behalf Of Antoon Smulders Sent: Wednesday, November 11, 2009 2:21 AM To: SPSSX-L@... Subject: Re: Warning # 3211 You could use a filter: COMPUTE myFilter = (myWeight <= 0). FILTER by myFilter. Antoon -----Oorspronkelijk bericht----- Van: SPSSX(r) Discussion [mailto:SPSSX-L@...] Namens Julie Verzonden: maandag 9 november 2009 14:34 Aan: SPSSX-L@... 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 LISTSERV@... (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 LISTSERV@... (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 LISTSERV@... (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 |
|
|
Re: Warning # 3211Absolutely right!
Antoon -----Oorspronkelijk bericht----- Van: Oliver, Richard [mailto:roliver@...] Verzonden: woensdag 11 november 2009 15:16 Aan: Antoon Smulders; SPSSX-L@... 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:SPSSX-L@...] On Behalf Of Antoon Smulders Sent: Wednesday, November 11, 2009 2:21 AM To: SPSSX-L@... Subject: Re: Warning # 3211 You could use a filter: COMPUTE myFilter = (myWeight <= 0). FILTER by myFilter. Antoon -----Oorspronkelijk bericht----- Van: SPSSX(r) Discussion [mailto:SPSSX-L@...] Namens Julie Verzonden: maandag 9 november 2009 14:34 Aan: SPSSX-L@... 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 LISTSERV@... (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 LISTSERV@... (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 LISTSERV@... (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 |
| Free embeddable forum powered by Nabble | Forum Help |