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

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

[复制链接]
发表于 2012-2-16 18:14:31 | 显示全部楼层 |阅读模式
plot.profile(MASS)
plot.profile()所属R语言包:MASS

                                        Plotting Functions for 'profile' Objects
                                         “个人资料”的对象绘制功能

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

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

plot and pairs methods for objects of class "profile".
plot和pairs对象类"profile"方法。


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


## S3 method for class 'profile'
plot(x, ...)
## S3 method for class 'profile'
pairs(x, colours = 2:3, ...)



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

参数:x
an object inheriting from class "profile".
继承类"profile"对象。


参数:colours
Colours to be used for the mean curves conditional on x and y respectively.
x和y分别为有条件的平均曲线的颜色。


参数:...
arguments passed to or from other methods.
参数传递或其他方法。


Details

详情----------Details----------

This is the main plot method for objects created by profile.glm.  It can also be called on objects created by profile.nls, but they have a specific method, plot.profile.nls.
这是主要plot为profile.glm创建的对象的方法。它也可以被称为对profile.nls创建的对象,但他们有一个特定的方法,plot.profile.nls。

The pairs method shows, for each pair of parameters x and y, two curves intersecting at the maximum likelihood estimate, which give the loci of the points at which the tangents to the contours of the bivariate profile likelihood become vertical and horizontal, respectively.  In the case of an exactly bivariate normal profile likelihood, these two curves would be straight lines giving the conditional means of y|x and x|y, and the contours would be exactly elliptical.
pairs方法显示,每对参数x和y,两条曲线相交的最大似然估计,给点位点在二元配置的可能性轮廓的切线垂直和水平分别。在一个正常的文件的可能性完全二元的情况下,这两条曲线是直线y的条件手段| X X | Y,将完全椭圆形的轮廓。


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



Originally, D. M. Bates and W. N. Venables.  (For S in 1996.)




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

profile.glm, profile.nls.
profile.glm,profile.nls。


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


## see ?profile.glm for an example using glm fits.[#看到了什么?profile.glm为使用GLM配合的例子。]

## a version of example(profile.nls) from R >= 2.8.0[#版本(例如profile.nls)从R> = 2.8.0]
fm1 <- nls(demand ~ SSasympOrig(Time, A, lrc), data = BOD)
pr1 <- profile(fm1, alpha = 0.1)
MASS:::plot.profile(pr1)
pairs(pr1) # a little odd since the parameters are highly correlated[参数自有点奇怪高度相关]

## an example from ?nls[#一个例子?免入息审查贷款计划]
x <- -(1:100)/10
y <- 100 + 10 * exp(x / 2) + rnorm(x)/10
nlmod <- nls(y ~  Const + A * exp(B * x), start=list(Const=100, A=10, B=1))
pairs(profile(nlmod))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 09:08 , Processed in 0.035649 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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