我正在使用 zoo 和 xts 包来分析财务数据。ts 包不太适合,因为金融系列有周末没有可用数据。
我在 xts 包中阅读了有关应用功能的内容
apply.daily(x, FUN, ...)
apply.weekly(x, FUN, ...)
apply.monthly(x, FUN, ...)
apply.quarterly(x, FUN, ...)
apply.yearly(x, FUN, ...)
这个应用功能在日历期间,并认为类似的东西可以工作以获得周末价值,但它似乎不起作用。
apply.weekly(x, tail)