Login  Register

Re: Converting syntax to an equation

Posted by Rich Ulrich on Oct 06, 2011; 5:07am
URL: http://spssx-discussion.165.s1.nabble.com/Converting-syntax-to-an-equation-tp4874086p4875267.html

If you are asking what the "prediction equation" looks like, it
might be expressed most compactly in matrix terms, as suggested
by what David posted.  His equation seems to describe the whole problem.

But in more familiar terms, it would be written out somewhat like
two regression equations, with a terms for the levels of the factors
and their interactions on the right; and two Y variables on the left. 
With two degrees of freedom on the left and more on the right,
there will be at least two roots to the canonical correlation problem.

--
Rich Ulrich


Date: Wed, 5 Oct 2011 16:10:26 -0400
From: [hidden email]
Subject: Converting syntax to an equation
To: [hidden email]

All,

 

A colleague asked me what should be a simple question and I have no answer for him.  He has some basic manova syntax (below) and he would like to know what the equation from such a model would look like.  Excluding all of the marginal means, etc., can anyone answer that question for him?  Thanks very much.

 

Tony

 

GLM

perdelta costfairness BY naattph nattslf spolicy2 aware

  /CONTRAST (naattph)=Simple /CONTRAST (nattslf)=Simple /CONTRAST

  (spolicy2)=Simple

  /METHOD = SSTYPE(3)

  /INTERCEPT = INCLUDE

  /PLOT = PROFILE( spolicy2*naattph spolicy2*nattslf)

  /EMMEANS = TABLES(OVERALL)

  /EMMEANS = TABLES(naattph) COMPARE ADJ(BONFERRONI)

  /EMMEANS = TABLES(nattslf) COMPARE ADJ(BONFERRONI)

  /EMMEANS = TABLES(spolicy2) COMPARE ADJ(BONFERRONI)

  /EMMEANS = TABLES(naattph*nattslf) COMPARE (naattph) ADJ(BONFERRONI)

  /EMMEANS = TABLES(naattph*nattslf) COMPARE (nattslf) ADJ(BONFERRONI)

  /EMMEANS = TABLES(naattph*spolicy2) COMPARE (naattph) ADJ(BONFERRONI)

  /EMMEANS = TABLES(naattph*spolicy2) COMPARE (spolicy2) ADJ(BONFERRONI)

  /EMMEANS = TABLES(nattslf*spolicy2) COMPARE (nattslf) ADJ(BONFERRONI)

  /EMMEANS = TABLES(nattslf*spolicy2) COMPARE (spolicy2) ADJ(BONFERRONI)

  /PRINT = DESCRIPTIVE ETASQ

  /CRITERIA = ALPHA(.05)

  /DESIGN = naattph nattslf spolicy2 aware naattph*nattslf naattph*spolicy2 nattslf*spolicy2.

 

A J Baglioni jr

McIntire School of Commerce

University of Virginia

Rouss & Robertson Halls, East Lawn

P.O. Box 400173

Charlottesville, Va  22904-4173

434.924.4961