Displaying 20 results from an estimated 8000 matches similar to: "RE: system.time(), sys.time() etc"
2003 Mar 18
3
References of R in use
Dear R-users and expeRts,
can anyone provide me (and others as well, of course) with reference of
companies, scientific labs and/or schools where R is being used?
Or does some (even unofficial) list of comanies etc. where R is being used
exist?
I tried to find such an information on R's homepage and on a FAQ page, but
unsuccesfully.
(Of course, searching through this r-help conference one
2006 Dec 26
4
Rating competitors
I am looking for hints on how to estimate ratings for competitors
in an ongoing pairwise competition using R... my particular area of
interest being the game of Go, but the idea of identifying ratings
(on a continuous scale) rather than relative rankings seems easily
generalized to other competitions so I thought someone might be
studying something related already.
I presume the rating of a
2010 Mar 01
1
Fwd: Erika DeBenedictis-Recommendation
---------- Forwarded message ----------
From: Celia Einhorn <celia.einhorn at gmail.com>
Date: Wed, Feb 17, 2010 at 8:15 PM
Subject: Fwd: Erika DeBenedictis-Recommendation
To: drew einhorn <drew.einhorn at gmail.com>
---------- Forwarded message ----------
From: David H. Kratzer <dhk at lanl.gov>
Date: Tue, Feb 16, 2010 at 9:24 AM
Subject: Fwd: Erika
2007 Nov 13
2
Query an Access database based on a date attribute (Tudor Bodea)
Tudor Bodea asked:
>In this context, I try to get all the records for which market is atl-bos,
>competitor is delta and dd is 2007-11-20 (first record above). To do this I used
>># channel <- odbcConnectAccess("test.mdb")
>>res <- sqlQuery(channel, "select * from test_table where market = 'atl-bos'
>>and competitor = 'delta' and dd =
2018 Oct 30
4
IBM buying RedHat
> On 30/10/2018 06:46, Simon Matter wrote:
>>> On 10/29/18 1:55 AM, Simon Matter wrote:
>>>> To me it seems like, if they are smart, they will try to push IBM
>>>> POWER
>>>> and RedHat Linux together to establish real competition in the
>>>> hardware
>>>> market again (and of course don't forget to keep Fedora/CentOS
2007 Nov 12
2
Query an Access database based on a date attribute
Dear useRs,
I would like to query an Access database through R based on a date attribute
but, unfortunately, I fail to do so. For example, the table test_table of the
test.mdb looks like:
ID cd market competitor dd price
1 1 2007-11-20 atl-bos delta 2007-11-20 210
2 2 2007-11-20 atl-bos delta 2007-11-21 190
3 3 2007-11-20 atl-bos delta 2007-11-22
2018 Oct 30
7
IBM buying RedHat
> On 10/29/18 1:55 AM, Simon Matter wrote:
>> To me it seems like, if they are smart, they will try to push IBM POWER
>> and RedHat Linux together to establish real competition in the hardware
>> market again (and of course don't forget to keep Fedora/CentOS alive)!
>
> Er, RHEL has been running on Power for a very long time. The fastest
> supercomputer in the
2004 Aug 06
5
CVS login failed: Connection Refused
I am trying to login to cvs but the server refuses the connection:
# cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login
# Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot
# CVS password: anoncvs
# cvs [login aborted]: connect to xiph.org(140.211.166.134):2401 failed: Connection refused
I have tried to log in several times the last 2 days with no success.
cvs version:
2007 Nov 13
1
R: Query an Access database based on a date attribute
It seems that Access needs that you surround the dates with a # symbol.
You probably need something like.
res <- sqlQuery(channel, "select * from test_table where market = 'atl-bos'
and competitor = 'delta' and dd = #2007-11-20#")
Hope this helps,
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org]Per
2015 Apr 28
2
答复: I love NUT
Carsten,
This is a common issue in technology when you have complex products
that the majority of consumers of those products do not understand how
they operate.
If most UPS customers understood the importance of standardization they
would have refused to purchase non-standard UPSes and all UPSes would
have long ago standardized on a single management protocol.
The normal thing is that product
2006 Apr 06
1
Look What 911 Will Cost in Canada
Check out the proposed prices when this is approved.
BELL CANADA REPORT
ON THE
ECONOMIC EVALUATION
FOR
THE TARIFF REVISION
OF
Bell Canada's Access Services Tariff Item 315 ? Zero-Dialed
Emergency Call Routing Service (0-ECRS)
*2 March 2006
TABLE OF CONTENTS
Page
1.0 GENERAL 3
1.1 Purpose of the Study 3
2.0 SERVICE DESCRIPTION 3
2.1 Service Characteristics 3
2.2
2006 Mar 13
1
bihistogram plots
Does anyone have code to plot bihistograms in R?
See http://www.itl.nist.gov/div898/handbook/eda/section3/bihistog.htm
for a description of
a bihistogram.
--
Hal Varian voice: 510-643-4757
SIMS, 102 South Hall fax: 510-642-5814
University of California hal at sims.berkeley.edu
Berkeley, CA 94720-4600 http://www.sims.berkeley.edu/~hal
2018 Oct 30
2
IBM buying RedHat
On 30/10/18 20:06, Eddie G. O'Connor Jr. wrote:
>
> On 10/30/18 2:46 AM, Simon Matter wrote:
>>> On 10/29/18 1:55 AM, Simon Matter wrote:
>>>> To me it seems like, if they are smart, they will try to push IBM
>>>> POWER
>>>> and RedHat Linux together to establish real competition in the
>>>> hardware
>>>> market again
2008 Jan 27
2
[OT] Open source archive program on windows
I am looking for a recommendation for an open source competitor to Winzip.
I seem to recall Brian Ripley mentioning one in the last year or so, but
couldn't find it in the mail archives. (Searching on Ripley there is
somehow not terribly useful.)
Suggestions?
David Scott
_________________________________________________________________
David Scott Department of Statistics, Tamaki Campus
2007 May 04
1
CentOS 5 + Nforce 4 SLI Intel SATA problems
I've been having an extremely hard time using the on board SATA
controller on my nvidia based board. I have two 160gig Maxtor SATA
drives attached to the on board controller, setup as software raid0. The
problem is the array is extremely unreliable, where I'm getting constant
I/O errors like:
sd 0:0:0:0: SCSI error: return code = 0x00040000
end_request: I/O error, dev sda, sector
2016 May 22
3
Problemas con For
Hola comunidad XD, necesito ayuda con estola idea es que para cada valor del frame x4 si es cero ponga cerosino que ponga un valor del frame Nsinel cual tiene una estructura como % | n25% | 150% | 275% | 3100% | 4 y x4 tiene una cierta cantidad de valores en 0 (poco menos de la mitad pero varian aleatoriamente) y los demas un valor aleatorio entre 0 y 1Tomando en cuenta que si el
2016 Mar 24
4
Centos in the Browser string ?
On Wed, 2016-03-23 at 23:46 -0500, g wrote:
> until the devs get "r2i", you can use a firefox add-on;
>
> User-Agent Switcher 0.7.3.1
> https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/
> or
> User Agent Quick Switch 0.5.2.1
> https://addons.mozilla.org/en-US/firefox/addon/user-agent-quick-switch/
> or
> User Agent Overrider 0.4.1
2009 Oct 31
1
Help me improving my code
Hi,
I am new to R. My problem is with the ordered logistic model. Here is my
question:
Generate an order discrete variable using the variable
wrwage1 = wages in first full calendar quarter after benefit application
in the following way:
*
wage*1*Ordered *=
1 *if*0 *· wrwage*1 *< *1000
2 *if*1000 *· wrwage*1 *< *2000
3 *if*2000 *· wrwage*1 *< *3000
4 *if*3000 *· wrwage*1 *<
2005 Oct 14
2
T1/E1 Cards
This is probably a really bad question to ask but here goes. Does
asterisk work with any of the T1/E1 cards from SBE? I'm sure SBE is
a competitor to Digium, but I have access to SBE cards and the linux
driver. Just curious more than anything. Thanks.
--
Michael J. Lynch
What if the hokey pokey IS what it's all about -- author unknown
2005 Jan 06
2
ultra-low bitrate stream?
I am writing a long-run sound recording application using OggVorbis.
The user can adjust sound quality parameter to make balance between
storage space and sound quality.
The input sound is 22050Hz, mono. To maximize the recording capability
on a given storage volume, we want the result bitrate as low as possible.
I use -q0 parameter and it produces a 32.0kbps stream. It is too high
(our