Displaying 20 results from an estimated 2000 matches similar to: "library help files"
2003 Jan 15
1
Least Absolute Deviation
Dear all,
I try to fit least absolute deviation (LAD) regression with R. I couldn't
find any command to carry out LAD. What I am doing now is using nlm() and
setting the function argument to minimize the sum of the absolute
deviation. But for some data it keeps giving out the error message: Error
in nlm(absdev, b.start) : non-finite value supplied by nlm. (there is no na
in my dataset.)
I
2005 Mar 09
1
°Eric Moos/SYSTEM/FRANKFURT/BFI/BNP is out of the office.
I will be out of the office starting 09.03.2005 and will not return until
14.03.2005.
I will respond to your message when I return.
In urgent cases please contact Mr. Michael Klein
(michael.klein@bnpparibas.com) +49(0)6971936960.
With kind regards,
Eric Moos
This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive
2005 May 25
1
°Eric Moos/SYSTEM/FRANKFURT/BFI/BNP is out of the office.
I will be out of the office starting 25.05.2005 and will not return until
26.05.2005.
I will respond to your message when I return.
In urgent cases please contact Mr. Michael Klein
(michael.klein@bnpparibas.com) +49(0)6971936960.
With kind regards,
Eric Moos
This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive
2005 Apr 21
0
°Eric Moos/SYSTEM/FRANKFURT/BFI/BNP is out of the office.
I will be out of the office starting 21.04.2005 and will not return until
25.04.2005.
I will respond to your message when I return.
In urgent cases please contact Mr. Michael Klein
(michael.klein@bnpparibas.com) +49(0)6971936960.
With kind regards,
Eric Moos
This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive
2012 Oct 22
0
"Vars" package: impulse response function
Hello,
I'm using VAR models in R in order to obtain impulse responses of stock
market shock on US economy.
I have series of quarterly changes in real gdp, S&P 500 and quarterly level
of unemployment for 1985 - 2012 period.
My series are stationary. So I did all the steps below. However I don't
understand what do irf function results mean. These are the cumulative
orthogonal responses
2005 Feb 25
2
Samba Problem
Hi
this is really a last resort as I'm literally pulling my hair
out over AIX and Samba and cannot find any threads on this particular
issue.
Basically we have 3 systems running AIX 5.1 and Samba 2.2.7
We upgraded one system to Aix 5.2 and everything works no problem.
Upgraded the next two and both will not join the domain using
the smbpasswd -j domain-name -r ny0000000 -U
2007 Feb 08
2
Re: INFOSEC 500 XP USB on Debian using nut
Hi Arnaud,
Is there any news about this hardware,does nut managed it right now ?
Is there any technical information to make it working on debian ?
Thanks for your help,
Regards,
DaneZ
_____
From: Arnaud QUETTE [mailto:Arnaud.QUETTE@mgeups.com]
To: DaneZ [mailto:david.guillotte@danez.no-ip.org]
Sent: Mon, 17 Jul 2006 09:07:03 +0200
Subject: Re: RE Fw: INFOSEC 500 XP
2003 Jan 28
2
symbol
Dear R helpers
I would like to make a plot where the symbols were the numbers
of the corresponding classes, i.e, samples of class 1 would the
symbol 1, samples of class 2 would have symbol 2,....
Is this possible?
Thank you
Luis
--
Kit SAPO.ADSL.PT Apenas 50 ?.
Adira j? em http://www.sapo.pt/kitadsl
2006 Jul 24
1
Fw: INFOSEC 500 XP en USB et drivers newhidups avec '-x generic'
Bonjour,
Je souheterais utilis? la version qui permet le '-x generic',mais je ne sais pas ou la recuperer car ca devrait solutionner mon probleme (cf mail ci-dessous)
DaneZ
_____
From: DaneZ [mailto:david.guillotte@danez.no-ip.org]
To: arnaud.quette@mgeups.com
Sent: Sat, 08 Jul 2006 23:24:06 +0200
Subject: Fw: INFOSEC 500 XP en USB
_____
Bonjour Arnaud,
Je me
2007 Apr 02
2
Re: Test driving WxRuby2 apps
Apologies, I think the gem attachment may have been stripped from my
original mail, so I''ve uploaded it to rubyforge under a new ''wxextra''s
project:
http://rubyforge.org/projects/wxextras/
(direct link:
http://rubyforge.org/frs/download.php/19183/nobbie-wx-preview-0.0.1.gem)
p.
============================================================
Before I forget, thanks
2007 Apr 04
1
wx layout with sugar
I''m sure this will be user error on my part, but I can''t seem to get the
following to layout properly.
Basically, I want the p1 to fill the available space and p2 to be as small
as possible (with the root panel filling all the available space). With
the following code, the buttons in the p2 end up being truncated, (i.e.
the bottom line is missing).
Where am I going
2002 Nov 20
3
FW: using R under windows
I am used to using R under unix. I have a problem with R
under Windows-2000:
Suppose I have a plain text file code.r full of R code
that I want to source into R. My problem is that Windows
invisibly tacks ".txt" onto the end of the filename (the name
looks like code.r but it is really code.r.txt). How to get
windows to both allow me to call it code.r (for real! Not
2006 Dec 14
5
wxruby2-preview Gauge and wx-sugar with SplitterWindow
First of all, just wanted to say big thanks for all the great work on
wxruby2 .. I''ve been a user of 0.6 for a long time and its proved very
useful over the years. It''s great to finally have a multi-platform, gem
installable ui toolkit that doesn''t suck!
Secondly, thanks also for wx-sugar. I was drowning in sizers and started
to write my own layout library ... but
2005 Feb 22
0
3.8.1p1 option "permitopennet" added
Hello,
I send you a small patch about a "new" option called "permitopennet".
The behaviour is the same as "permitopen" except the accept/deny
statement is based on this syntax : "netblock/netmask:porta[-portb]".
Moreover, I also added some useful log lines : the uid is logged while
doing port forwarding.
Sample conf :
2016 Mar 08
0
ALLOCATE in a FORTRAN subroutine
On Mar 8, 2016, at 6:57 AM, MAURICE Jean - externe <jean-externe.maurice at edf.fr> wrote:
>> You can call (some) R functionality from C
> When I read about 'R api' I thought that we could call all the functionality of R. I think that in the windows world, this is called OLE automation. From a pure programmer point of view, it is very convenient and my customer is creating
2013 Apr 26
1
Partner node reboot issue
Dear Team, I came across one problem in Oracle RAC Database server with
OCFS2 file system.
When I manually un-plug the Ethernet cable of primary node, the secondary
node automatically restarted.
Regards,
Yuvrajsinh Chauhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Apr 27
1
difference between require and library
Hi,
Is there any other difference between 'require' and 'library' than the error or warning when the library is not found ?
Jean in France
-------------- next part --------------
Ce message et toutes les pi?ces jointes (ci-apr?s le 'Message') sont ?tablis ? l'intention exclusive des destinataires et les informations qui y figurent sont strictement confidentielles.
2016 Mar 07
0
ALLOCATE in a FORTRAN subroutine
> On 7 Mar 2016, at 16:45, MAURICE Jean - externe <jean-externe.maurice at edf.fr> wrote:
>
> Hi Martyn,
>
> Many thanks for your answer. If I make it short :
> we can, once we know how to do it, 'drive' R from within FORTRAN for example to do a
> Myarray = seq(0, mydimension)
> in R once we have compute mydimension in FORTRAN. Is that correct ?
I too
2004 Oct 26
0
R and objet database
Does anyone has already tried to use R with an object database such as
O2 or objectore, or versant ?
Does anyone knows an api to store R object in such a database and to
load R object from such a database ?
--------------------------------------------------------
Ce message et toutes les pieces jointes peuvent etre confidentiels, et, de plus, peuvent etre couverts par un privilege ou une
2016 Mar 08
2
ALLOCATE in a FORTRAN subroutine
> You can call (some) R functionality from C
When I read about 'R api' I thought that we could call all the functionality of R. I think that in the windows world, this is called OLE automation. From a pure programmer point of view, it is very convenient and my customer is creating a team of programmers. But, if only 'some' functionalities can be called, it's not so useful.