Displaying 2 results from an estimated 2 matches for "i202".
Did you mean:
202
2010 Mar 03
1
Subset using partial values
Hi everyone,
I would like to subset a data.frame using partial values.
For example I have the following data.frame:
PROCHI Main_condition
1234 411
1235 4110
1236 4111
1237 I20
1238 I201
1239 I202
Now let's say that I use the Subset function. Ordinarily I would use it as
follows Subset(x, Main_condition=="411"|Main_condition=="4110" etc to get
all the 411s.
Is there a way that you can subset by only using part of the term that you
wish to subset by?
Thanks,
Nata...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...74, 0
br i1 %cmp5.i.i199, label %for.inc.i.i203, label %if.then28
for.inc.i.i203: ; preds = %for.cond.preheader.i.i200
%incdec.ptr.i.i201 = getelementptr inbounds [13 x i16]* %e, i32 0, i32 1
%375 = load i16* %incdec.ptr.i.i201, align 2, !tbaa !5
%cmp5.1.i.i202 = icmp eq i16 %375, 0
br i1 %cmp5.1.i.i202, label %for.inc.1.i.i206, label %lor.lhs.false
for.inc.1.i.i206: ; preds = %for.inc.i.i203
%incdec.ptr.1.i.i204 = getelementptr inbounds [13 x i16]* %e, i32 0, i32 2
%376 = load i16* %incdec.ptr.1.i.i204, align 2, !tb...