UPSgraph(USPS)
UPSgraph()所属R语言包:USPS
Display Sensitivity Analysis Graphic in Unsupervised Propensiy Scoring
敏感性分析显示图形在无监督Propensiy评估
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot summary of results from multiple calls to UPSnnltd() and/or UPSivadj() after an initial setup call to UPSaccum(). The UPSgraph() plot displays any sensitivity of the LTD and
图的结果多次调用UPSnnltd(摘要)及/或UPSivadj()初始设置后UPSaccum()的调用。 UPSgraph()图显示任何敏感性的公司,
用法----------Usage----------
UPSgraph(nncol = "red", nwcol = "green3", ivcol = "blue", ...)
参数----------Arguments----------
参数:nncol
optional; string specifying color for display of the Mean of the LTD distribution when weighted by cluster size from any calls to UPSnnltd().
可选的;字符串,该字符串指定颜色显示公司分布均值的加权簇的大小,从任何检测UPSnnltd()。
参数:nwcol
optional; string specifying color for display of the Mean of the LTD distribution when weighted inversely proportional to variance from any calls to UPSnnltd().
可选的;字符串,该字符串指定颜色时显示的公司分布均值的加权方差成反比任何调用UPSnnltd()。
参数:ivcol
optional; string specifying color for display of the Difference in LOA predictions, at PS = 100% minus that at PS = 0%, from any calls to UPSivadj().
可选的;字符串,该字符串指定的颜色显示LOA预测的差异,在PS = 100%减去PS = 0%,从任何检测UPSivadj的()。
参数:...
Optional parameter(s) passed on to plot().
通过可选参数(S)图()。
Details
详细信息----------Details----------
The third phase of Unsupervised Propensity Scoring is a graphical Sensitivity Analysis that depicts how the Overall Means of the LTD and LOA distributions change with the number of clusters.
第三阶段无监督的倾向评分是一个图形化的敏感性分析,该公司和LOA分布的整体方式描述了如何改变的数字聚类。
值----------Value----------
NULL
NULL
(作者)----------Author(s)----------
Bob Obenchain <wizbob@att.net>
参考文献----------References----------
Cluster Analysis. New York: John Wiley and Sons.
Proceedings of the American Statistical Association (on CD) 8 pages.
Biometrics 36: 293-298.
参见----------See Also----------
UPSnnltd, UPSivadj and UPSaccum.
UPSnnltd,UPSivadj和UPSaccum。
实例----------Examples----------
data(lindner)
UPSxvars <- c("stent", "height", "female", "diabetic", "acutemi", "ejecfrac", "ves1proc")
UPSharch <- UPShclus(lindner, UPSxvars)
UPSaccum(UPSharch, lindner, abcix, lifepres, faclev=1, scedas="homo", accobj="ABClife")
lif001nn <- UPSnnltd(1)
lif020nn <- UPSnnltd(20)
lif070nn <- UPSnnltd(70)
lif120nn <- UPSnnltd(120)
UPSgraph()
ABClife
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|