If first fit my data column V1 to column V2 using normal "lm" fitting,

call it "fit1",

then I used "acf(fit1$residuals, type='cov', 40) " function to obtain the
autocovariance of the residuals,

and then constructed a autocovariance matrix, I chose it to be 40x40.

Call this autocovariance matrix B,

I then use the following "lm.gls" function to fit using the above weight
matrix:

But what's wrong with my weight matrix?

> fit8=lm.gls(V1~V2, data=data1, W=B, inverse=TRUE);
Error in lm.gls(V1 ~ V2, data = data1, W = B, inverse = TRUE) :
        dim(W) is not correct

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to