Displaying 20 results from an estimated 60000 matches similar to: "How to apply HEGY test in R"
2010 Jun 25
0
HEGY.test, error "Mypi not found"
Hi,
I'd like to use the HEGY test from the uroot package (s. attachment) and get
the following error message:
error in dimnames(Mypi)[[2]] <- paste("Ypi", 1:s, sep = "") :
Object 'Mypi' not found
For the air passenger example on
http://127.0.0.1:11997/library/uroot/html/HEGY.test.html it works, but for
my time series it doesn't (giving names to the
2005 Mar 24
0
critical value for HEGY test in uroot
R-users,
i have some time series and use HEGY seasonal UR tests in the uroot package.
But i have problems with interpretation of t and F statistics. Is there any
critical values for these tests in R? is anybody ever write a bootstrap of
these tests?
thanks for advance, with all my bests, erik.
=================================
Erik-André SAULEAU
SEAIM
Centre Hospitalier
87, Avenue
2006 Dec 02
1
Problem with CH.test in uroot package
Dear friends, I installed the package “uroot” then I wrote library (uroot) and I entered a series entitled extp, in spite of that the problem persite. In short,here are what I wrote and the message that I obtained:
> library(uroot)
> extp=c(1,3,10,14,12,5,8,12,13,15,9,8,7,10,9,7,3,10,3,11,12,7,4,9,8,10,20,17)
> CH.test (wts=extp, frec=c(1,1), f0=1, DetTr=FALSE, ltrunc=NULL)
Erreur dans
2005 Jun 29
2
comparison of packages for Unit Root test
Dear R Users,
Could somebody please compare the packages of unit root test ( Uroot, Ucra, tseries and fseries ) regarding the type of test ( without constant and trend, with constant , and with constant and trend ) ?
Regards,
Amir Safari
---------------------------------
Rekindle the Rivalries. Sign up for Fantasy Football
[[alternative HTML version deleted]]
2005 Aug 29
2
test for readline installation fails if installation location non-standard (PR#8104)
Full_Name: D Kreil
Version: 2.1.1
OS: HP-UX B.11.23 U ia64 0029870451 unlimited-user license
Submission from: (NULL) (62.178.15.60)
When the dependency readline is installed in a non-standard location the
installation procedure fails.
If using a non-standard installation location like
--prefix=/bi/common --exec-prefix=/bi/arch
the configure script default include and library paths should
2023 Mar 20
1
FAILED: patch "[PATCH] ocfs2: fix data corruption after failed write" failed to apply to 4.19-stable tree
The patch below does not apply to the 4.19-stable tree.
If someone wants it applied there, or to any other stable or longterm
tree, then please email the backport, including the original git commit
id to <stable at vger.kernel.org>.
To reproduce the conflict and resubmit, you may use the following commands:
git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
2014 Nov 02
2
Re: KVM incremental backup using CBT
> > A quick google search found this:
> > http://callecalle.uach.cl/ovirt-engine/docs/manual/en_US/html/Technical_Gu
> > id e/QEMU_Guest_Agent_Overview.html
> >
> > Sadly, it didn't spell out the name of where you install hook scripts
> > into the guest. But this commit is pretty telling:
> >
2012 Jul 03
0
need help EM algorithm to find MLE of coeff in mixed effects model
Dear All,
have a general question about coefficients estimation of the mixed model.
I simulated a very basic model: Y|b=X*\beta+Z*b +\sigma^2* diag(ni);
b follows
N(0,\psi) #i.e. bivariate normal
where b is the latent variable, Z and X are ni*2 design matrices, sigma is
the error variance,
Y are longitudinal data, i.e. there are ni
2005 Jul 08
1
small lan - novice - 2
Hi,
armed with Samba-3 -by example I proceeded to test my 2 linux lan
[suselinux pro 9.1 with Samba 3.0.9-2.6-suse].
I followed instructions and made the smb.config as small as possiblw:
[global]
workgroup = snj
server string = Samba Server
guest ok = yes
[orb]
comment = removable 2.2 gb hd
path = /orb
browsable = yes
read only = no
However, I was stumped practically immediately as you can
2007 Nov 01
1
Need help on an error, when looding library(uroot)
Hi
When I'm looding the library "uroot" something happens with the basic R code
that handles numeric classes. Its looks like a bug but I cant isolate the
problem. So hopfully one of you smart guys out there can give me some help.
This is how the problem looks. Take for example the vector
TEST <- c("1","2") which I want to transform it to a numeric vector. I
2010 Dec 03
0
Calculating weekly/bi-monthly average for time series data
Dear all, given a daily time series data, I am able to calculate monthly average, quarterly average like:
library(zoo)
dat <- zooreg(rnorm(500), start=as.Date("2000-01-01"), frequency=1)
mo.ave <- aggregate(dat, as.yearmon(index(dat)), "mean")
head(dat)
head(mo.ave)
However is there any direct way like above to calculate the weekly average, bi-monthly average?
Thanks
2007 Sep 24
0
[LLVMdev] RFC: Tail call optimization X86
Hi Arnold,
This is a very good first step! Thanks! Comments below.
Evan
Index: test/CodeGen/X86/constant-pool-remat-0.ll
===================================================================
--- test/CodeGen/X86/constant-pool-remat-0.ll (revision 42247)
+++ test/CodeGen/X86/constant-pool-remat-0.ll (working copy)
@@ -1,8 +1,10 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep LCPI | count 3
;
2009 Jun 13
1
Pulse #0902
Hi all,
I have started working on the next Pulse issue #0902 and therefor
copied the template to the Editing section.
I would like to contribute the following articles:
A short introduction of the Artwork SIG
Getting started with Multimedia on CentOS
Also I would suggest to create a monthly newsletter instead of
bi-weekly, as we are all very busy, I guess ;)
It would be great if ppl like Russ
2023 Mar 20
2
FAILED: patch "[PATCH] ocfs2: fix data corruption after failed write" failed to apply to 5.10-stable tree
The patch below does not apply to the 5.10-stable tree.
If someone wants it applied there, or to any other stable or longterm
tree, then please email the backport, including the original git commit
id to <stable at vger.kernel.org>.
To reproduce the conflict and resubmit, you may use the following commands:
git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
2003 Dec 11
1
No joy adding a CUPS printer
I'm trying to change my Samba setup from LPD to CUPS, with little
success. I've followed [and re-followed] the setup documentation
from CUPS and I just can't get Samba to recognize my printer.
The catch is - it sort of recognizes it :-(
First I added these lines to my smb.conf:
=========================================
[global]
load printers = yes
printing = cups
printcap name =
2012 May 03
0
MLE for estimating the parameters of the TVECM in R
Dear Mr. Matthieu Stigler
i so excited for your package 'tsDyn'.
firstly introduce myself, i student at Gadjah Mada University,Indonesia.
i'am new user of R and applying it for solving Bi-Variate ( interest rate
and inflation ) with threshold vector error correction model.
now, i writing my final examination about threshold vector error correction
model and i use refference from paper
2002 Aug 20
1
(no subject)
Following the "security = domain in Samba 2.x" document in the SWAT
documentation page I do this:
root@pc194-79:/usr/local/samba/bin# smbpasswd -j MDU -r pv-mdu-server1
-Ujohnm%xxxxxxxx
Joined domain MDU.
root@pc194-79:/usr/local/samba/bin#
This is in [globals]:
security = DOMAIN
encrypt passwords = Yes
password server = pv-mdu-server1 pv-mdu-server2
And now I start Samba via smbd
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,
2005 Dec 14
0
Error when trying to view printer properties
I have a problem installing a printer shared to windows.
When I go to properties on the printer I have shared I get
Function address 0x606407fe caused a protection fault. (exception code
0xc0000005) Some or all property pages may not be displayed.
Using HP Inkjet 1200
samba-3.0.20b
edited mime.conv
and mime.types and uncomented lines
application/octet-stream application/vnd.cups-raw
2007 Feb 13
0
adf test: trend, no drift - rep: invalid 'times' argument
Hello!
I am applying the ADF.test function from package uroot to a time series of data. When I apply the full test, incorporating drift and trend terms, the regressor estimate of the drift term is not significantly different from zero. So I apply the test to a model without drift term, with deterministic trend only. But then I always get the following error: