Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この is.na テストから TRUE を取得する理由がわかりません。
is.na(as.POSIXlt(x = "03/09/2014 2:00", format = "%m/%d/%Y %H:%M"))
これが私にFALSEを与えるとき:
is.na(as.POSIXlt(x = "03/09/2013 2:00", format = "%m/%d/%Y %H:%M"))
2014 年 3 月 9 日について、R がひどく嫌うのは何ですか?