Displaying 9 results from an estimated 9 matches for "sgcib".
2003 Jul 15
3
clearing some part of a graph
...writes the previous title and do not replace it
2) How could I clear a whole plot (for example in a multiple figure
environment)
thanks for your help
vincent
******************************************************************
The sender's email address has changed to
firstname.lastname@ sgcib.com. You may want to update your
personal address book. Please see http://www.sgcib.com for more
information.
**
This message and any attachments (the "message") are confide...{{dropped}}
2003 Jul 25
5
named list 'start' in fitdistr
...tart$meanlog=0,start$sdlog=1)
Error: syntax error
How I am supposed to type a value for start depending on the distribution
on which I am fitting my set
thanks
******************************************************************
The sender's email address has changed to
firstname.lastname@ sgcib.com. You may want to update your
personal address book. Please see http://www.sgcib.com for more
information.
**
This message and any attachments (the "message") are confide...{{dropped}}
2003 Jul 15
1
function acf in package ts
...nes in the graph produced by the function
acf in the package ts represents the level for the test of significance of
the autocorrelation
thanks for help
vincent
******************************************************************
The sender's email address has changed to
firstname.lastname@ sgcib.com. You may want to update your
personal address book. Please see http://www.sgcib.com for more
information.
**
This message and any attachments (the "message") are confide...{{dropped}}
2003 Jul 28
2
defining and plotting functions thanks to equation
...do that. I could plot something with x a vector/set of value but I don't
know how to proceed with x belonging to a continuous interval
Thanks for any help.
******************************************************************
The sender's email address has changed to
firstname.lastname@ sgcib.com. You may want to update your
personal address book. Please see http://www.sgcib.com for more
information.
**
This message and any attachments (the "message") are confide...{{dropped}}
2003 Aug 05
1
error message in fitdistr
...I chose the parameter start randomly
I don't understand the error message. Has anybody ever encountered such
one?
thanks for the help
have a wonderful day
******************************************************************
The sender's email address has changed to
firstname.lastname@ sgcib.com. You may want to update your
personal address book. Please see http://www.sgcib.com for more
information.
**
This message and any attachments (the "message") are confide...{{dropped}}
2007 Dec 14
0
options("defaultPackages") was not found [C1]
...ib.loc, character.only = TRUE, logical =
TRUE,
in options("defaultPackages") was not found
i modified the DESCRIPTION file as follows
Package: DLOGPackage
Type: Package
Title: A test package
Version: 1.0
Date: 2007-12-14
Author: Shaun HUGHES
Maintainer: Shaun HUGHES <shaun.hughes at sgcib.com>
Description: Just a test custom package
Depends: R (>= 2.5.1)
License: GPL (Version 3 or later)
Version : R version 2.5.1 (2007-06-27)
OS Windows XP SP2
Cordialement,
--------------------------------------------------
Shaun HUGHES
ITEC/GED/DAI/RTM
+33 (0)1 58 98 27 54
-------------...
2008 Apr 07
1
Builind C code for R with cygwin [C1]
Hello,
I would like to build shared lib for R using cygwin environment. After
installing needed tools (mainly perl, make and compilers), I ran
R CMD SHLIB hw.c
But I get the following error :
$ R CMD SHLIB hw.c
c:/PROGRA~1/R/R-26~1.2/src/gnuwin32/MakeDll:82: *** multiple target
patterns. Stop.
Google it didn't give me any hints.
Thanks for your help.
Sylvain Archenault.
2008 Dec 12
1
Please help me in Converting this from C# to R [C1]
Please, can you tell me if you know how can i use the library Igraph in C#
?
Thanks
Nadifi Taoufik
*************************************************************************
This message and any attachments (the "message") are con...{{dropped:15}}
2008 Jul 25
1
S4 class and Package NAMESPACE [NC]
Hello,
I am trying to make a R package with S4 classes. To do so, i do as usual
(when no S4 were involved, i.e without NAMESPACE file) and I've got errors
in class refering to other classes in the package.
So I use a NAMESPACE file to declare classes, it works fine, but now I
have to declare each functions in the NAMESPACE file. Since I have a lot
of functions, it's not very easy.