effectsDocumentation(RSiena)
effectsDocumentation()所属R语言包:RSiena
Function to create a table of documentation of effect names, short names etc.
函数来创建表文件的效果名称,短名称等。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces a table of the shortnames and other information for effects, either in html or latex.
产生的shortnames表和其他信息的影响,无论是在HTML或乳胶。
用法----------Usage----------
effectsDocumentation(type = "html", display = type == "html",
filename = "effects")
参数----------Arguments----------
参数:type
type of output required. Valid options are "html" or "latex".
所需的输出类型。有效的选项是“html”或“乳胶”。
参数:display
Boolean: should the output be displayed after creation. Only applicable to html output.
布尔型:是输出后显示的创建。只适用于HTML输出。
参数:filename
Basename of the files to be written.
BASENAME要写入的文件。
Details
详细信息----------Details----------
The allEffects object is reformatted into a table, either latex or html.
allEffects对象格式化成一个表,:乳胶或HTML。
值----------Value----------
Nothing returned. Output files are created.
什么也没回来了。输出文件被创建。
(作者)----------Author(s)----------
Ruth Ripley
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|