s-news
[Top] [All Lists]

expansion of poly interaction

To: s-news@lists.biostat.wustl.edu
Subject: expansion of poly interaction
From: Kimberly Van Niel <Kimberly.VanNiel@anu.edu.au>
Date: Wed, 29 May 2002 15:50:07 +1000
Hello,
I am attempting to expand an interaction between a factorial data variable and a poly of a continuous variables so I can retrieve the coefficients.
My original coding is:

Biomass ~ Year:poly(B7,3)

which I assume expands to:

Biomass ~ Year:I(B7) + Year:I(B7^2) + Year:I(B7^3)

Is this correct?

Thanks for all your help,
Kimberly Van Niel
PhD candidate
The Australian National University

<Prev in Thread] Current Thread [Next in Thread>
  • expansion of poly interaction, Kimberly Van Niel <=