Displaying 2 results from an estimated 2 matches for "loopindex".
2012 May 18
3
How to fix indeces in a loop
Dear Contributors,
I have an easy question for you which is puzzling me instead.
I am running loops similar to the following:
for (i in c(100,1000,10000)){
print((mean(i)))
#var<-var(rnorm(i,0,1))
}
This is what I obtain:
[1] 100
[1] 1000
[1] 10000
In this case I ask the software to print out the result, but I would
like to store it in an object.
I have tried a second loop, because if I
2014 Mar 07
2
[LLVMdev] [RFC] BlockFrequency is the wrong metric; we need a new one
On Feb 4, 2014, at 4:36 PM, Andrew Trick <atrick at apple.com> wrote:
>
> On Feb 4, 2014, at 4:07 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
>
>>
>> On Feb 3, 2014, at 12:13 AM, Andrew Trick <atrick at apple.com> wrote:
>>
>>> On Feb 2, 2014, at 6:55 PM, Chandler Carruth <chandlerc at gmail.com> wrote:
>>>