s-news
[Top] [All Lists]

Re: estimated marginal means in GLM

To: "'Raffaella.Milani@tvu.ac.uk'" <Raffaella.Milani@tvu.ac.uk>, s-news@lists.biostat.wustl.edu
Subject: Re: estimated marginal means in GLM
From: "Liaw, Andy" <andy_liaw@merck.com>
Date: Wed, 18 Feb 2004 08:51:37 -0500
Please note that this is S-news, not SPSS-news.  I'd guess many people on
the list don't use SPSS.  I, for one, can't read the code you posted, nor
understand the terminology used by SPSS.  The point is that you should ask
the question in a more appropriate forum.

Andy

> From: Raffaella.Milani@tvu.ac.uk
> 
> Can anyone help me to understand why the estimated marginal means in
> Univariate General Linear Model (calculated by SPSS) change 
> if I include
> an interaction in the model? I understand that they adjust to
> covariates, but why inserting an interaction should change 
> the estimated
> marginal means and if so which means should I use and on what basis?
> Thanks a lot for your help. 
>  
> See the two sintaxes below
>  
> UNIANOVA
> 
>   gsi1  BY dependence stress  
>   /METHOD = SSTYPE(3)
>   /INTERCEPT = INCLUDE
>   /PLOT = PROFILE( stress*dependence dependence*stress )
>   /EMMEANS = TABLES(dependence) 
>   /EMMEANS = TABLES(stress) 
>   /EMMEANS = TABLES(dependence*stress) 
>   /PRINT = DESCRIPTIVE PARAMETER
>   /CRITERIA = ALPHA(.05)
>   /DESIGN = depend1 stress dependence*stress .
> 
>  
> UNIANOVA
> 
>   gsi1  BY dependence stress 
>   /METHOD = SSTYPE(3)
>   /INTERCEPT = INCLUDE
>   /PLOT = PROFILE( stress*dependence dependence*stress )
>   /EMMEANS = TABLES(dependence) 
>   /EMMEANS = TABLES(stress) 
>   /EMMEANS = TABLES(dependence*stress) 
>   /PRINT = DESCRIPTIVE PARAMETER
>   /CRITERIA = ALPHA(.05)
>   /DESIGN = dependence stress .
> 
>  
> 
> --------------------------------------------------------------------
> This message was distributed by s-news@lists.biostat.wustl.edu.  To
> unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
> the BODY of the message:  unsubscribe s-news
> 
> 


------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New
Jersey, USA 08889), and/or its affiliates (which may be known outside the
United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan, as
Banyu) that may be confidential, proprietary copyrighted and/or legally
privileged. It is intended solely for the use of the individual or entity
named on this message.  If you are not the intended recipient, and have
received this message in error, please notify us immediately by reply e-mail
and then delete it from your system.
------------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>