print.whatif(WhatIf)
print.whatif()所属R语言包:WhatIf
Print "whatif" Object
打印“WHATIF”对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints the information produced by the function whatif, an object of class "whatif", to the screen.
打印的功能whatif,一个类的对象“WHATIF”,在屏幕上产生的信息。
用法----------Usage----------
## S3 method for class 'whatif':
print(x, print.dist = FALSE, print.freq = FALSE, ...)
参数----------Arguments----------
参数:x
An object of class "whatif", the output of the function whatif.
对象的类的“WHATIF”,输出的功能whatif。
参数:print.dist
A Boolean; should the matrix of pairwise distances between each counterfactual and data point be printed to the screen, if it was returned? Default is FALSE.
一个布尔值,矩阵的每一个反事实和数据点两两之间的距离被打印到屏幕上,如果它返回了呢?默认是FALSE。
参数:print.freq
A Boolean; should the matrix of cumulative frequencies of distances for each counterfactual be printed to the screen? Default is FALSE.
一个布尔值,矩阵的每一个反事实的累积频率距离被打印在屏幕上?默认是FALSE。
参数:...
Further arguments passed to and from other methods.
更多参数传递给其他方法。
值----------Value----------
A printout to the screen of the information contained in the whatif output object.
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.summary.whatif
whatif,plot.whatif,summary.whatif,print.summary.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 output object[打印输出对象]
print(my.result)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|