Closed rpruim closed 6 years ago
mod_eval_fun() does not return a function. The name is also very close to mod_fun(), which does return a function.
mod_eval_fun()
mod_fun()
Seems like mod_fits() or mod_output() or something would be better.
mod_fits()
mod_output()
I'm going to try mod_output() (and get rid of my mod_output() which was heading in this same direction).
mod_eval_fun()
does not return a function. The name is also very close tomod_fun()
, which does return a function.Seems like
mod_fits()
ormod_output()
or something would be better.I'm going to try
mod_output()
(and get rid of mymod_output()
which was heading in this same direction).