Closed ejardim closed 10 years ago
seems to be working now
checked with
data(ple4) data(ple4.indices) fit <- a4a(stock = ple4, indices = ple4.indices, fit = "assessment")
length(unlist(coef( fit ))) fitSumm(fit)["nopar",]
Great !
On 18/01/14 00:10, Colin Millar wrote:
seems to be working now
checked with
data(ple4) data(ple4.indices) fit <- a4a(stock = ple4, indices = ple4.indices, fit = "assessment")
length(unlist(coef( fit ))) fitSumm(fit)["nopar",]
— Reply to this email directly or view it on GitHub https://github.com/flr/FLa4a/issues/14#issuecomment-32661552.
I computed the no. pars as nage+2*ny+fk+qk . It seems to be missing the variance model parameters.