Displaying 5 results from an estimated 5 matches for "miniumum".
Did you mean:
minimum
2011 Sep 13
2
Selecting row indices from a data.frame by a factor and simple calculation (miniumum)
Hello
I wish to extract the row indices from a data.frame in which a column contains numeric data by calculating the minimum value, but grouped on another column factor:
An example data.frame:
Code absdiff
NY14/3070 2
NY14/3070 4
NY14/3070 1
NY14/5459 5
NY14/5459 7
So in this case the factor is Code and the numeric vector is absdiff
The
2003 Jun 05
1
Max sig figs as well as Min in print?
...),x),digits=5)
[1] 3.1416e+00 1.7725e+00 -4.4409e-16
whereas I would prefer
[1] 3.1416 1.7725 0.0000
which could be achieved by
> print(c(pi,sqrt(pi),round(x)),digits=5)
[1] 3.1416 1.7725 0.0000
if need be.
The above of course is due to the definition of "digits" as the miniumum
number of significant figures to print. In order to avoid the behaviour of
the second "print" and make it like the last line, one would need to be
able to set somthing like "maxdigits=5" as well as "digits=5".
Is anything of this sort possible (apart from anticipating...
2010 Nov 16
3
Centos 6 installation memory requirements
...ot install any GUI,
leaving the boot in test mode.
I recall a message earlier that 6 is based off of 14, but not the final
Anaconda, thus my question.
It would be NICE if the install can work with at least 384Mb of memory,
as this is the recommended minimum for FC14 so I would think it is the
miniumum for RHEL/Centos 6.
I am seeing FC leave more older hardware behind and with its short
cycles and 'currentness' of apps for RHEL 6, I am looking at moving some
of my desktops back from FC to Centos. FC13 may be the last FC for some
of them...
2014 Jul 10
2
Possible winbind bugs.
Dear All,
I've found a strange behavior on Winbind + getent group
If there are AD/winbind group didn't have any unix gid...
getent group will only show local group.
If all the AD/winbind group have unix gid
getent will reply with all the group I have included the AD/winbind group.
Did we have any bugs reported on this?
Thank You.
2003 Mar 23
1
[RFC] dynamic checksum size
Currently rsync has a bit of a problem with very large
files. Dynamic block sizes were introduced to try handle that
automatically if the user didn't specify a block size.
Unfortunately that isn't enough and the block size would
need to grow faster than the file. Besides, overly large block
sizes mean large amounts of data need to be copied even for
small changes.
The maths indicate