次の列を持つリターン時系列で構成されるデータフレームがあります
date x1 x3 x8 x11
x.R
リターンで構成される私のデータフレームです
パフォーマンス分析ツールでメソッド findDrawdowns を使用して、各時系列に適用したいと考えています。findDrawdowns からのすべての出力にアクセスできるように、結果をリストに保存したいと思います
sapply(x.R, sortDrawdowns(findDrawdowns))
上記のコマンドは、以下を生成します。値にアクセスする方法がわからない..どんな助けでも大歓迎です!
x1 x3 x8 x11
return Numeric,47 Numeric,47 Numeric,47 Numeric,49
from Numeric,47 Numeric,47 Numeric,47 Numeric,49
trough Numeric,47 Numeric,47 Numeric,47 Numeric,49
to Numeric,47 Numeric,47 Numeric,47 Numeric,49
length Numeric,47 Numeric,47 Numeric,47 Numeric,49
peaktotrough Numeric,47 Numeric,47 Numeric,47 Numeric,49
recovery Numeric,47 Numeric,47 Numeric,47 Numeric,49