Displaying 1 result from an estimated 1 matches for "vbintimesmintop".
2006 Sep 16
2
Error Message Documentation
...new to R, and trying to work with it. I have a couple of quick
questions. First, I made a program and got the following error message.
------------------------------------------------------------------------------------------------------------------
Error in if (DatMdFile$Time.Value[NmRecord] < VBinTimesMinTop[NmCounter]) {
:
missing value where TRUE/FALSE needed
In addition: Warning message:
< not meaningful for factors in: Ops.factor(DatMdFile$Time.Value[NmRecord],
VBinTimesMinTop[NmCounter])
--------------------------------------------------------------------------------------------------...