print.summary.whatif(WhatIf)
print.summary.whatif()所属R语言包:WhatIf
Print "summary.whatif" Object
打印“summary.whatif”对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints the information generated from the whatif output object by a call to summary, which is stored in an object of class "summary.whatif".
打印由调用whatif,它被存储在一个对象中的类“summary.whatif”的产生的信息从summary输出对象。
用法----------Usage----------
## S3 method for class 'summary.whatif':
print(x, ...)
参数----------Arguments----------
参数:x
An object of class "summary.whatif", the output of the function summary.whatif.
对象的类的“summary.whatif”,输出的功能summary.whatif。
参数:...
Further arguments passed to and from other methods.
更多参数传递给其他方法。
值----------Value----------
A printout to the screen of the whatif information summarized in the summary.whatif output object.
打印输出到屏幕上的whatif信息中总结summary.whatif输出对象。
(作者)----------Author(s)----------
Stoll, Heather <a href="mailto:hstoll@polsci.ucsb.edu">hstoll@polsci.ucsb.edu</a>, King, Gary
<a href="mailto:king@harvard.edu">king@harvard.edu</a> and Zeng, Langche <a href="mailto:zeng@ucsd.edu">zeng@ucsd.edu</a>
参考文献----------References----------
Extreme Counterfactuals." Political Analysis 14 (2). Available from http://gking.harvard.edu.
King, Gary and Langche Zeng. 2007. "When Can History Be Our Guide? The Pitfalls of Counterfactual Inference." International Studies Quarterly
参见----------See Also----------
whatif, plot.whatif, summary.whatif, print.whatif
whatif,plot.whatif,summary.whatif,print.whatif
实例----------Examples----------
## Create example data sets and counterfactuals[#创建示例数据集和反事实]
my.cfact <- matrix(rnorm(3*5), ncol = 5)
my.data <- matrix(rnorm(100*5), ncol = 5)
## Evaluate counterfactuals[#评估反事实]
my.result <- whatif(data = my.data, cfact = my.cfact)
## Print summary output object[#打印输出摘要的对象]
my.result.sum <- summary(my.result)
print(my.result.sum)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|