Re: [R] Error in dimnames(x) for Poisson EWMA model

2011-04-20 Thread David Winsemius
On Apr 20, 2011, at 3:05 PM, Ashley E. Jochim wrote: I am attempting to run a Poisson EWMA model using Patrick Brandt's source code. I get the following error when I run the code: Error in dimnames(x) <- dn : length of 'dimnames' [1] not equal to array extent Dimnames(x) looks like this:

[R] Error in dimnames(x) for Poisson EWMA model

2011-04-20 Thread Ashley E. Jochim
I am attempting to run a Poisson EWMA model using Patrick Brandt's source code. I get the following error when I run the code: Error in dimnames(x) <- dn : length of 'dimnames' [1] not equal to array extent Dimnames(x) looks like this: [[1]] NULL [[2]] [1] "mip" "div" "nom"