Displaying 2 results from an estimated 2 matches for "f360".
Did you mean:
360
2011 Jul 22
1
applying a loop to multiple dataframes
...in 1:2001){
if(k>2000){
break} #stops after 2000 iterations
else{
while(test<5){ #continues unti sum>5, or 2000 iter.
i<-sample(1:n-40,1)
x<-dsub.f1[seq(from=i, to=i+40),]
test<-sum(x[,"d2p"],na.rm=TRUE)}
}
}
My data frames are all named dsub.f1 through dsub.f360 (and are subsets of a laster data frame "d") which I created using this code:
for(i in 1:360){
assign(paste("dsub.f",d[d$fish==i,1],sep=""),subset(d[d$fish==i,]))}
I created a list of all my data frames using:
df.filter<-function(x) inherits(get(x),'data.fra...
2013 Nov 20
0
[LLVMdev] unsubscribe
...ue, 19 Nov 2013 13:35:25 -0800
From: Bob Wilson <bob.wilson at apple.com>
To: Eric Christopher <echristo at gmail.com>
Cc: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
Subject: Re: [LLVMdev] bit code file incompatibility due to debug info
changes
Message-ID: <E49F63C4-F360-4F5D-843D-74EA54A271D8 at apple.com>
Content-Type: text/plain; CHARSET=US-ASCII
On Nov 19, 2013, at 1:31 PM, Eric Christopher <echristo at gmail.com> wrote:
>> Two questions:
>>
>> 1) Can we reopen the bugzilla PR that I filed and use that to cover the
>> additi...