search for: reserach

Displaying 19 results from an estimated 19 matches for "reserach".

Did you mean: research
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
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 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
2003 Apr 17
3
accessing current factor in tapply
...ant to access in a function called from tapply the current factor. In my example below, all I want to do is to write the current factor on each histogram. Needless to say my example does not work. I would be grateful for pointers in the right direction. Many thanks Bernie McConnell Sea Mammal Reserach Unit cc <- 1:10 ff <- rep(c("a","b"),5) pp<- function(x,f) { hist(x, main=as.character(f)) } tapply(aa, ff, pp, f=ff)
2011 Jun 30
4
aggregating data
...is: Gene No.ofprobes Mean_expression A 3 0.25 Is there an easy way to do this using "cast" or "melt"? Ideally, I would also like to see the unique probes corresponding to each gene in the wide format. Thanks in advance Max Maxy Mariasegaram| Reserach Fellow | Australian Prostate Cancer Research Centre| Level 1, Building 33 | Princess Alexandra Hospital | 199 Ipswich Road, Brisbane QLD 4102 Australia | t: 07 3176 3073| f: 07 3176 7440 | e: mariaseg@qut.edu.au [[alternative HTML version deleted]]
2007 Oct 26
2
Implementation of a Speex based hardware VOCODER
Hi everyone, I?m a graduate student in a Brazilian Intitute of Technology, and I?m doing some academic research regarding secure voice transmission over phone lines. One of our reserach goals is to implement a hardware vocoder, with low bit rates, and a preferably free algorithm, to be used in this secure voice system. Actually, there is a functional system using a proprietary AMBE board (also a very expensive one) with a bit rate of 4800bps. When I found this project, I toug...
2015 Jun 19
2
[LLVMdev] Performance impact of different optimization passes
Hi, I was wondering if there is a paper or a technical report that documents the performance impact of the different optimizations passes on a some set of benchmarks. Is something like this available ? Best regards, Ahmed -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150619/c3c0a941/attachment.html>
2012 Jun 25
1
special simbol (±) in a legend
dear reserachers, I am looking for a expression about a special symbol (±) in a Legend and add on front of "Mean ± SD" the symbol of bracket sorry if the example is not great disptest <- matrix(rnorm(10),nrow=10) disptest.means<- rowMeans(disptest) plot(1:10,disptest.means) dispersion(1:10,di...
2017 Aug 28
3
[bug report] Cyrillic letter "я" interrupts script execution via R source function
...that this bug is not triggered when the same file is executed using *eval(parse(...))*: > > > > *> eval(parse('D:/R code/test_cyr_letter.R', encoding="UTF-8"))[1] > "?????"[1] "????"[1] "???????"[1] "????"* I made some reserach and noticed that *source* and *parse* functions have similar parts of code for reading files. After analyzing code of *source()* function I found out that commenting one line from it fixes this bug and the overrided function works fine. See this part of *source()* function code: *... * > > *...
2010 Mar 01
0
Fwd: Re: Kohonen Package
...ubject: Re: [R] Kohonen Package Date: Mon, 1 Mar 2010 14:45:13 +1000 From: Martin <labadz at gmail.com> To: ehlers at ucalgary.ca Hi Any idea if the kohonen package can produce umatrices with hexagons and component planes as found in various publications? Cheers Martin Martin Labadz PhD Reserach Student Queensland University of Technolgy School of Natural Resource Sciences Gardens Point Campus GPO Box 2434 Brisbane QLD 4001 - Australia mobile: +61 405 797 794 m.labadz at qut.edu.au
2008 Dec 10
1
xyplot sorted by date
Hello I have a dataframe with 3 columns C1, C2 and C3. C1 and C2 are numerical data and C3 is the date of the data (format : %Y-%m-%d %H:%M:%S") With the lattice package, I would like to plot C1 as function of C2 sorted by the dates, that is something like : xyplot(C1 ~ C2 | as.Date(C3)) It plots somethings but not the truth. I have compared the output with the output of this script
2018 Jun 01
2
Programmatically Toggle Specific LLVM Optimizations
...terfaces that can accomplish this task? Is there a way to write a bash script to enumerate through the optimizations and turning them off one a time? 2. If not, what is a good guide to PassManager so that I can program this functionality? Thanks so much for your help! Sincerely, Qiongsi UTEA Reserach Student 2018, EcoSystem Computer Science, University of Toronto
2009 Sep 27
0
channel.c:780 channel_find_locked: Avoided deadlock
...rectly and I can start the call. Asterisk is running ok, but when I tried to do a call with vicidial my phone ring but when I pick up the phone, the CLI show: WARNING[16629]: channel.c:780 channel_find_locked: Avoided deadlock. And the call is active, I can talk and listen to my partner :s But reseraching a lot in google, that warning sometimes doesnt afect the call. in some cases the call is going and I maybe that messages IS AFTER hung up. What can be wrong here ? :s This is part of /var/log/asterisk/messages: DEBUG[9326] chan_iax2.c: Immediately destroying 1, having received hangup Sep 27...
2017 Aug 28
0
[bug report] Cyrillic letter "я" interrupts script execution via R source function
...g is not triggered when the same file is executed using *eval(parse(...))*: >/ />/ />/ />/ *> eval(parse('D:/R code/test_cyr_letter.R', encoding="UTF-8"))[1] />/ "?????"[1] "????"[1] "???????"[1] "????"* / I made some reserach and noticed that *source* and *parse* functions have similar parts of code for reading files. After analyzing code of *source()* function I found out that commenting one line from it fixes this bug and the overrided function works fine. See this part of *source()* function code: *... * >/ />...
2004 Oct 21
5
[Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|NEW |ASSIGNED ------- Additional Comments From wayned@samba.org 2004-10-21 15:19
2004 Nov 11
2
RODBC & POSIX & Daylight Saving blues
Dear All, The recent improvement in RODBC to recognize datetimes in tables has exposed my ongoing confusion. All my data are obtained from a satellite system (Argos) which tags events in the GMT time zone. Daylight saving is ignored. To my way of thinking this means that 1. twelve-o-clock means halfway through the day regardless of season, and 2. the difftime of any two dates where
2007 Aug 14
12
ruby on rails web calendar
Does anyone know of a good web calendar that you can use to display appointments, dates, anniversaries, birthdays, recurring appointments, appointments spanning multiple days? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2011 Jun 30
0
help with interpreting what nnet() output gives:
...is: Gene No.ofprobes Mean_expression A 3 0.25 Is there an easy way to do this using "cast" or "melt"? Ideally, I would also like to see the unique probes corresponding to each gene in the wide format. Thanks in advance Max Maxy Mariasegaram| Reserach Fellow | Australian Prostate Cancer Research Centre| Level 1, Building 33 | Princess Alexandra Hospital | 199 Ipswich Road, Brisbane QLD 4102 Australia | t: 07 3176 3073| f: 07 3176 7440 | e: mariaseg at qut.edu.au [[alternative HTML version deleted]] ------------------------------ Message:...