Check if any variables in a model frame are constants (the exception is that a constant variable of all 1's is allowed)

check_constant_vars(mf)

Arguments

mf

A model frame or model matrix

Value

If no constant variables are found mf is returned, otherwise an error is thrown.