Skip to contents

Takes a list of variables and computes models with all possible interactions between them, one by one.

Usage

potential_interactions_ind(variables, modelfit)

Arguments

variables

Character list of variable names in the model which are already fixed effects.

modelfit

lmer model

Value

Returns a data frame of class "LHinteractions" supplied with a corresponding print method.