Displaying 20 results from an estimated 500 matches similar to: "Problem with urca package"
2008 Nov 12
2
problem with urca package
Dear R users,
I have the joined txt file in the following direct directory C://
I have written the following lines:
library(urca);
PIBTUN<-read.table("C:/AF.txt", header=F);
ur.df(PIBTUN,type='none',lags=1)
but I have obtained the following message:
Error in embed(z, lags) : 'x' is not a vector or matrix
I don't What's the problem, can you please help me
Thank
2019 Feb 26
1
Gpo computer not applied a boot system
Bonjour à tous
depuis maintenant un certain temps je tire mes cheveux et ne comprends pas
la source de mon problème.
après une migration de samba 3 pdc vers samba 4.8.5 AD, au démarrage d’un
client Windows, l’ordinateur gpo n’est pas appliqué au démarrage.
Dans les journaux Windows, il y a 1058 erreurs d'objet de stratégie de
groupe et samba côté serveur. Voici les journaux:
Mise à jour du
2008 Apr 07
1
'URCA' is not a valid package Error
Thank you Matthieu for your helpful suggestions.
Unfortunately I still have problems.
I have tried to compile it via your suggestion.
"
this is strange... you should have the usual summary...
I have on my machine
library(urca)
test2<-ur.df(nottem, type="none", lags=1)
summary(test2)
"
When I type in "library(urca)" I receive the following.
"Error in
2005 Feb 25
1
summary method in URCA package doesn't work
I can't figure out how to get the "summary" method in the URCA package to
work.
E.g. when I use the following code fragment in the help for the "ca.jo"
function,
it always tries to use the "summary" method from the "base" package,
not the "urca" package.
How do I force it use the "summary" method of the "urca" package?
2007 May 15
1
urca package - summary method -
Hi
I am using the package urca and I am interested about the KPSS test.
That works fine except the method "summary" did not work in the script,
only when it is typed direct in the console the results are shown( not a
source file).
Is there any problem with these method ?
2011 Aug 22
0
Did I find a bug on TSERIES or URCA packages?
I'm tring the functions to check the cointegration of a matrix.
I'm using **Phillips & Ouliaris Cointegration Test**
The function in *tseries* package is **po.test** and **ca.po** in *urca*
The results with **URCA** are:
> ca.po(prices, demean='none')
########################################
# Phillips and Ouliaris Unit Root Test #
2004 Mar 26
0
Package update: 'urca' version 0.3-3
Dear R-list member,
an update of package 'urca' has been uploaded to CRAN (Mirror: Austria).
In the updated release unit root and cointegration tests encountered in
applied econometric analysis are implemented. The package is written in
'pure' R and utilises S4 classes.
In particular, the Johansen procedure with likelihood ratio tests for the
inclusion of a linear trend,
2008 Dec 16
1
Cointegration and ECM in Package {urca}
Dear R Core Team,
I am using package {urca} to do cointegration and estimate ECM model,
but I have the following two problems:
(1) I use ca.jo() to do cointegration first and can get the
cointegration rank, alpha and beta. The next step is to test some
restrictions on beta with blrtest(),bh5lrtest(), and bh6lrtest(). But
none of them can add restrictions on all the cointegration
2012 Feb 07
0
A question on p-value of Unit Root Tests using “urca” toolbox
A question on p-value of Unit Root Tests using “urca” toolbox
There’s a function “punitroot” on unit root probability value
punitroot(q, N = Inf, trend = c("c", "nc", "ct", "ctt"), statistic = c("t",
"n"), na.rm = FALSE)
To my knowledge, “c” means “const” or intercept, “nc” means no const or
intercept, and “ct” means time trend
2007 May 25
0
Fwd: How to obtain cointegrated relationship from ca.jo in urca package?
An embedded message was scrubbed...
From: adschai at optonline.net
Subject: How to obtain cointegrated relationship from ca.jo in urca package?
Date: Fri, 25 May 2007 01:58:55 +0000 (GMT)
Size: 1427
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070525/4a57bcc3/attachment.mht
2007 Apr 08
0
Re: [news-wxruby2---preview-0.0.39-released-][20330] problème de police dans Traducteur-wxruby
Bonjour
sebastien bureaux wrote:
> Bonjour, en fait quand j'ouvre un fichier texte,
> par exemple, avec Traducteur-wxruby, la taille de
> la police est normale jusqu'à un certain nombre de ligne, ensuite elle devient
> toute petite. pourquoi? Je ne sais pas comment résoudre le problème.
> Il faut à peu près dépasser les 1000 lignes pour que la taille change.
> Merci pour
2007 May 25
0
How to obtain cointegrated relationship from ca.jo in urca package?
Hi,
I can plot the ca.jo package to view the cointegrated relationship for each eigen value. Or I can use the normalized eigen vector to reconstruct the cointegrated relationship series. However, since the package can plot that for me, I wonder is there any specific slot/method in the class from where I can invoke to get this relationship instead of doing a duplicated work? Thank you.
- adschai
2009 Sep 02
0
Cointegration/urca package
Hello!
I estimate vector error correction model (vecm) model. I have only one cointegratio relationship. I write :
joh.vecm.rls <- cajorls(joh.vecm, r=1)
The output estimation is :
Call:
lm(formula = substitute(form1), data = data.mat)
Coefficients:
up.d expl.d upd.d r.d
ect1 -1.34e-01 4.55e+02 6.91e+00 2.43e+03
constant
2008 Jan 10
1
question regarding kpss tests from urca, uroot and tseries packages
Hi R users!
I've come across using kpss tests for time series analysis and i have a question that troubles me since i don't have much experience with time series and the mathematical part underlining it.
x<-c(253, 252, 275, 275, 272, 254, 272, 252, 249, 300, 244,
258, 255, 285, 301, 278, 279, 304, 275, 276, 313, 292, 302,
322, 281, 298, 305, 295, 286, 327, 286, 270, 289, 293, 287,
2012 Feb 03
1
A question on Unit Root Test using "urca" toolbox
Hello,
I have a question on unit root test with urca toolbox.
First, to run a unit root test with lags selected by BIC, I type:
> CPILD4UR<-ur.df(x1$CPILD4[5:nr1], type ="drift", lags=12, selectlags ="BIC")
> summary(CPILD4UR)
The results indicate that the optimal lags selected by BIC is 4.
Then I run the same unit root test with drift and 4 lags:
2004 Mar 09
1
bug(?) in chisq.test
This is a message for whoever maintains "chisq.test": For an
outcome more extreme than 2000 simulations, a Monte Carlo p-value of "<
2.2e-16" was printed. Ripley said the proper p-value for such cases
should be 1/(B+1) = 1/2001. This can be easily fixed by adding
"if(PVAL==0)PVAL <- 1/(B+1)" right after the following line in the code
for chisq.test (in R
2002 May 12
0
Internet Explorer and GIFs
J'ai abandonne Internet Explorer pour Netscape,
l'installation est bien plus facile.
--- Benoit JOURNAUX <cordochim@be.tf> a ?crit?: >
> Bonjour,
> Je pense rencontrer le m?me probl?me, avez vous
> trouv? une solution ?
>
>
> Cordonnerie Maroquinerie Chimacienne
> Place froissart, 26
> 6460 CHIMAY
> 32 60 213638
> www.cordochim.be.tf
>
2011 Aug 12
2
Samba 3.6.0: unable to list Active Directoy users
Dear all
I have upgraded my Samba from 3.5.x to a newest 3.6.0 version.
My Samba is connected to an Active Directory 2008 R2
the "getent passwd" did not display any ActiveDirectoy Domains users.
the "net ads group" display correctly the ActiveDirectory groups :
net ads group
Administrateurs
Utilisateurs
Invit?s
Op?rateurs d?impression
Op?rateurs de sauvegarde
Duplicateurs
2007 Nov 15
0
9 commits - data/Makefile.am player/swfdec-player.ui player/swfdec-window.c po/fr.po po/POTFILES.in po/POTFILES.skip thumbnailer/Makefile.am
data/Makefile.am | 8 ++---
player/swfdec-player.ui | 22 +++++++-------
player/swfdec-window.c | 2 -
po/POTFILES.in | 1
po/POTFILES.skip | 1
po/fr.po | 72 ++++++++++++++++++++++++++++++++----------------
thumbnailer/Makefile.am | 20 +++++--------
7 files changed, 74 insertions(+), 52 deletions(-)
New commits:
commit
2013 Aug 27
0
Vos nouveaux tarifs "panneaux Akilux" et impression brochures
--------------------------------------------------------------------------------
Cette newsletter vous a ?t? envoy?e au format graphique HTML.
Si vous lisez cette version, alors votre logiciel de messagerie pr?f?re les e-mails au format texte.
Vous pouvez lire la version originale en ligne:
http://ymlp225.net/z2Sppv
--------------------------------------------------------------------------------