You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
res <- combn(2:9,2,mean)
hist(~res,w=0.5)
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: