SPSnbins(USPS)
SPSnbins()所属R语言包:USPS
Change the Number of Bins in Supervised Propensiy Scoring
更改箱的数目在监督Propensiy评估
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Change the Number of Bins in Supervised Propensiy Scoring
更改箱的数目在监督Propensiy评估
用法----------Usage----------
SPSnbins(dframe, prnk, qbin, bins=8)
参数----------Arguments----------
参数:dframe
Name of data.frame of the form output by SPSlogit().
数据框的形式输出由SPSlogit()的名称。
参数:prnk
Name of PS tied-rank variable from previous call to SPSlogit().
PS捆绑排名从以前的呼叫对SPSlogit()的变量的名称。
参数:qbin
Name of variable to contain the re-assigned bin number for each patient.
变量名称包含每个病人重新分配的BIN号。
参数:bins
Number of PS bins desired. </table>
数PS箱所需的。 </ TABLE>
Details
详细信息----------Details----------
Part or all of the first phase of Supervised Propensity Scoring will need to be redone if SPSbalan() detects dependence of within-bin X-covariate distributions upon treatment choice. Use SPSnbins() to change (increase) the number of adjacent PS bins. If this does not achieve balance, invoke SPSlogit() again to modify the form of your PS logistic model, typically by
部分或全部监督的倾向评分的第一阶段将需要重做,如果SPSbalan()检测到内宾X-协变量的分布,在治疗方法的选择依赖。中使用SPSnbins()改变(增加)数相邻PS箱的。如果这样仍不能达到平衡,SPSlogit()调用再次修改你的PS Logistic模型的形式,通常是通过
值----------Value----------
An output data.frame with new variables inserted:
新的变量的输出数据框插入:
参数:dframe2
Modified version of the data.frame specified as the first argument to SPSnbins().
修改后的版本的数据框的SPSnbins()的第一个参数指定为。
(作者)----------Author(s)----------
Bob Obenchain <wizbob@att.net>
参考文献----------References----------
in removing bias in observational studies. Biometrics 24: 205-213.
Using Subclassification on a Propensity Score. J Amer Stat Assoc 79: 516-524.
参见----------See Also----------
SPSlogit, SPSbalan and SPSoutco.
SPSlogit,SPSbalan和SPSoutco。
实例----------Examples----------
data(lindner)
PStreat <- abcix~stent+height+female+diabetic+acutemi+ejecfrac+ves1proc
logtSPS <- SPSlogit(lindner, PStreat, PSfit, PSrnk, PSbin, appn="lindSPS")
logtSPS
# If imbalance within the SPSlogit() default of bins=5 was detected, then ...[如果不平衡检测在SPSlogit()的默认箱= 5,然后...]
lindSPS <- SPSnbins(lindSPS, PSrnk, PSbin6, bins=6)
table(lindSPS$PSbin,lindSPS$PSbin6)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|