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

R语言 USPS包 UPShclus()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 14:19:17 | 显示全部楼层 |阅读模式
UPShclus(USPS)
UPShclus()所属R语言包:USPS

                                        Hierarchical Clustering of Patients on X-covariates for Unsupervised Propensiy Scoring
                                         患者对X-协变量无监督Propensiy评估中的层次聚类

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

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

Derive a full, hierarchical clustering tree (dendrogram) for all patients (regardless of treatment received) using Mahalonobis between-patient distances computed from specified
对所有患者(无论接受的治疗)使用Mahalonobis,病人之间的距离从指定的计算,推导出一个完整的,层次聚类树(树图)


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


  UPShclus(dframe, xvars, method="diana")



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

参数:dframe
Name of data.frame containing baseline X covariates.
数据框包含基线X的协变量的名称。


参数:xvars
List of names of X variable(s).
的X,变量(s)的名称的列表。


参数:method
Hierarchical Clustering Method: "diana", "agnes" or "hclus".
层次聚类方法:“戴安娜”,“艾格尼丝”或“hclus”。


Details

详细信息----------Details----------

The first step in an Unsupervised Propensity Scoring alalysis is always to hierarchically cluster patients in baseline X-covariate space.  UPShclus uses a Mahalabobis metric and clustering methods from the R "cluster" library for this key initial step.
无监督的倾向评分alalysis的第一步总是分层聚类患者在基线X-协变量空间。 UPShclus使用一个Mahalabobis的度量和聚类的方法从R“聚类”图书馆这个重要的初始步骤。


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

An output list object of class UPShclus:
输出列表对象类UPShclus:


参数:dframe
Name of data.frame containing baseline X covariates.
数据框包含基线X的协变量的名称。


参数:xvars
List of names of X variable(s).
的X,变量(s)的名称的列表。


参数:method
Hierarchical Clustering Method: "diana", "agnes" or "hclus".
层次聚类方法:“戴安娜”,“艾格尼丝”或“hclus”。


参数:upshcl
Hierarchical clustering object created by choice between three possible methods.
分层聚类三种方法之间的选择所创建的对象。


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


Bob Obenchain <wizbob@att.net>



参考文献----------References----------

Cluster Analysis.  New York: John Wiley and Sons.
cost effective survival advantage in high volume interventional practice. Am Heart J 140: 603-610.
Proceedings of the American Statistical Association (on CD) 8 pages.

Biometrics 36: 293-298.

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

UPSaccum, UPSnnltd and UPSgraph.
UPSaccum,UPSnnltd和UPSgraph。


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


  data(lindner)
  UPSxvars <- c("stent", "height", "female", "diabetic", "acutemi", "ejecfrac", "ves1proc")
  UPSharch <- UPShclus(lindner, UPSxvars)
  plot(UPSharch)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 19:56 , Processed in 0.026550 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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