term_indices | R Documentation |
Indices of coefficients for given model term
term_indices(names_fe, names_re, term)
names_fe |
Names of fixed effect coefficients |
names_re |
Names of random effect coefficients |
term |
Name of term as character string, e.g. "time", or "s(time)" |
List with elements fe
and re
, which are vectors
of the indices in coeff_fe and coeff_re (respectively) corresponding
to the term.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.