similar to: Non-R but interesting statistics-related NATURE article: FYI only

Displaying 20 results from an estimated 8000 matches similar to: "Non-R but interesting statistics-related NATURE article: FYI only"

2009 Aug 08
1
interesting statistics article in NYT
[This email is either empty or too large to be displayed at this time]
2024 Jul 25
1
OFF TOPIC: Nature article on File Drawer Problem in Reserach
I know you didn't want to stimulate discussion, but the problem is not confined to publication. "Adverse reaction to medication" monitoring programs are plagued by a similarly massive under-reporting problem: adverse reactions are seldom reported unless they are particularly bad or surprising. (The Ministry of Health in my country estimates 90% of cases are never reported.)
2024 Jul 24
1
OFF TOPIC: Nature article on File Drawer Problem in Reserach
Dear Bert, You have made my day!! Your post is a great help and very useful in my field. The paper is not among the off-the-shelf research output. Some of us, who get into unenviable conflict and disputation with some reverenced authorities in our field, understand the weight of the article. I had not even consumed half of it before I decided to thank you. I will quickly go back to see how it
2024 Jul 25
1
OFF TOPIC: Nature article on File Drawer Problem in Reserach
Chapter 9 might be of interest: https://bookdown.org/MathiasHarrer/Doing_Meta_Analysis_in_R/ And specifically, for funnel plots in R: https://wviechtb.github.io/metafor/reference/funnel.html Best, Rob On 7/25/2024 6:40 AM, Richard O'Keefe wrote: > I know you didn't want to stimulate discussion, but the problem is not > confined to publication. "Adverse reaction to
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
2008 Dec 22
2
Matching
I understand this is an easy question, and have been playing around with grep and the match function, but was hoping for a little incite: I have one .csv with the following data: names values A 1 B 2 C 3 D 4 The second .csv is: names A C I am hoping to match all of the rows that appear in the second .csv, making a new file that would look like this: names values
2003 Aug 18
1
FYI: Article on R at IBM's developerWorks Server Clinic
Hi all, I happened to be reviewing a Linux web site that I frequent (http://www.pclinuxonline.com/index.php) and noted today an entry for an article on R at IBM's developerWorks Server Clinic site located at http://www-106.ibm.com/developerworks/linux/library/l-sc16.html. I thought that I would pass this on as an FYI. Regards, Marc Schwartz
2005 Oct 10
0
An interesting article on open-source projects
http://www.oreillynet.com/pub/wlg/7996
2006 Jun 22
1
High breakdown/efficiency statistics -- was RE: Rosner's test [Broadcast]
What would be nice is to have something like a "robust" task view... Andy From: Berton Gunter > > Many thanks for this Martin. There now are several packages > with what appear to be overlapping functions (or at least > algorithms). Besides those you mentioned, "robust" and > "roblm" are at least two others. Any recommendations about > how or
2016 Jul 06
2
[Openmp-dev] [lldb-dev] [cfe-dev] FYI: Landing the initial draft for an LLVM Code of Conduct
On 4 Jul 2016, at 12:27, Renato Golin via Openmp-dev <openmp-dev at lists.llvm.org> wrote: > > On 4 July 2016 at 00:42, Robinson, Paul <paul.robinson at sony.com> wrote: >> Daniel claimed it was not different, even though he proposed the text. >> I think it is better, as "egregious" (even though it is qualitative) >> helps identify what
2008 Jan 09
3
CentOS and GCC Question
Hi People I am trying to build a piece of software from source in this case aide 0.13.1 using this config line ./configure --with-zlib --with-selinux. The configure step completes but there is a Warning that concerns me. This is taken from config.log configure:9809: checking for mhash_get_block_size in -lmhash configure:9844: gcc -o conftest -g -O2 -static -static conftest.c -lmhash -lz
2012 Jul 17
0
[LLVMdev] FYI: Planning to remove ProfileInfo and related passes from LLVM
Hello Alastair, Yeah like I said, I was not aware of the new profile framework being developed. Interestingly BPI and BFI didnt turn up in any searches either. Anyway, I will take a look at them and see how they differ from the existing tools. Profile.pl is understandably a very simple script, but it does make it easier to see some preliminary profile results and identity the hot portions of a
2010 Aug 12
6
NTFS is more resilient than ext3? Or is it hardware issue?
Hi guys, I don't mean to incite debate or something, just want to share experience and a little curiosity. Back long time ago, we have an old file MS W2K (NTFS) server where due no admin was available to manage it, the server would get power off when the office closed, and auto power on again in the morning. That thing happened for years and it was fine ^^ Recently, I setup a Centos 5.5 file
2012 Jul 18
1
[LLVMdev] FYI: Planning to remove ProfileInfo and related passes from LLVM
Hi Alok, On 17/07/12 13:00, #ALOK PRAKASH# wrote: > Profile.pl is understandably a very simple script, but it does make > it easier to see some preliminary profile results and identity the > hot portions of a program which are suitable for hardware > acceleration. llvm-prof also helps in the same way. Ok, great -- using llvm-prof for detecting hot portions is the obvious use, but I
2006 Jun 11
0
mySQL paginate syntax question for complex SQL. (over 117 views in rubyonrailsforum and no answer, others confused..)
I have this code in my controller and i cannot seem to figure out how to get it to paginate correctly.. Is there a trick to do something like this? There are a few others at www.rubyonrailsforum.com that are having the same issue. Any incite would be great, thanks in advance! (over 117 views and no answer in rubyonrailsforum???) def display_location if params[:search] &&
2015 Nov 24
0
Still can't figure out ACL issues
Greetings, jimc! > Thank you for your reply. > If you happen to read the post of 11/22, you will notice that it was not > me who spoke ill of Samba. > I put my bets on other people being able to figure it out; I hope that > one of them will help me. Try this: 1. Make sure your domain groups and users are recognized on the member server. At the very least, $ getent passwd
2006 Dec 18
7
Interesting article about punching holes in firewalls...
I ran across an interesting article (http://www.heise-security.co.uk/articles/print/82481) (1) that I think any and all firewall administrators should take a few moments to read. I personally have known that using "-m state --state ESTABLISHED,RELATED" was not the most secure thing to use for returning traffic. Namely this will allow you to make a valid connection to a web server,
2006 May 04
11
Interesting ActiveRecord vs Hibernate article
For those haven''t seen it yet, Patrick Peak has an interesting article at the Server Side (www.theserverside.com) discussing the differences between the Hibernate (www.hibernate.org) peristence framework and ActiveRecord.  The article can be found here: http://www.theserverside.com/articles/article.tss?l=RailsHibernate .  Patrick Peak is the author of _Hibernate Quickly_ (Manning), which
2012 Jul 16
2
[LLVMdev] FYI: Planning to remove ProfileInfo and related passes from LLVM
Hi Alok, On 16/07/12 12:41, #ALOK PRAKASH# wrote: > I have been using the Profile.pl and the related passes and > optimizations for about 4 years now. With every new release lately, the > support for the profile scripts and their framework seemed to be > downgrading. Hence, I used my own tiny one line fixes to keep them > working. I offered to send these small patches to keep these
2013 Apr 17
1
[LLVMdev] interesting IR problem related to mips 16
When a mips16 wants to return a floating point value, it's at a quandary in mixed mode programs (having both mips16 and mips32 code). float foo() { return 1.0; } Mips16 code is compiled in soft float, with there being an options to have the emulation library be written in mips32 and use floating point instructions in those mips32 support functions (if the machine supports floating