.map_gkwreg_to_tmb_param {gkwreg} | R Documentation |
Map gkwreg parameter index to TMB parameter index
Description
Map gkwreg parameter index to TMB parameter index
Usage
.map_gkwreg_to_tmb_param(object, param_idx)
Arguments
object |
A fitted model object of class "gkwreg" |
param_idx |
Index of the parameter in the gkwreg coefficients vector |
Value
The corresponding index in the TMB parameter vector, or NA if mapping fails
[Package gkwreg version 1.0.10 Index]