extract_lhs.lm: Extract left-hand side of an lm object
Description
Extract a string of the outcome/dependent/y variable of a model
Usage
# S3 method for lm
extract_lhs(model, ital_vars, ...)
Arguments
ital_vars
Logical, defaults to FALSE
. Should the variable names
not be wrapped in the \operatorname{}
command?