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.
1 つの xts オブジェクトと、3 つの列 (YY、MM、DD) を持つ別のデータ フレームがあります。これらの 3 つの列を何らかの日付/時刻形式に作成/変換して、xts テーブルと一緒にマージできるようにしようとしています。まったく運がありません。
列 YY、MM、D は年、月、日を数値で表したものです。
これらの線に沿って何かを試しましたが、うまくいきませんでした。
t.date<-cbind(YY,MM,DD) as.POSIXct(t.date)