前提・実現したいこと
Rでquantmodを用いてchartSeries機能を実装中に以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
> library(quantmod) > library(RFinanceYJ) > > bitcoin_data <- read.csv("/Users/名前/Downloads/csvファイル名", header=T) > bitcoin_data_xts <- as.xts(read.zoo(read.csv("/Users/名前/Downloads/csvファイル名",header = TRUE,sep=","))) 警告メッセージ: zoo(rval3, ix) で: some methods for “zoo” objects do not work if the index entries in ‘order.by’ are not unique > chartSeries(bitcoin_data_xts,type="candlesticks") (function (cl, name, valueClass) でエラー: assignment of an object of class “character” is not valid for @‘yrange’ in an object of class “chob”; is(value, "numeric") is not TRUE
該当のソースコード
chartSeries(bitcoin_data_xts,type="candlesticks")
教えていただきたいこと
このエラー文の意味、対策を教えてください。
chartSeries(bitcoin_data_xts,type="candlesticks")
(function (cl, name, valueClass) でエラー:
assignment of an object of class “character” is not valid for @‘yrange’ in an object of class “chob”; is(value, "numeric") is not TRUE
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。