find_re {hmmTMB}R Documentation

Find s(, bs = "re") terms in formula

Description

This function is used to identify the variables "x" which are included as s(x, bs = "re") in the formula, in particular to check that they are factors.

Usage

find_re(form)

Arguments

form

Model formula

Value

Vector of names of variables for which a random effect term is included in the model.


[Package hmmTMB version 1.0.2 Index]