[FLR-list] Missing SR relationships

Mark Payne mpa at aqua.dtu.dk
Thu Apr 25 09:51:16 CEST 2013


Hi,

I am trying to fit some stock-recruitment relationships using the FLSR classes - this is the first time that I've played with them, and I have to say, I am very impressed with what you have setup here. However, it seems that there are a few missing that should be there according to the help file. ?SRModels gives me a nice list of the available models, but when I try the classic ar1 models, I get the following errors:

> data(nsher)
> model(nsher) <- "bevholt.ar1"
Error in do.call(value, list()) : could not find function "bevholt.ar1"
> model(nsher) <- bevholt.ar1()
Error: could not find function "bevholt.ar1"
> model(nsher) <- "ricker.ar1"
Error in do.call(value, list()) : could not find function "ricker.ar1"
> model(nsher) <- ricker.ar1()
Error: could not find function "ricker.ar1"

Any ideas?

Mark


More information about the flr-list mailing list