Re: interpretting F & t-vals from regression



On Thu, 23 Mar 2006 20:54:56 +0000, Rob Campbell wrote:

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

That model doesn't work. lme hangs. I do this:

lme(mue ~ duration/level, random=~1|animal/duration))

The results are as you say below but without the main effect of
intensity and with an intensity:duration40 interaction.

Rob,

Clearly, I messed up the specification of the random part, you have
corrected it as =~1|animal/duration

I think you want the interaction of duration and intensity, using whatever
your variable names are for intensity * duration. Again, something like:

lme(mue ~ intensity * duration, random=~1|animal/duration)

Note using "intensity * duration" in your model, R should put any lower
order terms in automatically, though I specified them explicitly before.

Also, check the setup of the factor duration with levels(duration) and
make sure the ordering is correct.

Anything further, I would take to the R list, where people with much more
expertise with lme than I hang out.

Brett



.



Relevant Pages

  • 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
    ... You have five levels of duration as an ordered factor. ... and your vector of coefficients would contain: ...
    (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)
  • Problem: Scheduled task restarts automatically
    ... Can you not go to the advanced options of the task and ... set the duration for the task to run and also select the ... >The consequence of this setup is however that the task ... I want it to work (in Windows 2000)? ...
    (microsoft.public.windows.server.general)