search for: stat3

Displaying 6 results from an estimated 6 matches for "stat3".

Did you mean: state
2003 Oct 24
1
gee and geepack: different results?
...2988253 TR8 -0.001154422 0.021191593 -0.05447549 0.011807163 -0.09777305 TR9 0.019559907 0.024379471 0.80231056 0.008993803 2.17482050 TR11 -0.041092894 0.021609580 -1.90160537 0.015384050 -2.67113620 STAT2 0.023886745 0.014219390 1.67987130 0.013543550 1.76369899 STAT3 0.045749728 0.016844262 2.71604237 0.012862504 3.55682917 temp -0.020141682 0.008819798 -2.28368975 0.006851784 -2.93962600 eta 0.008021081 0.001465212 5.47434944 0.001129986 7.09838725 Estimated Scale Parameter: 0.1049601 Number of Iterations: 13 Working Correlation...
2011 Apr 27
3
[LLVMdev] Can I get the binary address of a for-loop statement?
Hi, all What I want to do is to locate the range of a for-loop statement in a binary. For example, given a for-loop statement belows, for (stat1; stat2; stat3) { /* do something */ } Is it possible to get information about the range (binary address) of the above for-loop, say, 0x0100 - 0x0120. One idea comes up in my mind is adding passes to retrieve such information in LLVM, then use llvm-gcc to compile the code. Any suggestion appreciated....
2013 Mar 07
5
multiple plots and looping assistance requested (revised codes)
Hi Irucka, I tried it and was able to plot it without any errors.? Here, your code indicates you need two lines. temper[[i]][1] ?temper[[1]][1] # which is the column 1. ? Month 1???? 1 2???? 2 3???? 3 ?temper[[1]][2] #? Data1 #1?? 1.5 #2? 12.3 #3? 11.4 Suppose I use names(temper) instead of seq_along(temper) pdf("irucka.pdf") ?lapply(names(temper),function(i)
2011 Apr 27
0
[LLVMdev] Can I get the binary address of a for-loop statement?
...lvm.org/docs/SourceLevelDebugging.html for an overview. Regards, -Jim On Apr 26, 2011, at 7:57 PM, 陳韋任 wrote: > Hi, all > > What I want to do is to locate the range of a for-loop statement in > a binary. For example, given a for-loop statement belows, > > for (stat1; stat2; stat3) { > /* do something */ > } > > Is it possible to get information about the range (binary address) > of the above for-loop, say, 0x0100 - 0x0120. > > One idea comes up in my mind is adding passes to retrieve such > information in LLVM, then use llvm-gcc to compile the c...
2002 Sep 19
5
how to use if statement in function correctly
Dear all I try to persuade if statement in my function to work as I want (but I am not very successful:( My question is why my function with if statement is evaluated correctly in case of atomic variables and incorrectly in case of vector variables. Here is an example: #function with if statement fff <- function(otac,sklon) { test <- (otac *
2011 Apr 27
2
[LLVMdev] Can I get the binary address of a for-loop statement?
...rview. > > Regards, > -Jim > > On Apr 26, 2011, at 7:57 PM, 陳韋任 wrote: > >> Hi, all >> >> What I want to do is to locate the range of a for-loop statement in >> a binary. For example, given a for-loop statement belows, >> >> for (stat1; stat2; stat3) { >> /* do something */ >> } >> >> Is it possible to get information about the range (binary address) >> of the above for-loop, say, 0x0100 - 0x0120. >> >> One idea comes up in my mind is adding passes to retrieve such >> information in LLVM, t...