Displaying 12 results from an estimated 12 matches for "zoop".
Did you mean:
loop
2010 Jun 03
3
Nested ANOVA with covariate using Type III sums of squares
Hello,
I have been trying to get an ANOVA table for a linear model containing a
single nested factor, two fixed factors and a covariate:
carbonmean<-lm(C.Mean~ Mean.richness + Diversity + Zoop + Diversity/Phyto +
Zoop*Diversity/Phyto)
where, *Mean.richness* is a covariate*, Zoop* is a categorical variable (the
species), *Diversity* is a categorical variable (Low or High), and
*Phyto*(community composition) is also categorical but is nested
within the level
of *Diversity*. Quinn &...
2010 Jun 02
0
Nested ANOVA with covariate using Type III sums of squares in R
Hello,
I have been trying to get an ANOVA table for a linear model containing a
single nested factor, two fixed factors and a covariate:
carbonmean<-lm(C.Mean~ Mean.richness + Diversity + Zoop + Diversity/Phyto
+ Zoop*Diversity/Phyto)
where, Mean.richness is a covariate, Zoop is a categorical variable (the
species), Diversity is a categorical variable (Low or High), and Phyto
(community composition) is also categorical but is nested within the level
of Diversity. Quinn & Keough'...
2024 Nov 29
0
Trying to get the prior value of a record from a data.frame . . . data.frame
...ibrary(data.table)
# Create data
x <- data.frame(Id=rep(1:10),num=rep(11:20))
cat("This is the input data.frame used in the code below","\n")
x
for (i in 1:10) {
cat("x[i,num]",x[i,"num"],"\n")
# Get previous value of x[i,"num"]
zoop<-shift(x[i,"num"], n=1L, type="lag")
cat("Previous value of x[,num]=",zoop,"\n")
}
###############################
# END Try to understand shift #
###############################
Thank you,
John
John David Sorkin M.D., Ph.D.
Professor of Medicine,...
2008 Jul 11
2
plotting granular data
Hello R users,
I would apprecaite any help to my current problem. I wanted to plot the
following data:
3.3705997271301E-06
-0.000193767858719911
-4.30103236602221E-05
-1.22606947412076E-06
-2.14297322582901E-05
-5.66282817417529E-05
-2.56009760591276E-05
-2.39301719384927E-06
-0.000134400221353397
9.92533531897553E-07
-8.71761124710774E-05
-6.22061231022366E-06
-0.000122373909510313
2004 Jul 02
24
TC Hashing Filters
Hey all,
I had asked a question a little while ago about CPU usage being
outrageous while using tc and a cbq qdisc. Ed was very kind and offered
a few suggestions. One of these was to look at hashing. So after
pounding away at it for about a week, I have a general understanding of
how it works and have tried to implement it. Unfortunately, and quite
obviously since I''m posting here, it
2004 Aug 04
10
htb and fw problems
Dear All,
I''m using the kernel 2.6.6, iproute2-2.4.7.20020116, iptables v1.2.9, and gentoo.
I have a leased-line 64 kbps.
I can see the counter works in iptables, but in the htb, it doesn''t go to the right class (it always go to the default class).
Any help will be appreciated
here''s my htb conf
#!/bin/bash
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root
2004 Aug 17
0
IPv6 Host and Router.
I have a connection to an ISP with a 6to4 tunnel. I can ping and route through my
linux box, but I can''t connect to services on the box from local subnets. For
example I am trying to get a BGP connection up with Zebra over the Tunnel. I can
see the BGP Syn requests from them, but my box does not respond. I have another
tunnel to another linux box and when I make a connection from box
2004 Sep 25
0
IPv6 interfaces Fowarding and non-forward.
I''m running fedora core 2 with 2.6.7 kernel
when I have /proc/sys/net/ipv6/conf/all/forwarding Set on Listening Deamon''s
will not respond to Sync requests. if I turn it off which breaks routing of
course. then the Deamons can make connections. Is this suppost to be normal
behavior when the box is routeing IPv6? This only happens with ipv6
connections.
2004 Jun 25
0
Amount of classes and efficiency
I was doing a test on adding a lot of leafs and filters, I create 100,000 filters
with about 25,000 leafs, it has taken over 30minutes to add all the rules. Does any
one have any info on the Maxium or so number or rules a box should have to remain
operational and also able to install the rules? This was on an AMD 700 athlon.
--
When dealing with a slow pipe, never underestimate the throughput
2004 Jun 26
0
Hash table
Sorry for all the questions I''m just trying to understand how it all works. Thank
you for your time.
Is the following configuration possible? where ht 800 links to 3: for the 3rd Octet
in the IP and then 3: links to 4: for the fourth Octet?
tc filter add dev eth0 parent 1:0 prio 10 handle 3: protocol ip u32 divisor 256
tc filter add dev eth0 protocol ip parent 1:0 prio 10 u32 ht 800::
2004 Jun 25
1
Hashtables major:minor and prio
I have a question about a few things:
ok when you have parent x:x and handle x:x link x:x flowid and so on. What is the
max values of each of these, also where these or some of these hex numbers? I tried
this on redhat 7.3 so there may have been some updates, but this is one of the tests
I did.
[root@RL1 root]# tc filter add dev eth0 protocol ip parent 1:0 prio 10 u32 ht fffe::
match ip dst
2004 Jun 25
4
more questions.
I forgot to ask a few more.
Is there a relation between the hashtable ID /(parent,handle) so that if I used 2:
for a hash table I could or couldn''t use 2: for a (parent,handle)ID?
I also noticed that you type the hashtables like 2:2: can you have more levels with
this? like 2:2:2:1: ? and I guess the same question with the parent/handles.
thanks again.
--
When dealing with a slow