jackknife(smacof)
jackknife()所属R语言包:smacof
SMACOF Jackknife
SMACOF刀切
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These methods perform a SMACOF Jackknife and plot the corresponding solution.
,这些方法执行一个SMACOF的刀切,并绘制了相应的解决方案。
用法----------Usage----------
## S3 method for class 'smacofB'
jackknife(object, eps = 1e-6, itmax = 100, verbose = FALSE)
## S3 method for class 'smacofJK'
plot(x, plot.dim = c(1,2), hclpar = list(start = 30, end = 200), plot.lines = TRUE, main, xlab, ylab, xlim, ylim, ...)
参数----------Arguments----------
参数:object
Object of class "smacofB", i.e., an MDS solution from smacofSym()
对象类"smacofB",即MDS解决方案,从smacofSym()的
参数:itmax
Maximum number of iterations
最大迭代次数
参数:eps
Convergence criterion
收敛准则
参数:verbose
If TRUE, intermediate stress is printed out
如果TRUE,中间主应力打印出来
参数:x
Object of class "smacofJK"
对象的类"smacofJK"
参数:plot.dim
Vector with dimensions to be plotted.
向量的尺寸绘制。
参数:hclpar
Parameters to be used for HCL colors (further details see rainbow_hcl)
与参数用于HCL颜色(详情请参阅rainbow_hcl)
参数:plot.lines
If TRUE, the Jackknife configurations are plotted are connected with their centroid
如果TRUE,绘制刀切配置与他们的重心
参数:main
Plot title.
图称号。
参数:xlab
Label of x-axis.
标签的x轴。
参数:ylab
Label of y-axis.
出版商的y轴。
参数:xlim
Scale x-axis.
缩放X轴。
参数:ylim
Scale y-axis.
量表y轴。
参数:...
Further plot arguments passed: see plot for detailed information.
进一步的图传递的参数:见plot的详细信息。
Details
详细信息----------Details----------
In order to examine the stability solution of an MDS, a Jackknife on the configurations can be performed (see de Leeuw & Meulman, 1986) and plotted. The plot shows the jackknife configurations which are connected to their centroid. In addition, the original smacof configuration (transformed through Procrustes) is plotted. The Jackknife function itself returns also a stability measure (as ratio of between and total variance), a measure for cross validity, and the dispersion around the original smacof solution.
为了检查一个MDS的稳定溶液中,折刀上的配置可以被执行(见德莱乌及Meulman的,1986年),并绘制。图中显示了连接到其质心的折刀,它们的配置。此外,原始smacof配置(通过的Procrustes转化)绘制。刀切函数本身返回稳定性的措施(如之间的比率和总方差),交叉效度的量度,和分散体周围原始smacof溶液。
值----------Value----------
参数:smacof.conf
SMACOF configurations
SMACOF配置
参数:jackknife.conf
An array of n-1 configuration matrices for each Jackknife MDS solution
n-1的配置矩阵的阵列,每个刀切MDS溶液
参数:comparison.conf
Centroid Jackknife configurations (comparison matrix)
质心的刀切的配置(比较矩阵)
参数:stab
Stability measure
稳定措施
参数:cross
Cross validity
交叉效度
参数:disp
Dispersion
分散
参数:loss
Value of the loss function
价值的损失函数
参数:ndim
Number of dimensions
的维数
参数:call
Model call
模型调用
参数:niter
Number of iterations
迭代次数。
参数:nobj
Number of objects
对象的数量
(作者)----------Author(s)----------
Jan de Leeuw and Patrick Mair
参考文献----------References----------
参见----------See Also----------
smacofSym, smacofConstraint, plot.smacof
smacofSym,smacofConstraint,plot.smacof
实例----------Examples----------
## symmetric smacof[#对称smacof]
data(kinshipdelta)
res.smacof <- smacofSym(kinshipdelta)
res.jk <- jackknife(res.smacof)
res.jk
plot(res.jk)
plot(res.jk, hclpar = list(10, 500))
plot(res.jk, hclpar = list(10, 300), plot.lines = FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|