.prepare_tmb_data | R Documentation |
Prepare TMB Data for GKw Regression
.prepare_tmb_data(
model_data,
family,
param_names,
fixed,
link_ints,
y,
param_positions
)
model_data |
List of model data. |
family |
Family name. |
param_names |
Names of parameters. |
fixed |
List of fixed parameters and coefficients. |
link_ints |
List of link function integers. |
y |
Response variable. |
param_positions |
Parameter position mapping for the family. |
A list with TMB data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.