Displaying 7 results from an estimated 7 matches for "statmed".
Did you mean:
stated
2009 Sep 15
1
R Memory Usage Concerns
Hello all,
To start with, these measurements are on Linux with R 2.9.2 (64-bit
build) and Python 2.6 (also 64-bit).
I've been investigating R for some log file analysis that I've been
doing. I'm coming at this from the angle of a programmer whose
primarily worked in Python. As I've been playing around with R, I've
noticed that R seems to use a *lot* of memory, especially
2000 Aug 23
1
png device on Solaris
Hi,
I compiled R 1.1.0 source on SUN Sparc
solaric 2.5.1, using gcc 2.95.2.
I need to use R to publish graphics to the web,
the NEWS in this version said that there is a new
png() device on X11(). But when I tried
> png()
I got this error.
Error in png() : No png support in this version of R
Can anyone tell me how to compile png support
on solaris/unix? The new bitmap() device
2012 Oct 05
1
LMMs with some variance terms forced constant
...Department of Epidemiology, Biostatistics, & Occupational Health
McGill University
http://www.biostat.mcgill.ca/moodie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Meta-analysis of continuous outcomes combining individual patient data and aggregate data-StatMed.pdf
Type: application/pdf
Size: 202242 bytes
Desc: Meta-analysis of continuous outcomes combining individual patient data and aggregate data-StatMed.pdf
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121005/90f048a6/attachment-0002.pdf>
2002 Nov 08
1
rsync and locking
Hello,
I got an issue with rsync and (fcntl) locked files.
When rsync tries to sync a file that is opened and locked by another
process (that use fcntl write lock), it ends up in Disk Sleep.
Then i need to reboot to remove that dead processes (let me now if
there's another solution).
Is there a way to force rsync to skip locked files ?
Here are some facts:
Hosts on which this issue has
2012 Mar 01
3
murdering high-memory workers and auto-scaling
Two ideas, one more controversial than the other.
First: auto-killing bloated workers.?My current app has some memory
leakage that wasn''t really visible on our older passenger setup, since
the auto-scaling meant that bloated workers got killed periodically.
In a perfect world, we''d find and patch all of the leaks, but in the
meantime (and as a safety net) I''d like to get
1997 Oct 08
5
Malicious Linux modules
As halflife demonstrated in Phrack 50 with his linspy project, it is trivial
to patch any system call under Linux from within a module. This means that
once your system has been compromised at the root level, it is possible for
an intruder to hide completely _without_ modifying any binaries or leaving
any visible backdoors behind. Because such tools are likely to be in use
within the hacker
2002 Oct 25
4
Samba 2.2.6 leaks file descriptions!
Hi
My server has ran out of file descriptors(FDs) a few times since 2.2.5 up to 2.2.6.
When looked into the problem I found a lot of smbd processes that had hundreds of open FDs.
I am on RH 7.2.
Any ideas?
I have compiled the sources form SAMBA_2_2 CVS branch from yesterday.
usally I just specify the --prefix= parameter to configure before I do make clean;make; make install
I also noticed