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

View source: R/utility.R

find_reR 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.


hmmTMB documentation built on Oct. 25, 2023, 1:07 a.m.