check_constant_vars.Rd
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)
mf | A model frame or model matrix |
---|
If no constant variables are found mf is returned, otherwise an error is thrown.