search for: fnl

Displaying 4 results from an estimated 4 matches for "fnl".

Did you mean: fn
2007 May 03
2
Package contrast error
Trying to use contrast to look at differences within an lme lme.fnl.REML <- lme(Max ~ S + Tr + Yr + Tr:Yr, random = ~1 |TID, method = "REML") I have three levels of Tr I'm trying to contrast among different years (R, T97, T98), years = 1997-1999, so I'm interested in contrasts of the interaction term. > anova(lme.fnl.REML)...
2007 Apr 30
2
Independent contrasts from lme with interactions
Hi All, I've been searching the help archives but haven't found a workable solution to this problem. I'm running an lme model with the following call: >lme.fnl <- lme(Max ~ S + Tr + Yr + Tr:Yr, random = ~1 |TID) > anova(lme.fnl) numDF denDF F-value p-value (Intercept) 1 168 19255.389 <.0001 S 1 168 5.912 0.0161 Tr 2 116 15.919 <.0001 Yr 1 168 77.837 <.0001 Tr:...
2007 Oct 30
2
Patch: open port forwards from slave
We run ssh from a program and needed to add port-forwards dynamically. The ~C method turns out to be very cumbersome to use since it reads from /dev/tty. But then I came to think of the master/slave functionality (which we already used) which seemed a perfect place for this functionality. Unfortunately it turned out not to be possible to set up new port forwards in a slave. So I patched openssh
2007 May 03
0
unscrible pls
...tat.math.ethz.ch > Subject: [R] Independent contrasts from lme with interactions > > Hi All, > > I've been searching the help archives but haven't found a workable > solution to this problem. > > I'm running an lme model with the following call: > > >lme.fnl <- lme(Max ~ S + Tr + Yr + Tr:Yr, random = ~1 |TID) > > anova(lme.fnl) > numDF denDF F-value p-value > (Intercept) 1 168 19255.389 <.0001 > S 1 168 5.912 0.0161 > Tr 2 116 15.919 <.0001 > Yr 1...