Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmode() v. class() issues #21
Comments
|
Modified |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up|
Modified |
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).