ai didi

使用 R 包 quantmod getSymbol 函数返回通用 xts 变量

转载 作者:行者123 更新时间:2023-12-02 08:46:04 24 4
gpt4 key购买 nike

我正在使用 quantmod R 包。有没有办法让 getSymbols 返回一个通用的 xts 对象而不是我得到的符号。例如,如果我执行:

getSymbols("COKE", src='yahoo', index.class=c("POSIXt","POSIXct"), from='1990-01-01')

它以符号 COKE 的名称创建 xts 对象。如前所述,有没有一种方法可以将 xts 数据对象返回给像 x 这样的通用变量。 IE。

x <- getSymbol(...)

我一直在寻找解决方案,但没有答案。

谢谢

最佳答案

它在 ?getSymbols 中(强调已添加):

Value:

A call to getSymbols will load into the specified environment one object for each ‘Symbol’ specified, with class defined by ‘return.class’. Presently this may be ‘ts’, ‘its’, ‘zoo’, ‘xts’, or ‘timeSeries’.

If ‘auto.assign’ is set to FALSE an object of type ‘return.class’ will be returned.

例如:

x <- getSymbols("COKE", auto.assign=FALSE)

在看高低之前,最好先阅读并理解文档。 ;-)

关于使用 R 包 quantmod getSymbol 函数返回通用 xts 变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12519383/

24 4 0
文章推荐: indexing - HBase Table的row key是自动索引的吗?
文章推荐: sql - 可怕的 Oracle 更新性能
文章推荐: r - 有没有办法在r中创建$ 2 ^ n $阶乘设计(类似于minitab)
文章推荐: ruby-on-rails - Rails Devise 在不使用 Confirmable 的情况下阻止注册后立即登录
行者123
个人简介

我是一名优秀的程序员,十分优秀!

滴滴打车优惠券免费领取
滴滴打车优惠券
全站热门文章
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com