私はzooの新しいユーザーで、zooオブジェクトの2つの要素の最小値を取得して、それらの1つに割り当てようとしています。次のエラー メッセージが表示されます。いくつかの光を当てるのを手伝ってください。
library("tseries")
IBM <- get.hist.quote(instrument="IBM", start="2012-01-01", end="2012-12-31")
IBM[1]$Low <- min( IBM[1]$Low , IBM[2]$Low )
Warning message:
In NextMethod("[<-") :
number of items to replace is not a multiple of replacement length