Skip to contents

Map Model Terms to Raw Data Variables

Usage

map_terms_to_data(model, terms)

Arguments

model

A fitted model object (lm, glm, lmer, lmerTest, etc.).

terms

Character vector of one or more term/variable names.

Value

A character vector of corresponding raw variable names from the model frame.