kaneplusplus / ioregression

An R package for out-of-core regressions
14 stars 3 forks source link

add checks for subset, weights, and offset #32

Closed statsmaths closed 9 years ago

statsmaths commented 9 years ago

the syntax for these is different than the standard R functions, namely they are character vectors of length one. Need checks to explicitly warn users when these are specified incorrectly, particularly because the default error messages are very unclear. See Issue #25.