Displaying 4 results from an estimated 4 matches for "chicanery".
2009 Dec 17
1
Plot with a factor variable which has large values
I wanted to do a simple plot: Death Rate vs Clinical Site, and then draw a
confidence interval of Death Rate at each clinical site, which is a factor
variable with 100 levels. I used the following code:
plot(Site, Rate, col="red", type="o")
However, the graph was a short line at each site instead of points, and the
color was not red at all. Seem to me for factor variable all
2004 Mar 17
1
Asterisk in the news
http://www.tmcnet.com/tmcnet/articles/2004/031704rt.htm
Previous article by same author:
http://www.tmcnet.com/it/0104/0104PO.htm
2005 Feb 07
5
R on Beowulf cluster?
Dear R-help,
Has anyone tried running R on a Beowulf-type cluster? I can get R to run in
batch (using R CMD BATCH) on a cluster, but am wondering if it is possible
to get an interactive R session on a compute node. Right now, if I run:
beorun --nolocal R
I just get the R start-up message and back to the shell prompt. If I try
bpsh 0 R
I can get R started (but the R prompt does not
2004 Mar 10
4
HFS+ resource forks: WIP patch included
...Kevin Boyd made RsyncX
and rsync_hfs, to address this gap, but they only work when
the destination filesystem is also HFS+. I haven't been
able to find any references to an rsync that is capable of
syncing from HFS+ to UFS (etc). The only solutions I've
seen involve lots of preprocessing chicanery and additional
disk space consumption (basically, dupe the resource forks
or entire files first, then copy them over), which doesn't
suit my needs.
So I'm working on a patch to the mainline of rsync-2.6.0
that will recognize a resource fork on an HFS+ filesystem,
and copy the data to a sep...