Re: interpretting F & t-vals from regression



Rob Campbell wrote:
I've skimmed the posts and I know a small amount about these issues already
but I'm sure I should learn more: I'm rather new to this game. Your information made me realise that I was
approaching the model building incorrectly rather than misinterpreting
coefficients. For anyone who's interested, here's my take on the situation
now.

You're right that the model was over-specified but I don't think removing
intensity1000 is possible. This is a designed experiment and in the context
of this analysis, that variable is needed to explain what subjects did at
sound durations of 1000 ms.

That is probably a better approach in any case. Though my initial
comments were off target as to exactly what your question was, I think that the over-specification of the model is still the result of improper coding of the factors. You have five levels (k) of duration as an ordered factor. It takes k-1 levels to fully represent that factor in the model. All five levels appeared in your model. As I understand it,
this is the original model you wanted:

lme(outcome ~ intensity + duration + intensity *
duration,data=X, random=~duration|subject/duration )

Your ANOVA table would contain entries for:

(Intercept)
intensity
duration
intensity*duration

and your vector of coefficients would contain:

(Intercept)
intensity
duration100
duration200
duration500
duration1000
intensity:duration100
intensity:duration200
intensity:duration500
intensity:duration1000

The reference category for the ordered factor, duration, is 40. All of
the other coefficients for duration would be interpreted relative to that.
.



Relevant Pages

  • Re: wavelet analysis
    ... i have done a program which will give me magnitude and duration of voltage sag using rms voltages. ... i have applied different decompostion on my waveform and i come to the conclusion that db4 will give me best result to get start and end time of disturbance. ... i can access the cA and cD coefficents for my duration program becoz they are in array editor.but the array of cA and cD is having only one column which is of coefficients only. ...
    (comp.soft-sys.matlab)
  • Re: Study: Warming Making Hurricanes Stronger
    ... >>>New MIT Study Suggests That Global Warming Is Increasing the Duration ... >>>and Intensity of Hurricanes ... Scientists call the findings both ...
    (misc.news.internet.discuss)
  • Re: are these split plot designs?
    ... >> Duration because performance at a given intensity depends upon the ... Intensity is loudness in decibels. ... because you could equally nest Condition in ...
    (sci.stat.consult)
  • Re: interpretting F & t-vals from regression
    ... lme hangs. ... I think you want the interaction of duration and intensity, ... check the setup of the factor duration with levelsand ...
    (sci.stat.consult)
  • Is BEEP all there is??
    ... Is there any functionality in VBA to produce tones of varying pitch, ... intensity, and duration similar to the SOUND command in earlier versions of ...
    (microsoft.public.excel.programming)