make_matrices {hmmTMB} | R Documentation |
Create model matrices
Description
Create model matrices
Usage
make_matrices(formulas, data, new_data = NULL)
Arguments
formulas |
List of formulas (possibly nested, e.g. for use within Observation) |
data |
Data frame including covariates |
new_data |
Optional new data set, including covariates for which
the design matrices should be created. This needs to be passed in addition
to the argument ' |
Value
A list of
X_fe Design matrix for fixed effects
X_re Design matrix for random effects
S Smoothness matrix
ncol_fe Number of columns of X_fe for each parameter
ncol_re Number of columns of X_re and S for each random effect
[Package hmmTMB version 1.0.2 Index]