Displaying 6 results from an estimated 6 matches for "02383".
Did you mean:
2383
2024 Jul 24
4
OFF TOPIC: Nature article on File Drawer Problem in Reserach
Again, this is off topic, not about statistics or R, but I think of
interest to many on this list. The title is:
"So you got a null result. Will anyone publish it?"
https://www.nature.com/articles/d41586-024-02383-9
Best to all,
Bert
2024 Jul 25
1
OFF TOPIC: Nature article on File Drawer Problem in Reserach
...unter <bgunter.4567 at gmail.com> wrote:
>
> Again, this is off topic, not about statistics or R, but I think of
> interest to many on this list. The title is:
>
> "So you got a null result. Will anyone publish it?"
>
> https://www.nature.com/articles/d41586-024-02383-9
>
> Best to all,
> Bert
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
&...
2011 Sep 13
3
[LLVMdev] Handling of DebugLocs during CSE of SelectionDAG nodes.
...if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
02374 return SDValue(E, 0);
02375
02376 SDNode *N = new (NodeAllocator) SDNode(Opcode, DL, getVTList(VT));
02377 CSEMap.InsertNode(N, IP);
02378
02379 AllNodes.push_back(N);
02380 #ifndef NDEBUG
02381 VerifySDNode(N);
02382 #endif
02383 return SDValue(N, 0);
02384 }
2024 Jul 24
1
OFF TOPIC: Nature article on File Drawer Problem in Reserach
...rt Gunter <bgunter.4567 at gmail.com> wrote:
> Again, this is off topic, not about statistics or R, but I think of
> interest to many on this list. The title is:
>
> "So you got a null result. Will anyone publish it?"
>
> https://www.nature.com/articles/d41586-024-02383-9
>
> Best to all,
> Bert
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.h...
2024 Jul 25
1
OFF TOPIC: Nature article on File Drawer Problem in Reserach
...567 at gmail.com> wrote:
>> Again, this is off topic, not about statistics or R, but I think of
>> interest to many on this list. The title is:
>>
>> "So you got a null result. Will anyone publish it?"
>>
>> https://www.nature.com/articles/d41586-024-02383-9
>>
>> Best to all,
>> Bert
>>
>> ______________________________________________
>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide http://www.R-...
2011 Sep 13
0
[LLVMdev] Handling of DebugLocs during CSE of SelectionDAG nodes.
...IP))
> 02374 return SDValue(E, 0);
> 02375
> 02376 SDNode *N = new (NodeAllocator) SDNode(Opcode, DL, getVTList(VT));
> 02377 CSEMap.InsertNode(N, IP);
> 02378
> 02379 AllNodes.push_back(N);
> 02380 #ifndef NDEBUG
> 02381 VerifySDNode(N);
> 02382 #endif
> 02383 return SDValue(N, 0);
> 02384 }
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev