2
私は株1日返還を返す式を書こうとしていますが、periodReturn
subset
フィールドquantmod < - ヘッダーなしで1日の返品を抽出する式を書くのに問題がある
periodReturn(ticker,period='daily',subset='20161010::20161010')
作品が、
dayReturn <- function(ticker,date) {
ticker <- c(MSFT)
date <- c(20161010)
dayreturn <- periodReturn(ticker,period='daily',paste("subset='",date,"::",date,"'"))
dayreturn
}
はエラーに
dayReturn(msft,20161010)
daily.returns
Warning messages:
1: In as_numeric(YYYY) : NAs introduced by coercion
2: In as_numeric(MM) : NAs introduced by coercion
3: In as_numeric(DD) : NAs introduced by coercion
>
アドバイスを事前にいただきありがとうございます。
がこの問題を修正、ありがとうございました。本当に時間と援助を感謝します - –
@フランクリン心配しないでください。これがあなたの質問に答えていると感じたら他の質問と一緒に答えてみるとよいでしょう。 – FXQuantTrader
FXQuantTraderを見れば分かるように...まだまだ新しいです:)完了してくれてありがとう! –