summary.zelig(Zelig)
summary.zelig()所属R语言包:Zelig
Summary of Simulated Quantities of Interest
有趣的模拟量综述
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summarizes the object of class zelig (output from sim) which contains simulated quantities of
总结类zelig(sim输出的对象),其中包含模拟量的
用法----------Usage----------
## S3 method for class 'zelig'
summary(object, subset = NULL, CI = 95, stats = c("mean", "sd"), ...)
参数----------Arguments----------
参数:object
output object from sim (of class "zelig").
输出对象从sim(类"zelig")。
参数:subset
takes one of three values:
需要三个值中的一个:
NULL(default) for more than one observation, summarizes all the observations at once for each quantity of interest.
NULL(默认值),一个以上的观察,总结了所有的关注量为每一次的意见。
a numeric vectorindicates which observations to summarize, and summarizes each one independently.
观察,总结,并总结每一个独立的数字vectorindicates。
allsummarizes all the observations independently.
allsummarizes独立的意见。
参数:stats
summary statistics to be calculated.
汇总统计数据来计算的。
参数:CI
a confidence interval to be calculated.
置信区间来计算的。
参数:...
further arguments passed to or from other methods.
进一步的参数传递给其他方法。
值----------Value----------
参数:sim
number of simulations, i.e., posterior draws.
的模拟,即,后画。
参数:x
values of explanatory variables used for simulation.
值解释变量用于模拟。
参数:x1
values of explanatory variables used for simulation of first differences etc.
解释变量的值用于模拟的第一个差异等。
参数:qi.stats
summary of quantities of interst. Use names to view the model-specific items available in qi.stats.
摘要大量的开元。使用names在qi.stats查看模型的特定项目。
(作者)----------Author(s)----------
Kosuke Imai <<a href="mailto:kimai@princeton.edu">kimai@princeton.edu</a>>; Gary King
<<a href="mailto:king@harvard.edu">king@harvard.edu</a>>; Olivia Lau <<a href="mailtolau@fas.harvard.edu">olau@fas.harvard.edu</a>>
参见----------See Also----------
zelig, setx, sim, and names, and the full Zelig manual at
zelig,setx,sim,names,并充分Zelig手册
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|