similar to: Difficulties With Posting To Ongoing Threads on the R Mailing List

Displaying 20 results from an estimated 20000 matches similar to: "Difficulties With Posting To Ongoing Threads on the R Mailing List"

2007 Jun 09
2
How do you do an e-mail post that is within an ongoing thread?
That may sound like a stupid question, but if it confuses me, I'm sure it confuses others as well. I've tried to find that information on the R mail-group info pages, can't seem to find it. Is it something obvious? To begin a brand new discussion, you do your post as an e-mail sent to r-help at stat.math.ethz.ch . As I am doing right now. How do I do an additional post that gets
2009 Jan 09
7
AT&T Researchers and the New York Times
Is anyone in the leadership of the R-project going to contact the New York Times and clarify that the article gave remarkably short shrift to the people who designed the user interface for R, to a large extent AT&T researchers from an earlier generation? It would be the appropriate thing to do. The R team did not develop the user interface for R, the designers of the S programming language
2007 Jun 04
3
Why is the R mailing list so hard to figure out?
Why does the R mailing list need such an unusual and customized user interface? Last January, I figured out how to read Usenet mailing lists ( or Usenet groups ) and they all pretty much work the same, learn to use one, you've learned to use them all ( gnu.misc.discuss , comp.lang.lisp , and so on ). What's the best way to view and read discussions in this group for recent days? Can I
2007 Jun 08
4
Tools For Preparing Data For Analysis
As noted on the R-project web site itself ( www.r-project.org -> Manuals -> R Data Import/Export ), it can be cumbersome to prepare messy and dirty data for analysis with the R tool itself. I've also seen at least one S programming book (one of the yellow Springer ones) that says, more briefly, the same thing. The R Data Import/Export page recommends examples using SAS, Perl, Python, and
2012 Feb 25
2
How would you program an Adverse Events statistical table using R code?
A graph != A table. I'm talking about a page full of summary statistics and advanced statistics, with lots of cross categories on the top and left margin of the table, as opposed to a visual display with x-axis and y-axis, which is totally different. (An example of how this is done in another language is available at http://fivetimesfaster.blogspot.com ) For an AE table, you have an N and %
2010 Dec 17
1
HA: what is missing to keep ongoing calls during failover ?
Hi, What is currently missing in Asterisk ecosystem to get 2 servers active-active redundancy such as when server 1 is failing (in some circumstances), its ongoing calls (or most of them) are kept alive and handed over to server 2 ? I remember that a couple of years ago, Avaya claimed it could achieve this with its high end servers. Could it be possible with Asterisk ? Will SCF change this ?
2014 Nov 08
1
How to find RTP address of ongoing call?
Hi list, probably this is a FAQ but I can't seem to find it. How to find the RTP IP address of an ongoing SIP call? "sip show channels" seems to list the RTP address under the very left column called "Peer". And it also lists the associated "Call ID" which I could associate with a call by executing sip show channel <Call ID> and before figuring out the
2010 Nov 05
5
Ongoing performance issues with 2.0.x
Due to the ongoing performance issues with 2.0.x I switched back to 1.2.15 yesterday evening, with no changes to the machine or my users. (I migrated from 1.2.15 to 2.0.x by converting the existing config) Today, we have MUCH LESS load, with the same number of logins/min. I cannot say what exactly causes this immense increase in load, but one observation is that the time spent in system() has
2005 Jul 20
3
Working with an ongoing call
Hi list I plan to implement a prepaid solution where the system needs to check for remaining credit periodically during a call. The reason for this is that this is a system where the credit pool can be used simultaneously by more people, and not only for calling. I have a problem figuring how to be able to run logic while a call is in progress. The L(x:y:z) option to Dial() is good, but not
2013 Mar 13
1
Fwd: [bisected] nouveau failure with 3.9-rc1 and ongoing
Hiya, I sent the enclosed email to linux-kernel before realizing that it would, perhaps, be more proper to send it here, which I hereby do. I shall be happy to try out any and all patches. Best regards, Sune M?lgaard -------- Original Message -------- Subject: [bisected] nouveau failure with 3.9-rc1 and ongoing Date: Tue, 12 Mar 2013 19:57:55 +0100 From: Sune M?lgaard <sune at
2007 Jun 13
3
Awk and Vilno
In clinical trial data preparation and many other data situations, the statistical programmer needs to merge and re-merge multiple input files countless times. A syntax for merging files that is clear and concise is very important for the statistical programmer's productivity. Here is how Vilno does it: inlist dataset1 dataset2 dataset3 ; joinby variable1 variable2 where ( var3<=var4 ) ;
2009 Jan 08
3
Ashlee Vance's article on R in the New York Times
Ashlee Vance's article on R in the New York Times. This is typical of the New York Times. Because they get to coast on the prestige and reputation of their brand , they have a history of just this sort of journalistic sloppiness. Whether it's the author or the editor at fault doesn't really matter, they do this screw-up all the time. Look, if you write an article on the first page of
2005 Dec 04
0
DNAT for ongoing UDP flows
Hi, i need to dynamically change the destination IP address of UDP packets for an ongoing UDP flow. That means when the flow starts for the first time no change is needed and after some time a change of the destination IP address must be done to redirect the packets to another machine dynamically. For new flows this could be done using e.g.: iptables -t nat -A OUTPUT/PREROUTING -p udp
2010 Apr 18
0
The best way to stop an ongoing call
Hello, I'm evaluating how I should implement the following feature (with asterisk 1.6.1) : - party A calls party B - A and B are talking to each other - supervisor C detects the call is on-going for too long (as, for example, others are waiting to use the phone) - C dials a special command that would play a short music to A and/or B and then cut the call 30 seconds later. At the moment, I
2015 Jan 07
2
Re: [PATCH 1/5] New API: btrfs_scrub
In data venerdì 26 dicembre 2014 16:17:45, Hu Tao ha scritto: > Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> > --- > daemon/btrfs.c | 32 ++++++++++++++++++++++++++++++++ > generator/actions.ml | 17 +++++++++++++++++ > src/MAX_PROC_NR | 2 +- > 3 files changed, 50 insertions(+), 1 deletion(-) > > diff --git a/daemon/btrfs.c b/daemon/btrfs.c > index
2007 Jun 26
1
A really simple data manipulation example
In response to those who asked for a better explanation of what the Vilno software does, here's a simple example that gives some idea of what it does. LABRESULTS is a dataset with multiple rows per patient , with lab sodium measurements. It has columns: PATIENT_ID, VISIT_NUM, and SODIUM. DEMO is a dataset with one row per patient, with demographic data. It has columns: PATIENT_ID, GENDER.
2007 Apr 11
2
Is this project still ongoing?
2007 Apr 12
0
Is this project still ongoing?
On 12/04/07, shark huang <shark.hh@gmail.com> wrote: > (subject: Is this project still ongoing) This depends which 'project' you mean. You've posted to ogg-dev, the libogg api itself hasn't needed to change much, though this change made it in: <http://lists.xiph.org/pipermail/ogg-dev/2007-January/000357.html> I think Monty's statement there sums it up:
2003 May 25
1
Ogg Vorbis DirectShow decoder filter - ongoing development ?
Hi, ome of you may know me, i am one of the project admins of a video related opensource project. For playback of Vorbis audio tracks in movies, if being played on M$ via DirectShow, we are currently using the Vorbis decoder filter from Tobias Waldvogel. However, we found out that this decoder filter is not acting DirectShow compliant with respect to handling of timestamps. When passing the
2015 Jun 03
2
RES: RES: RES: How to invoke a binary file from the dial plan?
Hi Kevin. Thank you again for help me! In my case, in the final application for smartphones or in a softphone for PCs, there will be a button on the GUI and the user will have just to touch it, and the door or gate will open. I mean, during an ongoing call, the callee will see a button in the interface of its SIP application. For example, we can use the lib of Linphone and implement a GUI over