jeff-hughes / reghelper

R package with regression helper functions
5 stars 5 forks source link

Functions don't find variables in dataset #1

Closed jeff-hughes closed 9 years ago

jeff-hughes commented 9 years ago

Two of the functions, block_lm() and cell_means() do not find the variables in the dataset. It will find them if they are in the global environment, but if the data parameter is set (and the variables are not in the global environment), the error comes back object 'xxx' not found.