similar to: R-beta: Time Series Analysis

Displaying 20 results from an estimated 7000 matches similar to: "R-beta: Time Series Analysis"

1997 Oct 17
1
R-beta: memory problem vith "dist" on W95
Using Rseptbeta for Windows 95 I encountered this problem: > library(mva) > data(quakes) > dist(quakes) Error: memory exhausted I'm using a pentium 133 with 32 MB ram memory! What I must to do? Thanks and excuse me for my english! Andrea Rossetti, rossetti at stat.unipg.it _______________________________________________________ Statistica & Informatica per la Gestione delle
1997 Dec 16
0
R-beta: Win95/NT
> From rossetti at stat.unipg.it Sat Dec 13 09:53 NZD 1997 > Date: Fri, 12 Dec 1997 21:47:58 +0100 > From: Andrea Rossetti <rossetti at stat.unipg.it> > MIME-Version: 1.0 > To: Robert Gentleman <rgentlem at stat.auckland.ac.nz>, r-devel <r-devel at stat.math.ethz.ch>, r-help <r-help at stat.math.ethz.ch> > Subject: Re: R-beta: new executable >
1997 Oct 29
4
R-beta: new executable
I have just put up a new executable as a replacement for the one in rseptbeta.zip there have only been a few changes; mostly to the menu's. I am about to start on a major overhaul including getting survival to work and grabbing the 0.60 version once it's stable. Please let me know about other enhancements you want.... robert
1997 Oct 29
4
R-beta: new executable
I have just put up a new executable as a replacement for the one in rseptbeta.zip there have only been a few changes; mostly to the menu's. I am about to start on a major overhaul including getting survival to work and grabbing the 0.60 version once it's stable. Please let me know about other enhancements you want.... robert
1997 Oct 20
0
R-beta: problem with cmdscale in rseptbeta for W95
I'm using rseptbeta for w95, I tried to do: library(mva) data(quakes) quakes<-quakes[sample(seq(1:1000),100),1:5] cmd.dsq<-cmdscale(dsq) Error in .C("dblcen", x, as.integer(n)) : C/Fortran function not in load table how can I solve this problem? Andrea Rossetti _______________________________________________________ Statistica & Informatica per la Gestione delle Imprese
1997 Oct 24
0
R-beta: Problem with cmdscale on R for W95
I'm using rseptbeta for w95, I tried to do: > library(mva) > data(eurodist) > cmdscale(eurodist) Error in .C("dblcen", x, as.integer(n)) : C/Fortran function not in load table > how can I solve this problem? Andrea Rossetti _______________________________________________________ Statistica & Informatica per la Gestione delle Imprese | Universit? degli Studi di
1997 Oct 18
0
R-beta: documentation
I'm using W95 rseptbeta how can I find documentation for: * eda, * mva, * spline, * survival4, libraries? Andrea Rossetti _______________________________________________________ Statistica & Informatica per la Gestione delle Imprese | Universit? degli Studi di Perugia (Italia) | iiasc home page: http://www.stat.unipg.it |
1998 Jan 01
1
R-beta: R on NT
I'm having trouble with R on NT. Sept 1 97 version 50 in file rsept works fine, except I can't boost the memory - either with the menu or with DOS command Rsept -v50 In fact, if I run in DOS command mode (no shortcut) I get NT error window: errno 1411. But then R runs. With rseptbeta and rsept31 versions, R starts for a millisecond and then disappears. I've tried replacing the
1998 Jan 28
1
R-beta: executable problem
I downloaded the rseptbeta.zip and exe.zip files for Windows (I'm running Win 95 4.00.950a) about three weeks ago and until now had been very impressed. Today the executable rsept.exe (dated 10/29/97) went strange. It would open a window and immediately close the window (I've seen this before when inadvertently trying to open certain non-windows applications within windows). Here is
1997 Dec 03
0
R-beta: generate a dll for R for win95
Hi, I've just downloaded a fracdiff.tar.gz (package for arima(p,d,q) modelling) I would like to plugh-in to R for windows 95 (rsept), how can I make a "*.dll" from the fortran code to put into "lib" directory, and a "library file" to put into "library" directory? Please help me I'm very interested in the arima modelling. Andrea Rossetti.
1998 Oct 15
1
Fwd: probably "round()" bug
>Date: Thu, 15 Oct 1998 15:30:22 +0200 >To: Guido Masarotto <guido at sirio.stat.unipd.it> >From: Andrea Rossetti <rossetti at stud.unipg.it> >Subject: probably "round()" bug > >Hi to all R people, >I'm using the Guido Masarotto's compiled R, version 0.62.3. >there is a probably bug in round function, in fact I've done: > >>
1998 Oct 15
1
Fwd: probably "round()" bug
>Date: Thu, 15 Oct 1998 15:30:22 +0200 >To: Guido Masarotto <guido at sirio.stat.unipd.it> >From: Andrea Rossetti <rossetti at stud.unipg.it> >Subject: probably "round()" bug > >Hi to all R people, >I'm using the Guido Masarotto's compiled R, version 0.62.3. >there is a probably bug in round function, in fact I've done: > >>
1997 Nov 16
0
R-beta: documentation?
Hi I'm an R for windows 95 user, where can I find documentation for "splines", "survival4", "eda" and "mva" packages? Andrea Rossetti. _______________________________________________________ Statistica & Informatica per la Gestione delle Imprese | Universit? degli Studi di Perugia (Italia) | iiasc home page: http://www.stat.unipg.it
2000 Feb 29
0
Reading the documentation (was isoMDS error message!!!)
> Date: Tue, 29 Feb 2000 17:03:51 +0100 (MET) > From: Andrea Rossetti <rossetti at markov.stat.unipg.it> [Mail to your address is undeliverable!!!] > I do this > > > valumod<-read.table("valu-medie.txt",header=T) > > library(mass) > > library(mva) > > valumod.x <- as.matrix(valumod) > > valumod.dist<-dist(valumod.x) > >
1997 Dec 09
1
[Fwd: R-beta: R 0.50 alpha]
Hi, I'm using the rsept for WINDOWS 95 (with modified men?, and "fixed" survival4). See the Ennapadam Venkatraman's example made in date 35/07/97 19.02 Ennapadam Venkatraman wrote: > library(splines) > library(survival4) > xx <- NULL > xx$ftim <- exp(-runif(100)) > xx$ctim <- 2*runif(100) > xx$sts <- 1*(xx$ftim <= xx$ctim) > xx$otim <-
2000 Mar 01
0
isoMDS error message!!! (fwd)
uhps!! I forgot to tell you that I'm running R 0.99.0 for windows32 on windows 95 osr2. Thank you very much for the latest R-1.0.0 (even if I don't tried it yet)!!! Andrea Rossetti University of Perugia (Italy) Statistical Science Department. ---------- Forwarded message ---------- Date: Tue, 29 Feb 2000 17:03:51 +0100 (MET) From: Andrea Rossetti <rossetti at markov.stat.unipg.it>
2003 Apr 02
4
Multivariate Time series
Dear R People: Is there a library for Multivariate time series, please? For some reason, I'm thinking that Dr. Paul Gilbert may have one? R Version 1.6.2 (i've updated!) for Windows Thanks so much! Sincerely, Erin Hodgess University of Houston - Downtown mailto: hodgess at uhddx01.dt.uh.edu
1999 Jan 28
2
time series analysis
Hello out there, in their "R Complements" to Modern Applied Statistics W. Venables and B. Ripley say that there is a lack of time series related functions in R compared to S plus. Looking at CRAN I didn't find much, too. As I have to learn something about +-basic ts analysis, e.g. spectral analysis, I would like to know whether somebody has developed a "unpublished" time
2007 Mar 15
1
vars :VARMA, multivariate time series?
I have a multivariate time series and I would like to build a forecasting model with both AR and MA terms, I think that this is possible in R. I have looked at the vars package and it looks like it is possible to estimate MA terms using the Phi and Psi functions but I am not sure how to incorporate the estimated terms into a forecasting model. I have also looked at the dse package, but have not
2001 Oct 31
3
Defining time series objects
Hi All, I am new to R, having used S-plus a number of years back. I would like to set up a time series object for forecasting, with data collected daily between 5th April 2001 and 16th September 2001. Any help would be most appreciated as I have been unable to find any suitable examples in the documentation. Thanks, Mark.