Displaying 3 results from an estimated 3 matches for "_question".
Did you mean:
question
2006 Jan 27
1
about lm restrictions...
Hello all R-users
_question 1_
I need to make a statistical model and respective ANOVA table
but I get distinct results for
the T-test (in summary(lm.object) function) and
the F-test (in anova(lm.object) )
shouldn't this two approach give me the same result, i.e
to indicate the same significants terms in both tests??...
2004 Dec 17
0
DHCP Handling and Traffic Control over a Working Load Balanced Dual ISP Setup
...ecessary Patches - http://www.ssi.bg/~ja/
How to Patch (I use Debian Sarge and downloaded the latest source from
kernel.org) - http://www.desktop-linux.net/debkernel.htm
Necessary Reading - http://www.ssi.bg/~ja/nano.txt
A couple of fine tuning issues that are still giving me trouble though --
_Question 1:
_One of my ISP''s hands out IP Addresses dynamically -- has anyone found
a way to handle this elegantly using dhcp client to put the routes
automatically into the proper routing tables? Currently I just have
another firewall in front of this interface to do the DHCP requests and
main...
2011 Sep 12
1
nested anova<-R chrashing
...ect of
(insect-egg clutch) "size", "position" (of clutch on twig) and "clone"
(/plant genotype) on the survival of eggs (due to predation). Each plant
was provided with three different sizes of clutches (45,15,5) and had
pseudo-replications of size 15 and 5 on it.
_Question 1: right code for nested Anova_
Here part of the code I used:
clone1<-as.factor(ifelse(clone=="Gudrun",1,ifelse(clone=="Loden",2,ifelse(clone=="021",3,4))))
plant1<-as.factor(ifelse(plant==1,1,ifelse(plant==2,2,ifelse(plant==3,3,ifelse(plant==4,4,ifelse(plant=...