View source: R/TMB_functions.r
kfTMB | R Documentation |
Fit the analytical solution for the Kalman Filter Ricker stock recruitment model
kfTMB(data, silent = FALSE, control = TMBcontrol(), fullLL = FALSE)
data |
A list or data frame containing Spawners (S) and Recruits (R) time series. No NA allowed at this point in time |
silent |
Logical Silent or optimization details? default is FALSE |
control |
output from TMBcontrol() function, to be passed to nlminb() |
fullLL |
Logical, indicate if the version with full LL should be used, default = False |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.