Re: [R] estimating Fstats in strucchange

2011-09-14 Thread Vikram Bahure
Thanks for your input. On Tue, Sep 13, 2011 at 2:19 PM, R. Michael Weylandt < michael.weyla...@gmail.com> wrote: > I'd suggest you read the documentation on Fstats by typing > > ? Fstats > > in your R window. You'll note that from/to are not "time" arguments but > rather indices of the object bei

Re: [R] estimating Fstats in strucchange

2011-09-13 Thread R. Michael Weylandt
I'd suggest you read the documentation on Fstats by typing ? Fstats in your R window. You'll note that from/to are not "time" arguments but rather indices of the object being passed in. This is the source of your problem: the documentation also suggests that if you pass from a two-value vector it

[R] estimating Fstats in strucchange

2011-09-13 Thread Vikram Bahure
Hi, I am new to R. It would be kind if I could get some help on this. I am using R to estimate Fstats but I am getting following error. a3 is annual GDP data from 1951 to 2010. > fs<- Fstats(ecm.model, from=1954, to = 1975,data=a3) Error in Fstats(ecm.model, from = 1954, to = 1975, data = a3)