ellipse.secr(secr)
ellipse.secr()所属R语言包:secr
Confidence ellipse
置信椭圆
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot joint confidence ellipse for two parameters of secr model
图联合置信椭圆为两个秘书服务模型的参数
用法----------Usage----------
ellipse.secr(object, par = c("g0", "sigma"), alpha = 0.05,
npts = 100, plot = TRUE, linkscale = TRUE, add = FALSE,
col = palette(), ...)
参数----------Arguments----------
参数:object
secr object output from secr.fit
secr对象输出secr.fit
参数:par
character vector of length two, the names of two "beta" parameters
字符向量的长度为2,测试版参数的名称
参数:alpha
alpha level for confidence intervals
α水平置信区间
参数:npts
number of points on perimeter of ellipse
椭圆周长上的点的数量
参数:plot
logical for whether ellipse should be plotted
逻辑是否椭圆绘制
参数:linkscale
logical; if FALSE then coordinates will be backtransformed from the link scale
逻辑;如果为FALSE,则坐标将被逆转换的链接规模
参数:add
logical to add ellipse to an existing plot
逻辑椭圆现有的图
参数:col
vector of one or more plotting colours
向量的一个或多个标绘颜色
参数:...
arguments to pass to plot functions
参数传递给绘图功能
Details
详细信息----------Details----------
A confidence ellipse is calculated from the asymptotic variance-covariance matrix of the beta parameters (coefficients), and optionally plotted.
计算置信椭圆从渐近的方差 - 协方差矩阵的测试参数(系数),和任选的绘制。
If linkscale == FALSE, the inverse of the appropriate link transformation is applied to the coordinates of the ellipse, causing it to deform.
如果linkscale== FALSE,相应的链接变换的逆被施加到该椭圆的坐标,使其变形。
If object is a list of secr models then one ellipse is constructed for each model. Colours are recycled as needed.
如果object是一个秘书服务模型,然后构造一个椭圆形的每个模型。颜色被回收的需要。
值----------Value----------
A list containing the x and y coordinates is returned invisibly
含有x和y坐标的列表被返回无形
实例----------Examples----------
ellipse.secr(secrdemo.0)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|