search for: groupnum

Displaying 5 results from an estimated 5 matches for "groupnum".

2007 Feb 01
3
Can this loop be delooped?
..._sm_v[bix:eix] } The key fact is that smallindexlist is a list, each list element is a subvector of dlpo_sm_v of the proper size. The sizes may be different. I tried to see whether I could eliminate the loop, as follows. First I defined a function: intgpi <- function(totalength,numgroups,groupnum,place="LEFT") { # function to split the integer sequence, 1:totalength, into the groupnum group out of numgroups groups of equal size, totalength%/%numgroups # there are totalength%%numgroups number of groups of length 1+totalength%/%numgroups, with the large groups all to one side, lef...
2009 Dec 11
1
ggplot: Problem with legend background
...rticle using the different functions of the ggplot2 package and I've been having problems with the legend background. It doesn't seem to scale when the text size is increased. Here's the mandatory reproducible example: library(ggplot2) repFrame <- data.frame(A= 1:10, B= rnorm(1:10), groupNum = rep(c("First group", "Second group"),each=5)) testPlot <- ggplot(repFrame, aes(x=A, y = B, group = groupNum)) + opts(legend.position=c(0.85,0.3), legend.background = theme_rect(fill="white"), legend.text=theme_text(size=16), legend.title=theme_text(size=20)) testP...
2013 Feb 18
1
Directory metadata inconsistencies and missing output ("mismatched layout" and "no dentry for inode" error)
...causing it. I'm running a cluster of two dozen nodes, where the processing nodes are also the gluster bricks (using the SLURM resource manager). Each node has the glusters mounted natively (not NFS). All nodes are using v3.2.7. Each job in the node runs a shell script like so: containerDir=$1 groupNum=$2 mkdir -p $containerDir ./generateGroupGen.py $groupNum >$containerDir/$groupNum.out Then run the following jobs: runGroupGen [glusterDirectory] 1 runGroupGen [glusterDirectory] 2 runGroupGen [glusterDirectory] 3 ... Typically about 200 jobs launch within milliseconds of each other so the g...
2013 Oct 09
1
frailtypack
I can't comment on frailtypack issues, but would like to mention that coxme will handle nested models, contrary to the statement below that "frailtypack is perhaps the only .... for nested survival data". To reprise the original post's model cgd.nfm <- coxme(Surv(Tstart, Tstop, Status) ~ Treatment + (1 | Center/ID), data=cgd.ag) And a note to the poster-- you should
2013 Nov 08
4
[Bug 871] New: Running two instances of ulog causes abort in libnfnetlink
...;, line=line at entry=1566, function=function at entry=0xb7e10e6e <__PRETTY_FUNCTION__.5013> "nfnl_query") at assert.c:101 #5 0xb7e0fd0b in nfnl_query (h=0x0, nlh=0xbffff320) at libnfnetlink.c:1566 #6 0xb7fd9044 in __build_send_cfg_msg (h=0x80013d48, command=<optimized out>, groupnum=<optimized out>, pf=<optimized out>) at libnetfilter_log.c:143 #7 0xb7e1b68c in start (upi=upi at entry=0x80010090) at ulogd_inppkt_NFLOG.c:623 #8 0x800041bd in create_stack_start_instances (stack=0x80010078) at ulogd.c:809 Syslog contains: Nov 8 23:22:13 firebox ulogd[27321]: unab...