FedYieldCurve(YieldCurve)
FedYieldCurve()所属R语言包:YieldCurve
Federal Reserve interest rates
美国联邦储备利率
译者:生物统计家园网 机器人LoveR
描述----------Description----------
3 months, 6 months, 1 year, 5 year, 7 year and 10 year monthly interest rate of the Federal Reserve from Janury 1982 to June 2009.
3个月,6个月,1年,5年,7年和10年的月利率联邦储备从1982年至2009年6月Janury。
用法----------Usage----------
data(FedYieldCurve)
格式----------Format----------
An object with class attributes ts, mts.
对象类的属性ts,mts。
源----------Source----------
<acronym>FED</acronym>: http://www.federalreserve.gov/. <br> Data set is available for download in Excel format at http://www.guirreri.host22.com/index.php?p=1_2_Documents.
<acronym> FED</首字母缩写的:http://www.federalreserve.gov/。 <BR>数据集是可用的下载Excel格式http://www.guirreri.host22.com/index.php?p=1_2_Documents的。
实例----------Examples----------
data(FedYieldCurve)
tau <- c(3, 6, 12, 60, 84, 120 )
plot(tau, FedYieldCurve[1,], type="o")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|