Displaying 4 results from an estimated 4 matches for "0.001203".
Did you mean:
0.00103
2009 Jul 08
1
linear regression and testing the slope
Dear All,
First of all I would like to say I do not have much knowledge about this
subject, so most of you can find it really easy. I am doing a linear
regression and I want to test if the slope of the curve is 0. R gives the
summary statistics:
Call:
lm(formula = x ~ s)
Residuals:
Min 1Q Median 3Q Max
-0.025096 -0.020316 -0.001203 0.011658 0.044970
Coefficients:
2011 Apr 05
1
NUT upgrade to 2.6.0 in Gentoo with Liebert UPS
I have a 64 bit Gentoo, with a Liebert UPS. The last NUT working version
was sys-power/nut-2.4.1-r1 (I also tried sys-power/nut-2.4.3-r2 but
downgraded, don't remember the reason).
Anyway with the upgrade to sys-power/nut-2.6.0 I started to see this
error message when I try to start upsdrv:
[root at aemaeth:/etc/nut]$ /etc/init.d/upsdrv start
* Starting UPS drivers ...
Network UPS Tools -
2017 Jun 29
5
Friendly Reminder: Huge number of small files performance regression from 3.5.16 to 4.6.5 with identical smb.conf
Hello again, Jeremy and other Samba experts,
I'm sorry to be such a pain in your neck(s), but I still need your help
in looking for help trying to find out why SMB2/3.1.1 in Samba 4.6.5
performs so much worse than SMB/1.5 in Samba 3.6.15 in scenarios with a
huge number of small files.
As requested by Jeremy, I have done wireshark "pcapng" captures of the
four scenarios as
2009 Jul 09
2
How to Populate List
Hi,
I'm new to R and would like to know, how one can populate the list with array data.
I'm reading a tab separated table in R. The data in the table looks something like this.
#Table Data
Comp A B C
Extracellular 103 268 535759
Nucleus 45603 47783 442744
#R code
myData <- read.table("table.data",
header=T,