search for: mygl

Displaying 9 results from an estimated 9 matches for "mygl".

Did you mean: mgl
2012 Sep 12
7
multinomial MCMCglmm
...glmm for that. The main problem I face: my data set consits of a trapping data set, where the observation at eah trap (1 or 0 for each species) have been aggregated per traplines. Therefore we have a proportion of presence/absence for each species per trapline. ex: ID_line mesh habitat Apsy Mygl Crle Crru Miag Miar Mimi Mumu Misu Soar Somi 11 028S6A 28 copse 2 0 0 0 0 0 0 0 0 0 0 12 028S6B 28 copse 1 1 0 0 0 0 0 0 0 0 0 13 028S6C 28 hedge 2 0 0 4 0 0 0 0 0 0 0 14 028S6D...
2013 Jun 25
2
[LLVMdev] vmkit variables internal representation
Hello everyone ! I am quite new to java under LLVM. I have the following code in Java: class MYGL { public static int P; public static int balance; }         int Q;         MYGL.P=5984;         Q=4597;         MYGL.balance=Q+6094; For the local variable Q, it seems that the compiler is optimizing and considering store i32 10691, i32* .... (into balance). Do you know how I can compile the code...
2013 Jun 26
2
[LLVMdev] vmkit variables internal representation
...l, I'm afraid I know no more about the Java ABI than you, but Java strings can be identified by the type {i32, [N x i16]} where the first entry is the length and the array is UTF-16. Running the attached hacked-together script on your bitcode file gives the following: @41 contains string "MYGL" @42 contains string "P" @43 contains string "balance" How these fit into the structures defined used is left as an exercise to the interested reader. ;-) Tim. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/piperm...
2013 Jun 26
0
[LLVMdev] vmkit variables internal representation
...l, I'm afraid I know no more about the Java ABI than you, but Java strings can be identified by the type {i32, [N x i16]} where the first entry is the length and the array is UTF-16. Running the attached hacked-together script on your bitcode file gives the following: @41 contains string "MYGL" @42 contains string "P" @43 contains string "balance" How these fit into the structures defined used is left as an exercise to the interested reader. ;-) Tim. -------------- next part -------------- A non-text attachment was scrubbed... Name: tmp.py Type: application/oct...
2012 Sep 12
0
R-help Digest, Vol 115, Issue 12
...roblem I face: my data set consits of a trapping data set, > where the observation at eah trap (1 or 0 for each species) have been > aggregated per traplines. Therefore we have a proportion of > presence/absence for each species per trapline. > > ex: > ID_line mesh habitat Apsy Mygl Crle Crru Miag Miar Mimi Mumu Misu > Soar Somi > 11 028S6A 28 copse 2 0 0 0 0 0 0 0 0 > 0 0 > 12 028S6B 28 copse 1 1 0 0 0 0 0 0 0 > 0 0 > 13 028S6C 28 hedge 2 0 0 4 0 0 0 0 0 &gt...
2012 Nov 06
1
Multinomial MCMCglmm
Thanks for your answers Stephen and Ben, I hope I am posting on the correct list now. I managed so far to run the multinomial model with random effect with the following command: MCMCglmm(fixed=cbind(Apsy,Mygl,Crle,Crru,Miag,empty) ~ habitat:trait,random=~idh(trait):mesh,family="multinomial12", data=dataA,rcov=~trait:units) (where multiple responses are different species, Habitat the explanatory variable and Mesh the random effect) The main question I am facing now is: Why the multinomial mo...
2013 Jun 26
0
[LLVMdev] vmkit variables internal representation
...no more about the Java ABI than you, but Java > strings can be identified by the type {i32, [N x i16]} where the first > entry is the length and the array is UTF-16. Running the attached > hacked-together script on your bitcode file gives the following: > > @41 contains string "MYGL" > @42 contains string "P" > @43 contains string "balance" > > How these fit into the structures defined used is left as an exercise > to the interested reader. ;-) > > Tim. > > > > _______________________________________________ > LLVM D...
2013 Jun 26
1
[LLVMdev] vmkit variables internal representation
Hello Tim, I attached the assembly file, the java file and the running script file. I hope the variable names can be identified. Thanks ________________________________ From: Alexandru Ionut Diaconescu <cyrusthevirus001x at yahoo.com> To: Tim Northover <t.p.northover at gmail.com> Cc: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Tuesday, June 25, 2013
2013 Jun 25
2
[LLVMdev] vmkit variables internal representation
Hi Tim, Thank you for your answer. Tomorrow morning I will update my question after further investigation based on your advice and with the .ll. ________________________________ From: Tim Northover <t.p.northover at gmail.com> To: Alexandru Ionut Diaconescu <cyrusthevirus001x at yahoo.com> Cc: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Tuesday,