Displaying 20 results from an estimated 100 matches similar to: "efpFunctional construction (strucchange package)"
2011 Nov 02
1
nproc parameter in efpFunctional
Hello all,
could anyone explain the exact meaning of parameter nproc? Why different
values of nproc give so different critical values, i.e.
meanL2BB$computeCritval(0.05,nproc=3)
[1] 0.9984853
meanL2BB$computeCritval(0.05,nproc=1)
[1] 0.4594827
The strucchange-package description gives "integer specifying for which
number of processes Brownian motions should be simulated" - do I need
2005 Feb 18
2
Partial structural Change in STRUCCHANGE PACKAGE
Hi,
I am using the Strucchange package in R to test for structural change in regression coeffcient. Given a model y = b0 + b1*X + b2*Z, the Fstats test whether there is a change in both b1 and b2 over a time period.
Is there any way where I can restrict the test to hold b2 constant and test for break in only b1? That is, instead of a pure structural change, could I test for partial structural
2004 Aug 12
0
updated package strucchange 1.2-4
Dear useRs,
the strucchange package for testing for structural change
has been updated: the current version is 1.2-4.
The most significant additions were two functions gefp()
and efpFunctional().
gefp() implements a class of generalized M-fluctuation
tests for testing for parameter instability or structural
change in general parametric models including generalized
linear models (GLMs).
2004 Aug 12
0
updated package strucchange 1.2-4
Dear useRs,
the strucchange package for testing for structural change
has been updated: the current version is 1.2-4.
The most significant additions were two functions gefp()
and efpFunctional().
gefp() implements a class of generalized M-fluctuation
tests for testing for parameter instability or structural
change in general parametric models including generalized
linear models (GLMs).
2010 Jul 19
2
Help on R strucchange package
Hello,
Im using strucchange package in R software in order to apply Bai and
Peron (1998, 2003) structural break tests to a set of n=1671
observations with a constant term (no AR terms).
For that purpose I have read several papers, for instance Validating
Multiple Structural Change Models An Extended Case Study, in which
its aim is to replicate the results from Bai and Perron (2003) in R
2011 Oct 09
1
strucchange Nyblom-Hansen Test?
I want to apply Nyblom-Hansen test with the strucchange package, but I don't
know how is the correct way and what is the difference between the following
two approaches (leeding to different results):
data("longley")
# 1. Approach:
sctest(Employed ~ Year + GNP.deflator + GNP + Armed.Forces, data = longley,
type = "Nyblom-Hansen")
#results in:
# Score-based CUSUM
2010 Sep 27
1
One-sided CUSUM / MOSUM Tests?
Dear R-help list members,
I have the following question concerning the strucchange()-package: is
it possible to get the boundaries for one-sided (upper / lower) CUSUM
and MOSUM tests?
Thank you in advance.
Julia
2007 Jan 10
1
map data.frame() data after having linked them to a read.shape() object
Dear all,
I try to first link data in a data.frame() to a (polygon) read.shape()
object and then to plot a polygon map showing the data in the
data.frame. The first linking is called "link" in ArcView and "relate"
in ArcMap. I use the code shown below, though without success.
Help with this would be greatly appreciated.
Thanks!
Tord
require(maptools)
# Read shape file
2006 Dec 19
3
[LLVMdev] alias-aware scheduling
Hello,
I did a little experiment modifying LLVM to be able to use alias-analysis
information in scheduling so that independent memory operations may be
reordered.
Attached is a patch which implements this. I copied some routines from
DAGCombiner.cpp for using SDOperands with alias queries; it should
probably be factored out somewhere so the code can be shared. I
reorganized
2009 Nov 06
0
Error with strucchange/breakpoints
Hi,
I am trying to a strucutural change analysis on a certain data set. Attached
here, with variable name "xcd"
http://old.nabble.com/file/p26226190/xcd.rda xcd.rda
Am using the following command:
bp.inrz<-breakpoints(INR~SPX+WPI,data=xcd,h=26)
But keep on getting this error whatever variables i put in on the x side as
regressors:
Error in chol2inv(qr.R(qr(X))) :
element (3,
2008 Aug 02
1
running strucchange?
Greetings,
I'm complety new to "R" and have a question. I've read through a couple
of manuals but I'm having a problem with getting something run properly.
I'd like to attempt to use the "strucchange" package with some sample data
however I'm having trouble understanding the proper syntax of the commands
from which to do so. I basically want to take
2007 Dec 12
1
OS-dependent behaviour of strucchange?
Using the following code:
library(strucchange)
load(file="y.rda")
ar1<-formula(y~lag(y,k=-1))
plot(Fstats(ar1))
(where the the data file can be downloaded from
www.ne.su.se/~mlu/downloads/y.rda) I have a problem replicating
identical plots on different implementations of R for different
operating systems; I get completely different results under Debian Linux
compared to Windows XP.
2012 Feb 26
1
strucchange breakpoints (Bai and Perron, 1998, 2003)
If I try the breakpoints() function (strucchange package) with a minimum
segment size = the number of regressors, there appears the following error
message:
"minimum segment size must be greater than the number of regressors"
According to the documentation:
"breakpoints implements the algorithm described in Bai & Perron (2003) for
simultaneous estimation of multiple
2004 Jul 16
1
strucchange: breakpoints in inequally spaced data
Hello,
we want to identify breakpoints (different phases) in environmental
data, algae cell counts of three years with intervals between 7 and 30
days (N=40). We found that
breakpoints(cells ~1)
works great and identifies 5 very good breaks, however we are uncertain
about these, because the data are unequally spaced. Is there a way to
include the information about the measurement intervals,
2011 Sep 21
1
Strucchange gbreakpoints
Hi,
I am a new user to R.
I am using strucchange to generate breakpoints:
--------------------------------------------------------------------------------------
> res <- gbreakpoints(GDP.new ~ 1,data=a,h=2,breaks=5)
> print(res)
Optimal 6-segment partition for `lm' fit:
Call:
gbreakpoints(formula = GDP.new ~ 1, data = a, h = 2, breaks = 5)
Breakpoints at observation number:
2001 May 11
0
new package 'strucchange'
There is a new package in the devel-section of CRAN called 'strucchange'
providing functions for testing on structural change in linear
regression relationships.
It features tests/methods from the generalized fluctuation test
framework as well as from the F test (Chow test) framework. This
includes methods to fit, plot and test fluctuation processes (e.g.,
CUSUM, MOSUM, recursive/moving
2001 Sep 13
1
maintainer of strucchange unreachable?
It's two days I try to answer to a mail of Achim Zeileis, the maintainer of
strucchange package, using the mail address: zeileis at ci.tuwien.ac.at.
I got the following error:
----- The following addresses had permanent fatal errors -----
<zeileis at ci.tuwien.ac.at>
(reason: 550 5.7.1 <zeileis at ci.tuwien.ac.at>... Access denied)
Can anyone tell me how to reach him?
2004 Apr 16
1
Problem with breakpoints (strucchange)
Hola!
I am using package strucchange, and encounters the following:
> bp <- breakpoints(diesel90 ~ regress -1, h=NULL)
Error in La.chol2inv(x, size) : element (14, 14) is zero, so the
inverse cannot be computed
The obvious problems have been checked, that is, the model matrix is
of full rank. What can be causing this?
I can send some data if that can be of help.
Kjetil Halvorsen
2004 Jun 29
1
strucchange-esque inference for glms ?
hello R-world,
according to the strucchange package .pdf, "all procedures in this package are
concerned with testing or assessing deviations from stability in the classical
linear regression model."
i'd like to test/assess deviations from stability in the Poisson model.
is there a way to modify the strucchange package to suit my purposes, or should
i use be using another
2006 Jun 03
1
strucchange package for windows
Hi Achim,
I'd like to try to run the strucchange package on R. However, it
seems that the package can only run on systems running Debian and not
Windows XP. Is this true? Or is there a windows version? I downloaded
the strucchange file but they seem to have the dot deb extension and
seem to be designed to run with Debian.
If there is a windows version, could you please let me know how to