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.
R の Sys.Date () 関数を理解するのに苦労しています。コンソールに Sys.Date () と入力すると、今日の日付が返されます。これは完璧です。ただし、これを数値行列に入れると 16001 が返されます。これを日付に戻すと、as.Date(16001,origin = "1900-01-01")1943-10-24 になります。
as.Date(16001,origin = "1900-01-01")
Sys.Date () の起点が 1970-01-01 という単純なケースですか? そんなに簡単ですか?
ありがとう
マイク