plot.UPSnnltd(USPS)
plot.UPSnnltd()所属R语言包:USPS
Display plots of the NN/LTD Distribution in Unsupervised Propensiy Scoring
NN / LTD分布图显示在无监督Propensiy评估
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Make a Snow Ball ("snob"), Probability Density ("dens") and/or Cumulative Distribution Function ("cdf") plot of the Local Treatment Difference (LTD) Distribution across all Informative Clusters within a requested total number clusters in patient baseline X-covariate space.
的雪球(“小人”),概率密度(“窝点”)及/或累积分布函数(CDF)图的局部治疗差异(LTD)分布在所有信息聚类内请求的总数聚类的患者基线X-协的空间。
用法----------Usage----------
## S3 method for class 'UPSnnltd'
plot(x, pballs = TRUE, nnplot = "snob", nnalpha = 1.4, ...)
参数----------Arguments----------
参数:x
Object of class UPSnnltd.
对象的类UPSnnltd。
参数:pballs
Logical; Display cluster-size weighted (red) and inverse-variance weighted (green) "Power Balls" to represent across cluster LTD averages within the "Snowball" plot.
逻辑;显示聚类的规模加权(红色)和逆方差加权(绿色)“动力球”来代表公司的平均在聚类内的“雪球”图。
参数:nnplot
String; Display "all" plots together, "seq" = one after the other, "snob" = only Snow Balls, "dens" = only fitted gss probability density, or "cdf" = only the gss cumulative distribution.
字符串;显示“所有”图在一起,“起”后,“小人”=唯一的雪球,“窝点”仅安装GSS概率密度,或“综合发展框架”=只GSS累计分布。
参数:nnalpha
Numeric; alpha argument to ssden() function.
数字,字母的参数,ssden()函数。
参数:...
Optional argument(s) to pass on to plot().
可选参数(S)通过上图()。
Details
详细信息----------Details----------
Plots of UPSnnltd objects describe the LTD Distribution across all informative clusters. The generalized smoothing spline (gss) displays corresponding to the nnplot = "dens" and "cdf" options may fail to exist when the number of informative clusters is less than 60.
图UPSnnltd对象有限公司的所有信息的聚类分布。广义平滑样条曲线(GSS)显示,对应的nnplot“窝点”和“CDF”选项的可能不存在信息聚类的当数小于60。
值----------Value----------
NULL
NULL
(作者)----------Author(s)----------
Bob Obenchain <wizbob@att.net>
参考文献----------References----------
Proceedings of the American Statistical Association (on CD) 8 pages.
参见----------See Also----------
UPSivadj, UPSaccum and UPSgraph.
UPSivadj,UPSaccum和UPSgraph。
实例----------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")
lif070nn <- UPSnnltd(70)
lif070nn
plot(lif070nn)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|