% Generated by roxygen2: do not edit by hand % Please edit documentation in R/evaluation_withmixedeffect.R \name{getCategoricalVar_inFixedEffect} \alias{getCategoricalVar_inFixedEffect} \title{Get the categorical variable associated with the fixed effect in a type I formula.} \usage{ getCategoricalVar_inFixedEffect(tidy_tmb) } \arguments{ \item{tidy_tmb}{A tidy tibble containing model terms.} } \value{ The categorical variable associated with the fixed effect in the type I formula. } \description{ This function extracts the categorical variable associated with the fixed effect in a type I formula from a tidy tibble. } \examples{ \dontrun{ getCategoricalVar_inFixedEffect(tidy_tmb) } }