找回密码
 注册
查看: 531|回复: 0

R语言 WhatIf包 print.whatif()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 22:27:25 | 显示全部楼层 |阅读模式
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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-25 03:00 , Processed in 0.026649 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表