ps.summary(twang)
ps.summary()所属R语言包:twang
Computes balance measures
计算平衡措施
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes balance measures (mean differences and KS statistics) for a particular covariate and a set of propensity score weights. This function is not intended to be called directly by the user but is used by other functions in the package.
计算(平均差异和KS统计),为一个特定的协变量和一组倾向得分权重的平衡措施。此功能是不适合在由用户直接调用,但所使用的程序包中的其他功能。
用法----------Usage----------
ps.summary(x, t, w, get.means = TRUE, get.ks = TRUE,
na.action = c("level", "exclude", "lowest")[1],
collapse.by.var = FALSE,
estimand)
ps.summary.f(x, t, w, get.means = TRUE, get.ks = TRUE,
na.action = c("level", "exclude", "lowest")[1],
collapse.by.var = TRUE,
estimand)
ps.summary.n(x, t, w, get.means = TRUE, get.ks = TRUE,
na.action = c("level", "exclude", "lowest")[1],
collapse.by.var = FALSE,
estimand)
参数----------Arguments----------
参数:x
a vector containing the data for a single covariate
一个向量,包含一个单一的协变量的数据
参数:t
a vector of the same length as x with the 0/1 treatment assigniments
相同的长度的矢量x与0/1处理assigniments
参数:w
a vector of the same length as x with the weights
x与权重相同的长度的矢量
参数:get.means
if TRUE, mean comparisons are computed
如果TRUE,平均比较计算
参数:get.ks
if TRUE, the KS statistics are computed
如果TRUE,KS统计计算
参数:na.action
a string indicating the method for handling missing data
一个字符串,指示处理缺失数据的方法
参数:collapse.by.var
if TRUE, then statistics computed for factors are collapsed across the levels
如果TRUE,然后统计计算的因素是倍数的整个水平
参数:estimand
either "ATT" or "ATE"
是"ATT"或"ATE"
Details
详细信息----------Details----------
ps.summary dispatches ps.summary.n or ps.summary.f depending on whether x is a numeric vector or a factor.
ps.summary调度ps.summary.n或ps.summary.f取决于是否x是一个数值向量或因子。
值----------Value----------
Returns a data frame containing the balance information.
返回一个数据框中的余额信息。
参数:tx.mn
The mean of the treatment group
治疗组的平均
参数:tx.sd
The standard deviation of the treatment group
治疗组的标准偏差
参数:ct.mn
The mean of the control group
对照组的平均值
参数:ct.sd
The standard deviation of the control group
对照组的标准偏差
参数:std.eff.sz
The standardized effect size, (tx.mn-ct.mn)/tx.sd
标准化规模效应,(tx.mn ct.mn)/ tx.sd
参数:stat
the t-statistic for numeric variables and the chi-square statistic for continuous variables
t-统计量为数值型变量和连续变量的卡方统计
参数:p
the p-value for the test associated with stat
p-值用于测试与stat
参数:ks
the KS statistic
KS统计
参数:ks.pval
the KS p-value computed using the analytic approximation, which does not necessarily work well with a lot of ties
KS P-值计算的解析近似,这并不一定工作有很多的关系
get.means and get.ks manipulate the inclusion of certain columns in the returned result.
get.means和get.ks操作返回的结果中包含的某些列。
参见----------See Also----------
bal.stat
bal.stat
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|