We currently have one model with covariates in FLCore, rickerCA
rec ~ a * (1 - c * covar) * ssb * exp(-b * ssb)
What would we need to make it work in FLasher? The sr slot in the new FLBiol can accomodate the covariate(s) FLQuant(s), but they would have to be passed via FLBiolCpp to FLasher Rcpp.
We currently have one model with covariates in FLCore, rickerCA
What would we need to make it work in FLasher? The sr slot in the new FLBiol can accomodate the covariate(s) FLQuant(s), but they would have to be passed via FLBiolCpp to FLasher Rcpp.