bal.stat(twang)
bal.stat()所属R语言包:twang
Calculate weighted balance statistics
计算加权平衡统计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
bal.stat compares the treatment and control subjects by means, standard deviations, effect size, and KS statistics
bal.stat比较治疗组和对照组的均值,标准差,影响大小和KS统计
用法----------Usage----------
bal.stat(data,
vars = NULL,
treat.var,
w.all,
get.means = TRUE,
get.ks = TRUE,
na.action = "level",
estimand)
参数----------Arguments----------
参数:data
a data frame containing the data
包含数据的数据框
参数:vars
a vector of character strings with the names of the variables on which the function will assess the balance
该函数的变量的名称的字符串的字符的矢量将评估平衡
参数:treat.var
the name of the treatment variable
的处理变量的名称
参数:w.all
observation weights (e.g. propensity score weights, sampling weights, or both)
观察权重(例如倾向分数权重,取样权重,或两者)
参数:get.means
logical. If TRUE then bal.stat will compute means and variances
逻辑。如果TRUE然后bal.stat计算的均值和方差
参数:get.ks
logical. If TRUE then bal.stat will compute KS statistics
逻辑。如果TRUE然后bal.stat计算KS统计
参数:na.action
a character string indicating how bal.stat should handle missing values. Current options are "level", "exclude", or "lowest"
一个字符的字符串,指示如何bal.stat处理缺失值。当前选项“级别”,“排除”,或“最低”
参数:estimand
either "ATT" or "ATE"
无论是“ATT”或“吃”
Details
详细信息----------Details----------
bal.stat calls ps.summary.f and ps.summary.n for each variable and assembles the results in a table
bal.stat要求ps.summary.f和ps.summary.n为每个变量和组装的结果表
值----------Value----------
See ps.summary for details on the returned object. get.means and get.ks manipulate the inclusion of certain columns in the returned result.
见ps.summary的详细信息,在返回的对象。 get.means和get.ks操作返回的结果中包含的某些列。
参见----------See Also----------
The example for ps contains an example of the
例如ps包含的示例的
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|