I tried to specify a model in dse1 but something isn't right. Anybody
have any tips?

 model<-SS(F=f,G=g,H=h,Q=q,z0=z,P0=p)
Error in locateSS(model$R, constants$R, "R", p, p, plist) :
  The dimension of something in the SS model structure is bad.

> dim(f)
[1] 5 5
> dim(g)
[1] 5 1
> dim(h)
[1] 1 5
> dim(q)
[1] 5 5
> dim(z)
[1] 5 1
> dim(p)
[1] 5 5

thanks,
Bob

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to