plot.zelig(Zelig)
plot.zelig()所属R语言包:Zelig
Graphing Quantities of Interest
图形数量的利息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The zelig method for the generic plot command generates default plots for sim output with
zelig方法的通用plot命令生成默认图sim输出
用法----------Usage----------
## S3 method for class 'zelig'
plot(x, xlab = "", user.par = FALSE, ...)
参数----------Arguments----------
参数:x
stored output from sim. If the x$x or x$x1 values stored in the object contain more than one observation, plot.zelig will return an error. For linear or generalized linear models with more than one observation in x$x and optionally x$x1, you may use plot.ci.
存储输出从sim。如果x$x或x$x1值存储在对象中包含一个以上的观察,plot.zelig将返回一个错误。对于线性或一个以上的观察x$x和选择性x$x1,你可以使用plot.ci广义线性模型。
参数:xlab
a character string for the x-axis label for all graphs.
一个字符的字符串的所有图形的x轴标签。
参数:user.par
a logical value indicating whether to use the default Zelig plotting parameters (user.par = FALSE) or user-defined parameters (user.par = TRUE), set using the par function prior to plotting.
一个逻辑值,该值指示是否使用默认的Zelig绘制参数(user.par = FALSE)或用户定义的参数(user.par = TRUE),使用par函数之前绘制。
参数:...
Additional parameters passed to plot.default. Because plot.zelig primarily produces diagnostic plots, many of these parameters are hard-coded for convenience and presentation.
额外的参数传递给plot.default。因为plot.zelig主要生产诊断图,这些参数是硬编码的方便和演示。
值----------Value----------
Depending on the class of model selected, plot.zelig will return an on-screen window with graphs of the various quantities of interest. You may save these plots using the commands described in the Zelig manual (available at http://gking.harvard.edu/zelig).
根据模型之类的选择,plot.zelig将返回一个屏幕上的窗口与图形的不同数量的。您可以保存这些图策利希手册(可在http://gking.harvard.edu/zelig)中所描述的命令。
(作者)----------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----------
The full Zelig manual at http://gking.harvard.edu/zelig and plot, lines,
完整的策利希手册http://gking.harvard.edu/zelig和plot,lines
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|