Displaying 9 results from an estimated 9 matches for "differenz".
Did you mean:
different
2013 Mar 14
1
error: object of type 'closure' is not subsettable
...uot;\t")
>for ( dye in c("A","B","C","F","G","K","L","M"))
+ {
+ for (cond in 1:8)
+ {
+ measurement = table[mytable[,"bed"]==cond &
mytable[,"dye"]==dye,"differenz"]
+ print(median(measurement))
+ wilcox.test(measurement,mu=0)
+ }
+ }
I get the error massage:
error in table[mytable[, "bed"] == cond & mytable[, "dye"] == dye,
"differenz"] :
object of type 'closure' is not subsetta...
2012 Jun 15
2
Wrong computation of time differenze in POSIXct - additional digits
Hello,
I wanted to compute the time differenze between to times:
first =as.POSIXct( "2012-06-15 16:32:39.0025 CEST")
second = as.POSIXct("2012-06-15 16:32:39.0086 CEST")
second - first
The result is
Time difference of 0.006099939 secs
instead of just 0.0061 secs
So R adds aditional numbers after the result.
I know I c...
2006 Feb 10
3
htb root don''t reach ceil rate?
Hello,
i have a htb setup where the root and (nearly) all child classes has a
ceil rate with max up from my adsl line. But the root class don''t reach
the ceil value but some childs are get a huge backlog.
My setup: (tc -d class show dev ppp0) [cleaned a bit]
********************************************************
class htb 1:1 root rate 576000bit ceil 576000bit burst 30Kb/8 cburst
2007 May 07
1
different hights & centering in one device region
..., paste("Text") )
plot.new()
text(0, 0.6, pos=4, cex=1.2, paste("Text") )
text(0, 0.4, pos=4, cex=1.2, paste("Text") )
image(zMEDIAN_1)
image(zMEDIAN_2)
image(zSD_1)
#Title
par(mfrow=c(1,1), oma=c(0,0,1,0))
mtext("Darstellung der Differenz zweier Exportfiles V0.03", 3, outer = TRUE, cex = par("cex.main"))
dev.off()
1998 Oct 08
0
"unix password sync" and RedHat 5.1
...the unix password is changed, like it is said
in the log. But the samba password remains unchanged, like said at
the command prompt.
I thought this may be related to the choosen passwords, but this
wasn't reproduceable (and I think the passwords have been quite good)
It doesn't make a differenz if I include
# This is for PAM authentication. RedHat Linux uses PAM.
# If you use PAM, then uncomment the following lines:
PAM_FLAGS = -DUSE_PAM
PAM_LIBS = -ldl -lpam
in the Makefile or not.
Any Ideas?
Thanks,
Christian
2005 Apr 11
0
Gigabit Throughput too low
...ow
delays for the smbd process, which means that CPU consumption by smbd is
divided in half while process part for the "pdflush" increases.
It also turns out that meanwhile the smbd process 'stalls' - userspace and
buffer memory are getting freed.
I have already stepped over the differenz misconfigurations in the MACH
Kernel on the Mac OS X client and managed to improve transfer rates by 1
MB.
I have even tried to network over NFS - which is about 6 MB/sec and
therefore NOT an option.
IS there any option to Improve the transfer rates further or must I depend
on more expensive Hard...
2012 Dec 06
3
Colors according to value (Excel-Export)
Hello together,
i have a list of numbers, like this one
A B C
1.1 1.2 1.3
i export this list into an excel file and want now color these numbers
according to her value.
I want every color under 1,25 is red, and every color over 1,25 is green.
How can i do this with "RDCOMClient" ?
I know how to colour a complete row, like this task:
U3R <- sh$Range(zellen_blue)
U3RF <-
2005 Feb 22
3
Terminal server settings.
Hi All,
I'm working on a full migration from windows DC to samba DC, and i'm
actually having a problem with terminal server settings! I run a
terminal server on win2k, but i would store all my user information on
samba. Although, i don't find any documentations or info about terminal
server setting with samba. Is it supposed to be possible to store it
with samba and a ldap backend,
2008 Oct 14
4
replace_html not working
hallo, everyone
can anybody help me? i did add my code under ENGINES as a module in a
project. before the change , all worked . and the differenz between
both is only about application''s environment,
before is
Ruby version 1.8.6 (i486-linux)
RubyGems version 1.1.1
Rails version 2.0.2
Active Record version 2.0.2
Action Pack version 2.0.2
Active Resource version 2.0.2
Action Mailer versi...