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

R语言:plot.ppr()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-17 09:45:21 | 显示全部楼层 |阅读模式
plot.ppr(stats)
plot.ppr()所属R语言包:stats

                                         Plot Ridge Functions for Projection Pursuit Regression Fit
                                         图投影寻踪回归拟合岭函数

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

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

Plot ridge functions for projection pursuit regression fit.
投影寻踪回归拟合积脊功能。


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


## S3 method for class 'ppr'
plot(x, ask, type = "o", ...)



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

参数:x
A fit of class "ppr" as produced by a call to ppr.  
一个合适的类"ppr"生产调用ppr由。


参数:ask
the graphics parameter ask: see par for details. If set to TRUE will ask between the plot of each cross-section.  
图形参数ask:看到par详情。如果设置为TRUE之间会问每个横截面图。


参数:type
the type of line to draw  
画线的类型


参数:...
further graphical parameters  
进一步的图形参数


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

None
没有


副作用----------Side Effects----------

A series of plots are drawn on the current graphical device, one for each term in the fit.
一系列图上绘制当前图形设备,适合在每个任期。


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

ppr, par
ppr,par


举例----------Examples----------


require(graphics)

with(rock, {
area1 <- area/10000; peri1 <- peri/10000
par(mfrow=c(3,2))# maybe: , pty="s")[也许,PTY =“S”)]
rock.ppr <- ppr(log(perm) ~ area1 + peri1 + shape,
                data = rock, nterms = 2, max.terms = 5)
plot(rock.ppr, main="ppr(log(perm)~ ., nterms=2, max.terms=5)")
plot(update(rock.ppr, bass=5), main = "update(..., bass = 5)")
plot(update(rock.ppr, sm.method="gcv", gcvpen=2),
     main = "update(..., sm.method=\"gcv\", gcvpen=2)")
})

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 06:19 , Processed in 0.027502 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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