Skip to content
Prev 13753 / 20628 Next

Testing a trend across possibly non-independent estimates, take 2

Steven Orzack <orzack at ...> writes:
Hmm.  I'm not sure, but isn't this just a test of accelerating
slope, i.e. a quadratic model in age?  Constructing tests on sets
of parameters seems like the long way around.  I would suggest
making Age an *ordered* factor; then you will get the same number
of parameters, but the contrasts will be parameterized in terms
of orthogonal polynomials, so that the first few parameters will be
labeled L (linear), Q (quadratic), C (cubic) ... the significance
of the 'Q' term will be a reasonable test of change in slope with
age, and you can try to simplify the model by keeping only the first
few polynomial terms (e.g. equivalent to Cohort:poly(Age,3))