plot.SPSsmoot(USPS)
plot.SPSsmoot()所属R语言包:USPS
Display Spline Smooth of Outcome by Treatment in Supervised Propensiy Scoring
治疗在监督Propensiy评估结果显示样条曲线平滑
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Express Expected Outcome by Treatment as Spline Functions of Fitted Propensity Scores.
明确的预期结果,样条函数拟合的倾向得分的处理。
用法----------Usage----------
## S3 method for class 'SPSsmoot'
plot(x, tcol = "blue", ucol = "red", dcol = "green3", ...)
参数----------Arguments----------
参数:x
output list object of class SPSsmoot.
输出列表类SPSsmoot对象。
参数:tcol
optional; quoted name of color for treated patient smooth.
治疗的患者平滑的颜色可选;引用名。
参数:ucol
optional; quoted name of color for untreated patient smooth.
可选的,引用的颜色名称为未经治疗的病人光滑。
参数:dcol
optional; quoted name of color for combined patient density.
可选的;引用名患者联合密度的颜色。
参数:...
optional; argument(s) passed on to plot().
可选参数(S)通过上图()。
Details
详细信息----------Details----------
Plots of SPSsmoot objects display each patient's propensity score versus his/her observed (continuous) outcome. Patients receiving the "standard" treatment (trtm=0) are represented by cyan circles, while patients receiving the "new" treatment (trtm=1) are represented by magenta triangles. The smooth fits of outcome to propensity score within treatment cohorts are show as cyan (trtm=0) and magenta (trtm=1) curves, respectively, superimposed upon the scatter.
SPSsmoot对象的绘图显示每个病人的倾向得分与他/她的观察(连续)的结果。接收到“标准”治疗的患者(trtm = 0)表示的青色圆圈,而接收到“新的”治疗的患者(trtm = 1)表示的品红三角形。光滑的配合结果倾向得分治疗世代内显示为青色(trtm = 0)和品红色(trtm = 1)的曲线,分别叠加在分散。
Because smooth fits can be difficult to see when the scatters contain many points, a second plot rescaled to show only the two smooth (lowess or spline) fits, again using cyan (trtm=0) and magenta (trtm=1) curves. For details, see the returned ssfit data frame.
因为流畅的配合是很难看时,散射包含了很多点,第二个图重新缩小到只有两个光滑(LOWESS或样条曲线)适合再次使用青色(trtm = 0)和品红色曲线(trtm = 1)。有关详细信息,请参阅返回ssfit数据框。
Finally, a third plot shows total patient frequencies (black circles) within a 100-cell histogram along the propensity score axis as well as the corresponding density() smooth in red. For details, see the returned ssgrid data frame.
最后,第三个图显示沿倾向得分轴内的小区100的直方图以及光滑红色对应的密度()的的忍耐总频率(黑色圆圈)。有关详细信息,请参阅返回ssgrid数据框。
SPSloess() fits can tend to look rather "rough" compared to SPSsmoot() fits. Cubic spline smoothing appears to give answers that are interpretable as smoothed mean values for highly skewed distributions. Loess smoothing, at least when fam="symmetric," tends to give answers more easily interpretable as modes or medians of highly skewed distributions. This median versus mean analogy may help explain why the weighted average signed treatment differences from SPSloess() tend to seem more precise than those from SPSsmoot() for highly skewed distributions.
SPSloess()配合往往可以看,而“粗糙”相比SPSsmoot()符合。三次样条平滑解释为平滑的高度偏斜分布的平均值给出答案。黄土平滑,至少在FAM =“对称”,往往会给出答案更容易解释模式或高度偏斜分布的中位数。中位数与平均数的比喻可能有助于解释为什么签署的加权平均待遇上的差别往往显得比高度偏斜分布从SPSsmoot()的精确从SPSloess()。
值----------Value----------
NULL
NULL
(作者)----------Author(s)----------
Bob Obenchain <wizbob@att.net>
参考文献----------References----------
A Roughness Penalty Approach. Chapman and Hall.
density estimation. J Roy Statist Soc B 53: 683-690.
参见----------See Also----------
SPSloess, SPSbalan and SPSoutco.
SPSloess,SPSbalan和SPSoutco。
实例----------Examples----------
data(lindner)
PStreat <- abcix~stent+height+female+diabetic+acutemi+ejecfrac+ves1proc
logtSPS <- SPSlogit(lindner, PStreat, PSfit, PSrnk, PSbin, appn="lindSPS")
SPScbss7 <- SPSsmoot(lindSPS, abcix, PSfit, cardbill, df=7)
SPScbss7
plot(SPScbss7)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|