Displaying 20 results from an estimated 119 matches for "wilkin".
Did you mean:
wilkins
2017 Nov 29
6
Data cleaning & Data preparation, what do R users want?
...e mentioned, here is my question:
What do you want?
Or are you already quite happy with the range of tools that is currently
before you?
[BTW, I posed the same question last week to the r-devel list, and was
advised that r-help might be a more suitable audience by one of the
moderators.]
Robert Wilkins
[[alternative HTML version deleted]]
2004 Dec 14
3
Problems with app_realtime
...| 0 | |
| ipaddr | varchar(15) | | | | |
| ts | timestamp(14) | YES | | NULL | |
+----------------+---------------+------+-----+---------+----------------+
36 rows in set (0.01 sec)
--
Brian Wilkins
Software Engineer
brian@hcc.net
Heritage Communications Corporation
Melbourne, FL USA 32935
321.308.4000 x33
http://www.hcc.net
2004 Dec 24
3
Preventing Asterisk from sending 'h' across to SIP Provider
...angup line does not help nor does
autofallthrough=no. I have posted my extensions.conf below. Thanks -
[general]
autofallthrough=yes
context=default
[default]
;exten => _.,1,Dial(SIP/003214093773@3213084999,70,t)
exten => _.,1,AGI(mta_auth.agi,${EXTEN})
exten => _.,2,Hangup
--
Brian Wilkins
Software Engineer
brian@hcc.net
Heritage Communications Corporation
Melbourne, FL USA 32935
321.308.4000 x33
http://www.hcc.net
2007 Nov 23
5
Comet style requests with mongrel
Hi,
I''ve been doing some experiments with php and if can use something like
<?php
for ($i = 0; $i < 100; $i++) {
echo "hello world";
flush();
sleep(10);
}
?>
to keep a http link open for an arbitrary amount of time and
routinely display "hello world" in the browser window.
Is is possible to write a mongrel handler to do something similar?
Thanks
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
2004 Jun 30
7
Asterisk Causing Cisco 7200 Router to Crash?
Hi,
We are having an issue here. It seems that whenever we initialize Asterisk
on our network, the router that the Asterisk server is connected to (Cisco
7200) crashes and loses it configuration. This has happended five times and
each time we have tested it, it is always when Asterisk starts up. Has anyone
else seen this problem? It is very odd because this is a very good router and
we
2009 Oct 06
3
R on Linux, and R on Windows , any difference in maturity+stability?
Will R have more glitches on one operating system as opposed to
another, or is it pretty much the same?
robert
2004 Aug 15
7
chan_oh323 loading error
I have compiled chan_oh323 and when starting * I get the following.
[chan_oh323.so]Aug 15 12:40:00 WARNING[1076245120]: loader.c:242
ast_load_resource: /usr/lib/asterisk/modules/chan_oh323.so: undefined
symbol: __use_ast_pthread_create_instead__
Aug 15 12:40:00 WARNING[1076245120]: loader.c:423 load_modules: Loading
module chan_oh323.so failed!
Can anyone tell me how to fix this, or what
2008 Jan 08
4
XSendFile in development environment
Hi
I''m currently trying to use X-Sendfile to take some load off my rails
app, unfortunately in my development environment mongrel is happily
passing through the x-sendfile header, presumably for the (non-
existant) proxy to handle the header.
Is there some way to make mongrel process the x-sendfile header itself?
Thanks
jebw
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
...n make R directly
grab data from, e.g. our state health department sources. My biggest
hassle is having to download a data file, save it somewhere, and then
open R and read it in. I'd like to be able to do it all in R. Would make
the generation of recurring reports easier.
--Chris Ryan
Robert Wilkins wrote:
> R has a very wide audience, clinical research, astronomy, psychology, and
> so on and so on.
> I would consider data analysis work to be three stages: data preparation,
> statistical analysis, and producing the report.
> This regards the process of getting the data ready fo...
2012 Feb 25
2
How would you program an Adverse Events statistical table using R code?
...with a variety of different
row sections and row categories, and different column sections and
column categories, and a mixture of summary statistics and advanced
statistics (p-value , least square mean, etc), and sometimes
statistics from different statistical procedures on the same page.
Robert Wilkins
2018 Jan 13
1
Clinical Trial data sets in public domain?
...data tables with
one-to-one or many-to-one relationships?
[ For example, "Adverse Events" and "Patient Info" are two datasets with a
many-to-one relationship, the "Patient Info" dataset has precisely one row
for each patient who received a dose of study drug.]
Robert Wilkins
[[alternative HTML version deleted]]
2017 Nov 30
2
Data cleaning & Data preparation, what do R users want?
...ric value". It's not an outlier.
>
> The more R gravitates toward "black box" functions, the more some
> users are encouraged to let them do the work.You pays your money and
> you takes your chances.
>
> Jim
>
>
> On Thu, Nov 30, 2017 at 3:37 AM, Robert Wilkins <iwritecode2 at gmail.com> wrote:
>> R has a very wide audience, clinical research, astronomy, psychology, and
>> so on and so on.
>> I would consider data analysis work to be three stages: data preparation,
>> statistical analysis, and producing the report.
>>...
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
...5'2")
has been recorded as a metric value". It's not an outlier.
The more R gravitates toward "black box" functions, the more some
users are encouraged to let them do the work.You pays your money and
you takes your chances.
Jim
On Thu, Nov 30, 2017 at 3:37 AM, Robert Wilkins <iwritecode2 at gmail.com> wrote:
> R has a very wide audience, clinical research, astronomy, psychology, and
> so on and so on.
> I would consider data analysis work to be three stages: data preparation,
> statistical analysis, and producing the report.
> This regards the pro...
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
..., which you are of course free to trash.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Wed, Nov 29, 2017 at 8:37 AM, Robert Wilkins <iwritecode2 at gmail.com>
wrote:
> R has a very wide audience, clinical research, astronomy, psychology, and
> so on and so on.
> I would consider data analysis work to be three stages: data preparation,
> statistical analysis, and producing the report.
> This regards the pr...
2004 Aug 11
5
Asterisk and SMP
Does anything have to be done at compile time in order for Asterisk to
take advantage of 2 CPU's?
Thanks
2011 Dec 18
2
[LLVMdev] Extend named metadata support in the LLVM C API
...ink it may have just slipped under the radar,
hence the cross-posting.
If someone could take a look and let me know if this is acceptable, I'll be
very grateful. The original message is here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111205/133210.html
Regards,
--
Andrew Wilkins
http://awilkins.id.au
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111218/9c6c461d/attachment.html>
2003 Mar 07
5
gui wrapper for ssh -X
Hi,
I've been attempting to write a gui wrapper to launch
ssh -X user at machine application
I'm trying to launch ssh and connect to it with pipes so that my front
end can enter the password if required (either from a cache or by
popping up a dialogue box).
I've been having problems with pipes though reading from ssh's stdout,
for when it asks for the password. Before I go
2005 Jan 10
1
Ramifications of Multiple Sip Reloads Within Minutes?
...tion of the UID (peer name)? I am asking because I would like for the
peer names to be displayed immediately by using the sip show peers command. I
am not interested in realtime because I am running stable 1.0.3 only and also
it does not provide the qualify functionality I so desire.
--
Brian Wilkins
Software Engineer
brian@hcc.net
Heritage Communications Corporation
Melbourne, FL USA 32935
321.308.4000 x33
http://www.hcc.net
2004 Apr 27
3
CentOS GPG key import process
On Mon, 26 Apr 2004, Jacob Robert Wilkins wrote:
> > I just installed the latest Centos and Yum keeps reporting that the
> > correct GPG key are not installed. How do I install them?
rpm --import http://mirror.centos.org/centos/3.1/i386/RPM-GPG-KEY-CentOS-3
> It's a common question. We need to do a better job of...