Consider changing the class()es returned by iHndlFormula() to mode()s. An example problem occurs with the following where hist.formula() does not recognize the result as numeric because it checks the class (i.e., array) and not the mode (i.e., numeric).
Consider changing the
class()
es returned byiHndlFormula()
tomode()
s. An example problem occurs with the following wherehist.formula()
does not recognize the result as numeric because it checks the class (i.e., array) and not the mode (i.e., numeric).