Two Way independent ANOVA follow up for interaction

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

Two Way independent ANOVA follow up for interaction

Cathy Mazzotta
 

        Hi everyone,  

        I am trying to do a follow up to an interaction of Gender *
Treatment in a 2 Way ANOVA.  

        My Syntax is:

        manova  
 score  BY gender(1,2)  treatment(1,3)
 /DESIGN = gender within treatment (1) vs w,
 gender within treatment (2) vs w,
 gender within treatment (3) vs w/
 Design = treatment within gender (1) vs w,
 treatment within gender (2) vs w.

        The error message is:

        >Error # 701 in column 1. Text: score

        >An undefined variable name, or a scratch or system variable was
specified in a

        >variable list which accepts only standard variables. Check spelling
and

        >verify the existence of this variable.

        >This command not executed.

        Any suggestions as to where I am making the mistake.  

        Thank you

        Cathy Mazzotta

        UB

        NY  BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px;
}
 

====================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: Two Way independent ANOVA follow up for interaction

Art Kendall
  >An undefined variable name, or a scratch or system variable was
specified in a variable list which accepts only standard variables. Check spelling
and verify the existence of this variable.

to check spelling  and verify the existence of this variable first try
display names /variables=score.

if that command cannot find the variable get a list of all the variables in the file try
display names.

to find out what variables are in the file.


Art Kendall
Social Research Consultants

C Mazzotta wrote:

>
>
>         Hi everyone,
>
>         I am trying to do a follow up to an interaction of Gender *
> Treatment in a 2 Way ANOVA.
>
>         My Syntax is:
>
>         manova
>  score  BY gender(1,2)  treatment(1,3)
>  /DESIGN = gender within treatment (1) vs w,
>  gender within treatment (2) vs w,
>  gender within treatment (3) vs w/
>  Design = treatment within gender (1) vs w,
>  treatment within gender (2) vs w.
>
>         The error message is:
>
>         >Error # 701 in column 1. Text: score
>
>         >An undefined variable name, or a scratch or system variable was
> specified in a
>
>         >variable list which accepts only standard variables. Check spelling
> and
>
>         >verify the existence of this variable.
>
>         >This command not executed.
>
>         Any suggestions as to where I am making the mistake.
>
>         Thank you
>
>         Cathy Mazzotta
>
>         UB
>
>         NY  BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px;
> }
>
>
> ===================
> 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
Art Kendall
Social Research Consultants