search for: pgilbert

Displaying 20 results from an estimated 304 matches for "pgilbert".

Did you mean: gilbert
1999 Dec 21
1
DSE revised for R 0.90.1
A slightly revised version of my DSE package for multi-variate time series analysis is now available at <www.bank-banque-canada.ca/pgilbert>. This version works with R 0.90.1 (and not with R 90.0 or earlier versions). It can also be installed with install.packages(c("syskern", "tframe", "dse"), contriburl="http://www.bank-banque-canada.ca/pgilbert/dse/R") A draft version of the new users g...
1999 Dec 21
1
DSE revised for R 0.90.1
A slightly revised version of my DSE package for multi-variate time series analysis is now available at <www.bank-banque-canada.ca/pgilbert>. This version works with R 0.90.1 (and not with R 90.0 or earlier versions). It can also be installed with install.packages(c("syskern", "tframe", "dse"), contriburl="http://www.bank-banque-canada.ca/pgilbert/dse/R") A draft version of the new users g...
2000 Oct 04
3
R 1.2 build
I've been trying to build a bundle with the R-devel snapshot from yesterday. (Yes I know it is unstable and just tell me if I shouldn't be trying to do this yet.) It is failing with the message tar : /dev/rmt/0 : Permission denied It happens after "removing junk files" and just after the message "building dse_2000.9-1.tar.gz" It looks to be coming from the line in
1998 Apr 02
2
f2c
I have a problem with my dynamically loaded code in R not finding pow_ii, which for some time I thought was because library f2c is not on my Sparcstation. However, I have now been experiencing the same problem in Linux, with all the proper libraries in place. My incomplete understanding of elf and shared libraries does not help, but when compiling a complete program I usually muddle through.
1998 Nov 18
4
more on "[<-"
"[<-" in R 0.63 does not appear to strip attributes, whereas Splus and previous versions of R did. Paul _____ R 0.63: > data <- matrix(rnorm(300),100,3) > attr(data, "tframe") <- c(1981.50, 2006.25 , 4.00) > attributes(data) $dim [1] 100 3 $tframe [1] 1981.50 2006.25 4.00 > z <- data[10:90,] > attributes(z) $dim [1] 81 3 $tframe [1]
1999 Jul 08
1
summary.default & is.recursive (PR#221)
Paul Gilbert <pgilbert@bank-banque-canada.ca> writes: > is.recursive(list(z, a=list(1:3)) ) > > R64.2:> [1] FALSE > Splus3.3> [1] T Yup, it's a bug. Cc'ed to r-bugs so that we don't forget. > is.recursive(list(1,2)) [1] FALSE > is.recursive(pairlist(1,2)) [1] TRUE [maybe Mart...
1999 Dec 01
2
./config.site
I just tried to load r-devel (using rsync -r rsync.r-project.org::r-devel) and I get "operation not permitted" when I try ./configure. It appears the permissions and sticky bits are messed up again. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2007 May 30
2
S4 assignment \alias and \usage
What is the Rd file alias and usage syntax for an S4 assignment method? I have been trying variations on \alias{TSdoc<-,default-method} \usage{ \S4method{TSdoc}{default}(x) <- value but so far I have not got it right according to various codoc, etc, checks. Paul Gilbert ==================================================================================== La version fran?aise
1998 Apr 02
2
prcomp
I've noticed that the arguments and result list of prcomp in the mva package (with 61.1) are not quite the same as in the Blue Book and in Splus. Is this intentional or can I change it? If I change it who should I send the code to? Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read
2000 Apr 28
2
Rd files with multiple functions?
There was at one time some discussion about supporting documentation of multiple functions in one Rd file. Is that supported or still in the plans? Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2003 Jun 10
1
Fwd: dse package - load failure
...m running R under Windows 2000/XP, and that the download works properly under 1.062 but not under 1.070. Diethelm >Date: Tue, 10 Jun 2003 19:25:33 +0200 >To: r-devel@stat.math.ethz.ch >From: Diethelm Wuertz <wuertz@itp.phys.ethz.ch> >Subject: dse package - load failure >Cc: pgilbert@bank-banque-canada.ca > >Dear Paul, >Hello R Maintainers, > >I'm for the first time here and I hope its the right place to give the >following information: > >The contributed R-package "dse" fails to be loaded from the menu button(s). >The reason is that it...
2005 Jun 08
1
FW: Random seed problem in MCMC coupling of chains
And a last post from Paul Gilbert. Thanks to all! This disscusion was really beneficial for me! -----Original Message----- From: Paul Gilbert [mailto:pgilbert at bank-banque-canada.ca] Sent: sre 2005-06-08 21:01 To: Gorjanc Gregor Subject: Re: [R] Random seed problem in MCMC coupling of chains Gorjanc Gregor wrote: > Thanks to Paul and Gabor for additional tips/examples. Actually, I find > Pauls suggestion with setRNG also nice and is exactly wha...
1998 Jan 16
0
R-beta: DSE time series package
...================================================= An R version of my multivariate time series package (DSE) is now available at CRAN/src/contrib/devel/dse.v.98.1alphaR.tar.gz and it should be reflected at the mirrors shortly. The User's Guide is available at http://www.bank-banque-canada.ca/pgilbert HTML help documentation is distributed with the code and is also available at the above web site. (The web page is a bit out of date but I hope to fix that soon.) The tar file includes two other packages which may be of interest by themselves. The first, called syskern, provides a kernel of func...
1998 Jan 16
0
R-beta: DSE time series package
...================================================= An R version of my multivariate time series package (DSE) is now available at CRAN/src/contrib/devel/dse.v.98.1alphaR.tar.gz and it should be reflected at the mirrors shortly. The User's Guide is available at http://www.bank-banque-canada.ca/pgilbert HTML help documentation is distributed with the code and is also available at the above web site. (The web page is a bit out of date but I hope to fix that soon.) The tar file includes two other packages which may be of interest by themselves. The first, called syskern, provides a kernel of func...
2000 Apr 10
2
00Index of data
The "data index" is mentioned in the R Extensions Writer guide as >> The subdirectory should contain a `00Index' file >> that describes the datasets available. I'm not sure what the official format is suppose to be, but given that it displays like an index, this has to be a very short description which I find somewhat inadequate. Some of my data sets are multivariate
2000 Jun 27
2
R as a server in client server computing
I like to have a continuously running R process, which can receive a dataframe from a client (over TCP/IP), does some processing, and sends some data back. What is the prefered way to do this? Using the socket interface? Using omega's CORBA stuff? Does anyone has example code for doing so? Thanks for any help Regards -- Dr. Jens Oehlschl?gel-Akiyoshi Analyse MD FACTORY GmbH Gr?nstr. 15
2000 Jan 17
3
RNG initialization
It would be nice to be able to initialize the random-number generator with a single long argument; I can see that in principle this could be done by writing an access method, do_RNGinit (or whatever) for RNG_Init. I had trouble with the technical details, possibly because of long/int incompatibilities. Any chance of this happening? -- Ben Bolker
1998 Jun 16
2
62.1 make problems
I'm just trying to install 62.1 under Solaris. Making the program reports no errors, but when I try to run R I get ld.so.1: /home/res8/gilp/R-versions/R-0.62.1/bin/R.binary: fatal: libF77.so.2: can't open file: errno=2 Is there any standard place where I should be looking to find libF77? When make moves on to building the documents I get the errors below. (Is this because configure did
1999 Nov 22
2
R-0.90.0 untar
I had a couple of problems getting R 0.90.0. In case anyone has similar problems, I though I would mention them. 1/ I can't use "ftp cvs.r-project.org" from either home or work. The ftp service does not seem to be available. Perhaps this is intended. I only discovered it because I thought the file I got through Netscape might be corrupted. (I don't understand why Netscape
1998 Jun 25
0
R-beta: DSE package
There is now an "alpha" version of my DSE time series library available at <http://www.bank-banque-canada.ca/pgilbert>. The main changes between this and the version in the development area of CRAN are for installing under R 0.62.1. There are also a few bug fixes. I have so far only tested on Solaris, but hope to test on Linux in the next few days. If anyone installs the package and runs the tests on other op...