Displaying 7 results from an estimated 7 matches for "sanctumfi".
Did you mean:
sanctum
2004 Oct 25
1
functions for special na handling?
...on method myself to accomplish this, but has someone else already coded routines
of this nature?
many thanks,
robert
Robert Sams
SANCTUM FI LLP
Charles House
18B Charles Street
Mayfair
London W1J 5DU
Tel: +44 (0) 207 667 6360
Dir: +44 (0) 207 667 6363
fax: +44 (0) 207 667 6460
email: robert at sanctumfi.com
Authorised and Regulated by the FSA.
Sending encrypted mail:
See http://pgp.mit.edu (search string 'sanctumfi') for updates.
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
mQGiBD/xA1kRBAC2RUt8WyHDjXDoO1eu2Mli83cuEV...
2005 Jan 14
2
R package classification
Dear list,
there are now >400 packages available on CRAN.
Would it be useful to classify these packages
according to what they do (e.g. classification,
graphics, spatial statistics), to assist the user in
finding the appropriate package for their problem? Or
perhaps the search facility is enough.
I would attempt such a classification, but my
knowledge of statistical methods isn't good
2004 Dec 01
3
can't install r package on debian due to linker problem
...ciated.
i'm running:
debian stable
R version 2.0.1
gcc 2.95.4-14
g77 2.95.4-14
binutils 2.12.90.0.1-4
robert
Robert Sams
SANCTUM FI LLP
Charles House
18B Charles Street
Mayfair
London W1J 5DU
Tel: +44 (0) 207 667 6360
Dir: +44 (0) 207 667 6363
fax: +44 (0) 207 667 6460
email: robert at sanctumfi.com
Authorised and Regulated by the FSA.
Sending encrypted mail:
See http://pgp.mit.edu (search string 'sanctumfi') for updates.
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
mQGiBD/xA1kRBAC2RUt8WyHDjXDoO1eu2Mli83cuEV...
2005 Jan 17
1
problem installing RSPython
...PATH=${PYTHONPATH}:${R_HOME}/library/RSPython/libs
LD_LIBRARY_PATH=${R_HOME}/lib
Any suggestions? I'm probably overlooking something obvious. Thanks.
Robert
Robert Sams
SANCTUM FI LLP
Authorised and Regulated by the FSA.
Sending encrypted mail:
See http://pgp.mit.edu (search string 'sanctumfi') for updates.
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
mQGiBEHVOaIRBAC3kUplVB1o00GQXU9TkKmMWz/LiknbhLgDPBZ+1nw1ffb2FpXW
mYet2yja8YIG3H2LnVla1WGVyfAyZ+QRmnUgm2hOnP7LNZIoHctnGqLmtQvOXvHz
xoDonFAl/ztBFE9aNPbiL4nlgdz9GS6LN6h...
2006 Nov 22
1
RBloomberg Multi-ticker problem
Hi,
I am trying to download data from Bloomberg through R. If I try to
download intraday data for multiple tickers and only one field, I get
the error, written below in red. How do I get rid of this error?
> dat<-blpGetData(conn, c("NOK1V FH Equity","AUA AV Equity"),
"LAST_PRICE",
2005 Mar 16
0
Time Series
see packages zoo and its on cran.
> -----Original Message-----
> From: consentino at infinito.it [mailto:consentino at infinito.it]
> Sent: Wednesday, March 16, 2005 7:17 PM
> To: r-help at stat.math.ethz.ch
> Subject: [R] Time Series
>
>
> Hello,
>
> I'm using a dataset with unequally spaced time series
> and I'd want to know if there is in R some
2007 Jan 16
0
Rgui crashes when calling odbcClose()
Hi,
I'm running Rgui v2.4.0, RODBC v1.1-8, and psqlODBC v8.2.0002. Whenever
I do the following
chan <- odbcConnect("mydatabase", uid="admin") # connection to a
postgresql db on a linux box
tmp <- sqlQuery(chan, "select * from sometable;") # this is successfull
odbcClose(chan) # this crashes Rgui and raises an error window
containing the following MS error