Displaying 20 results from an estimated 3000 matches similar to: "dse package - load failure"
2003 Jun 10
1
Fwd: dse package - load failure
Hello,
Sorry a second time again,
Maybe I have to add that I'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
2005 Dec 23
1
dse package problems
I am having problems with the package dse. I just installed R 2.2.1
and reinstalled all packages. I am running Windows XP Pro with all
updates.
Below there are two examples of error messages generated when trying
to execute some simple programs. The code was taken directly from the
package documentation.
Any help on this will be greatly appreciated.
Merry Christmas
Fernando
2005 Jul 11
2
Misbehaviour of DSE
Folks,
I am finding problems with using "dse":
> library(dse1)
Loading required package: tframe
Error: c("package '%s' required by '%s' could not be found", "setRNG", "dse1")
> library(dse2)
Loading required package: setRNG
Error: package 'setRNG' could not be loaded
In addition: Warning message:
there is no package called
2003 Apr 23
1
Bug in versioned install (was: (fwd) R-1.7.0 : Problem with Downloading "dse") (PR#2827)
The reason dse won't install is because of the new versioned install
code. It assumes that it's dealing with a plain package, and doesn't
handle bundles properly.
Robert, could you look at that?
A workaround is as follows. After the install.packages call fails
with this message
>Error in file(file, "r") : unable to open connection
>In addition: Warning message:
2009 Nov 07
0
new dse package
With the release of R-2.10.0 I have divided the dse bundle into packages. The bundled package dse1 and part of dse2 are now in the new package dse. The remaining part of dse2 is in a new package EvalEst. The package dse does multivariate ARMA and state space time series modelling and forecasting, while package EvalEst is now focused on the evaluation of estimation methods. To aid transition, there
2009 Nov 07
0
new dse package
With the release of R-2.10.0 I have divided the dse bundle into packages. The bundled package dse1 and part of dse2 are now in the new package dse. The remaining part of dse2 is in a new package EvalEst. The package dse does multivariate ARMA and state space time series modelling and forecasting, while package EvalEst is now focused on the evaluation of estimation methods. To aid transition, there
2004 Feb 26
1
unable to install dse in mac OS X 10.3
I would like to request help with the installation of dse in raqua in mac
os x 10.3. I get the following error message after the messages indicating
that parts were successfully installed.
I would be most grateful for a solution.
-----------------------------------------
* Installing *source* package 'setRNG' ...
** R
** inst
** help
>>> Building/Updating help pages for
2001 Jul 12
2
Package DSE
Hi,
If I try to do this:
if(is.R()) data("eg1.DSE.data.diff", package="dse1")
model <- est.VARX.ls(eg1.DSE.data.diff)
(Page 14 - DSE Package Manual)
I obtain a Segment Violation.
I use R-1.3.0 and the last dse package version
Maximino Ameneiro Gomez
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2004 Feb 15
1
Error Installing dse Package
Hi there,
I ran into some trouble trying to install the dse library on os 10.3
with RAqua as the installation of the dse1 package failed. On the R
console I got the error message
Warning message:
Installation of package dse had non-zero exit status in:
install.packages(ui.pkgs, CRAN = getOption(where), lib =
.libPaths()[1])
>
and the console of the os x said
gcc -bundle -flat_namespace
2002 Mar 08
4
ARMA and ARIMA modeling
I'd like to play with ARIMA models of stock prices, but I am a complete novice.
Could some kind soul explain the relationship among packages "ts", "tseries",
"dse", "dse2", and "fracdiff"? Are they 'competing' products or does one
depend on another? Where would be the best place for a novice to begin?
Thanks for any advice.
PS. I
1999 Nov 24
0
Re: DSE package for multi-variate time series (Please Read (Out of Office))
** Reply Requested When Convenient **
I will be attending a class during the week of November 29. I will get back to you as quickly as possible. If you need to reach me immediately by phone talk with Barb Severs or Diane Terry.
Thank you
David J. Krassen
>>> r-help 11/24/99 10:46 >>>
A new version of my DSE package for multi-variate time series analysis
is
now available
2008 May 21
3
Problem with R or fBasics Package (PR#11495)
I have a problem wirh R: After loding fBasics packages log funtion doesn't
work like as fallow:
Cenap ERDEMIR
Hacettepe University
Turkey
> log(20)
[1] 2.995732
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: fImport
Loading required package: fSeries
Loading required package: robustbase
1997 Dec 11
0
R-alpha: libraries
>>>>> Paul Gilbert writes:
> I have been trying to set up my time series library with the new
> library mechanism. It is a fairly large amount of code and previously
> I split it into five pieces in order to load it into R. (Has anything
> changed which might suggest I shouldn't need to do this anymore?) The
> five files are called dse1, dse2, dsex1, dsex2, and
1999 Jul 27
2
Memory profiling/benchmarking
Hi,
As a project for a computer performance analysis paper I am taking this semester,
I am going to look at the performance of the memory manager in R, with the aim of
determining how fast it is and which areas most need improvement. The idea is
that I will compare various versions of R, starting with 0.64.2, and then at a
few stages in the implementation of the new memory management scheme (of
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd
like to suggest some changes to how package bundles are handled.
My understanding is that a package bundle is essentially a convenient way to
distribute related packages, so that users can download/install them in one
shot. However, some users apparently get confused that one can do
install.packages("abundle")
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd
like to suggest some changes to how package bundles are handled.
My understanding is that a package bundle is essentially a convenient way to
distribute related packages, so that users can download/install them in one
shot. However, some users apparently get confused that one can do
install.packages("abundle")
2007 Oct 31
1
problem with package fSeries
Helo,
please look at the log below: after loading the fSeries library, I can not use the log function. Is this a bug or what am I doing wrong?
Because of this, I'm unable to use the garch library.
thanks a lot for any help,
Balazs Torma
> log(1)
[1] 0
> require("fSeries")
Loading required package: fSeries
Loading required package: robustbase
Loading required package:
2004 Nov 10
2
fSeries
Good morning everyone,
I use for the first time the package fSeries and i try to run the example
given by Diethelm Würtz. But when i run its example which is the following
#
# Example:
# Model a GARCH time series process
#
# Description:
# PART I: Estimate GARCH models of the following type ARCH(2)
# and GARCH(1,1) with normal conditional distribution functions.
# PART II: Simulate
2004 Jun 13
1
Rmetrics - New Built 190.10055
*June 13, 2004
Rmetrics - new Built 190.10055
Rmetrics is an environment and a collection of functions
for teaching financial engineering and computational finance
*The new built should now run out of the box under Windows, Linux, and
Mac OSX. In addition new functionality has been added, and some fixes
has been done. New functions and example files have been added. Please
inspect the FAQ and
2009 Jul 13
2
dse model setup help
I tried to specify a model in dse1 but something isn't right. Anybody
have any tips?
model<-SS(F=f,G=g,H=h,Q=q,z0=z,P0=p)
Error in locateSS(model$R, constants$R, "R", p, p, plist) :
The dimension of something in the SS model structure is bad.
> dim(f)
[1] 5 5
> dim(g)
[1] 5 1
> dim(h)
[1] 1 5
> dim(q)
[1] 5 5
> dim(z)
[1] 5 1
> dim(p)
[1] 5 5
thanks,
Bob