.prepare_tmb_params {gkwreg} | R Documentation |
Prepare TMB Parameters for GKw Regression
Description
Prepare TMB Parameters for GKw Regression
Usage
.prepare_tmb_params(model_data, family, param_names, fixed, param_positions)
Arguments
model_data |
List of model data. |
family |
Family name. |
param_names |
Names of parameters. |
fixed |
List of fixed parameters. |
param_positions |
Parameter position mapping for the family. |
Value
A list with TMB parameters.
[Package gkwreg version 1.0.10 Index]