missing data syntax

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

missing data syntax

Kristine Oppelstrup
Hello,

I wonder if someone could help me with where to
include the syntax for user-defined missing data.

The procedure I want to run is:

GLM
  dv1 dv2 dv3 dv4 dv5 dv6 dv7 dv8 dv9 dv10 dv11 dv12
BY rtsex  WITH atlg
  /WSFACTOR = factor1 2 Polynomial factor2 2
Polynomial factor3 3 Polynomial
  /METHOD = SSTYPE(3)
  /CRITERIA = ALPHA(.05)
  /MISSING=INCLUDE
  /WSDESIGN = factor1 factor2 factor3 factor1*factor2
factor1*factor3 factor2
 *factor3 factor1*factor2*factor3
  /DESIGN = atlg rtsex .

and the user-defined missing data syntax I want to
include is:

MISSING VALUES dv1 dv2 dv3 dv4 dv5 dv6 dv7 dv8 dv9
dv10 dv11 dv12 (-9).

Where in the GLM procedure do I include the missing
data syntax? Or should it be before the GLM procedure?

I would really appreciate some help!

Thanks!
Kristine




      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

=====================
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: missing data syntax

Maguin, Eugene
Kristine,

The missing values statement goes before the GLM statement.

Gene Maguin

=====================
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: missing data syntax

Norton, John
In reply to this post by Kristine Oppelstrup
Hi Kristine,

Your data should be defined before the desired analyses. So, you should have your missing value definitions done before the GLM.

HTH,

John Norton

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Kristine Oppelstrup
Sent: Monday, April 14, 2008 12:38 PM
To: [hidden email]
Subject: missing data syntax

Hello,

I wonder if someone could help me with where to
include the syntax for user-defined missing data.

The procedure I want to run is:

GLM
  dv1 dv2 dv3 dv4 dv5 dv6 dv7 dv8 dv9 dv10 dv11 dv12
BY rtsex  WITH atlg
  /WSFACTOR = factor1 2 Polynomial factor2 2
Polynomial factor3 3 Polynomial
  /METHOD = SSTYPE(3)
  /CRITERIA = ALPHA(.05)
  /MISSING=INCLUDE
  /WSDESIGN = factor1 factor2 factor3 factor1*factor2
factor1*factor3 factor2
 *factor3 factor1*factor2*factor3
  /DESIGN = atlg rtsex .

and the user-defined missing data syntax I want to
include is:

MISSING VALUES dv1 dv2 dv3 dv4 dv5 dv6 dv7 dv8 dv9
dv10 dv11 dv12 (-9).

Where in the GLM procedure do I include the missing
data syntax? Or should it be before the GLM procedure?

I would really appreciate some help!

Thanks!
Kristine




      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

=====================
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