flr / FLa4a

The repository for the JRC initiative on stock assessment
https://fishreg.jrc.ec.europa.eu/web/a4a
12 stars 6 forks source link

nopar not computed correctly !? #14

Closed ejardim closed 10 years ago

ejardim commented 11 years ago

I computed the no. pars as nage+2*ny+fk+qk . It seems to be missing the variance model parameters.

colinpmillar commented 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",]

ejardim commented 10 years ago

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.