wei hou <[email protected]> writes:

> However, I keep getting the error message for the following syntax:
>
> oneway VAR002 BY grp
>  /plot means.
>
> syntax:2: error: Syntax error expecting end of command at 'plot'.
>
> and same error for
>
> neway VAR002 BY grp
>  /posthoc=scheffe.
>
> syntax:2: error: Syntax error expecting end of command at 'posthoc'.

ONEWAY is documented here:
        
http://pspp.benpfaff.org/~blp/pspp-master/20110208030506/user-manual/html_node/ONEWAY.html#ONEWAY
It does not implement either PLOT or POSTHOC.

> and then i tried
>
>  glm VAR002 by grp.
>
> syntax:1: error: GLM is not yet implemented.

This error message looks clear to me.
-- 
Ben Pfaff 
http://benpfaff.org

_______________________________________________
Pspp-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to