Learn R Programming

glmmTMB (version 1.0.2.1)

getGrpVar: Get Grouping Variable

Description

Extract grouping variables for random effect terms from a factor list

Usage

getGrpVar(x)

Arguments

x

"flist" object; a data frame of factors including an assign attribute matching columns to random effect terms

Value

character vector of grouping variables

Examples

Run this code
# NOT RUN {
data(cbpp,package="lme4")
cbpp$obs <- factor(seq(nrow(cbpp)))
rt <- lme4::glFormula(cbind(size,incidence-size)~(1|herd)+(1|obs),
  data=cbpp,family=binomial)$reTrms
getGrpVar(rt$flist)
# }

Run the code above in your browser using DataLab