Displaying 3 results from an estimated 3 matches for "ovar".
Did you mean:
ova
2008 Aug 17
2
grangertest/lmtest ... what am I doing wrong ?
...?
a<-zoo(rnorm(100),order.by=1:100)
b<-lag(a)
regr<-na.exclude(merge(a,b))
plot(regr)
grangertest(regr[,1],regr[,2],3)
> a<-zoo(rnorm(100),order.by=1:100)
> b<-lag(a)
> regr<-na.exclude(merge(a,b))
> plot(regr)
> grangertest(regr[,1],regr[,2],3)
Error in solve(vc[ovar, ovar]) : subscript out of bounds
>
This works fine in granger.test from the MSBVAR package:
> a<-zoo(rnorm(100),order.by=1:100)
> b<-lag(a)
> regr<-na.exclude(merge(a,b))
> plot(regr)
> granger.test(regr,3)
F-statistic p-value
b -> a 1.259314e+34 0.000000...
2013 Apr 01
1
plm: Hausman Test error
...quot;, paste("x", 1:17, sep=""))
auxmod<-lm(y~x1+x2+x3+x4+x5+x6+x7+x8+x9+x10+x11+x12+x13+x14+x15+x16+x17-1,
auxdata)
return(waldtest(auxmod, 10:17)[2,4])
}
using the function above to choose between "fe" and "re"
hmtest(re,fe)
Error in solve(vc[ovar, ovar]) : subscript out of bounds
Not sure what's gone wrong this time. I would appreciate your comments!
--
View this message in context: http://r.789695.n4.nabble.com/plm-Hausman-Test-error-tp4662980.html
Sent from the R help mailing list archive at Nabble.com.
2007 Apr 16
3
Maildir, INDEX, and folders
I'm reading the wiki et el. regarding indexes, but can't come up with a
coherent answer to the setup and what will happen. I want to take the
indexes and move them off of NFS (~/Maildir) and place in
/var/spool/dovecot/indexes, but not have to hand create everything (user
homes, mail folders)
So, I create a parent folder /var/spool/dovecot/indexes that has the
appropriate permissions