Login  Register

Manova command for calculation simple main effects in a covariance?

Posted by Christoph on Oct 08, 2012; 3:01pm
URL: http://spssx-discussion.165.s1.nabble.com/Manova-command-for-calculation-simple-main-effects-in-a-covariance-tp5715527.html

Dear all,

unfortunately this syntax for calculation simple main effets in a covariance
does not work - any ideas what might be wrong or what different commands
could be used?

"Debiasing" has 3 parameter values (0, 2, 3)
SpAge/SpSex are binary
the covariates are VpSex (binary) and BFI_K (likert scale 1 - 7)

Best regards,
Christoph



SORT CASES BY Debiasing .
SPLIT FILE
  SEPARATE BY Debiasing .

MANOVA empf_qual_erf BY SpAge (0, 1) SpSex (0, 1) Debiasing (0, 3) WITH
VpSex  BFI_K_Extraversion BFI_K_Verträglichkeit BFI_K_Gewissenhaftigkeit
BFI_K_Neurotizismus BFI_K_Offenheit
   /DESIGN            SpAge WITHIN Debiasing (0)
                                SpAge  WITHIN Debiasing (2)
                                SpAge  WITHIN Debiasing (3)
                   SpAge Debiasing SpAge*Debiasing.

SPLIT FILE OFF.
FILTER OFF.
USE ALL.
EXECUTE.

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