找回密码
 注册
查看: 1005|回复: 0

R语言 TSA包 plot.armasubsets()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 12:26:10 | 显示全部楼层 |阅读模式
plot.armasubsets(TSA)
plot.armasubsets()所属R语言包:TSA

                                        Plot the Best Subset ARMA models
                                         绘制的子集ARMA模型

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function is adapted from the plot.regsubsets function of the leaps package, and its main use is to plot the output from the
此功能适用从plot.regsubsets功能的跨越式包,其主要用途是绘制的输出


用法----------Usage----------


## S3 method for class 'armasubsets':
plot(x, labels = obj$xnames, main = NULL,
scale = c("BIC", "AICc", "AIC", "Cp", "adjR2", "R2"),
col = gray(c(seq(0.4, 0.7, length = 10), 0.9)), draw.grid = TRUE,
axis.at.3 = TRUE, ...)



参数----------Arguments----------

参数:x
an object of class armasubsets
对象的类armasubsets的


参数:labels
variable names
变量名


参数:main
title for plot
标题为图


参数:scale
which summary statistic to use for ordering plots
订购图使用的摘要统计


参数:col
the last color should be close to but distinct from white
最后一种颜色应接近,但不同的由白色


参数:draw.grid
a logical argument; if it is true (default), gray grid lines are superimposed on the graph.
一个符合逻辑的论据,如果是true(默认),灰色网格线叠加在图上。


参数:axis.at.3
a logical argument; if if it is true (default), the x-labels are drawn on the upper horizontal axis.
一个符合逻辑的论据,如果是true(默认值),则x标签上画上水平轴。


参数:...
other arguments
其他参数


值----------Value----------

Plot the few best subset ARMA models.
绘制几个最好的子集ARMA模型。


(作者)----------Author(s)----------


Kung-Sik Chan, based on previoud work by Thomas Lumley and Merlise Clyde



参见----------See Also----------

armasubsets
armasubsets


实例----------Examples----------


set.seed(53331)
test=arima.sim(model=list(ar=c(rep(0,11),.8),ma=c(rep(0,11),0.7)),n=120)
res=armasubsets(y=test,nar=14,nma=14,y.name='test',ar.method='ols')
plot(res)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-29 08:01 , Processed in 0.026133 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表