Write the AGDEX results to output file
写AGDEX结果输出文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function to write the results of an AGDEX analysis to a tab-delimited text output file that can be viewed in Excel or re-imported with the function read.agdex.result.
函数写一个AGDEX分析制表符分隔的文本文件,可以在Excel中查看或与功能read.agdex.result的重新导入输出结果。
用法----------Usage----------
write.agdex.result(agdex.res, out.file)
参数----------Arguments----------
参数:agdex.res
result object produced by the agdex function
由agdex函数产生的结果对象
参数:out.file
name of the output file
输出文件的名称
作者(S)----------Author(s)----------
Stan Pounds<<a href="mailto:stanley.pounds@stjude.org">stanley.pounds@stjude.org</a>; Cuilan Lani Gao<<a href="mailto:cuilan.gao@stjude.org">cuilan.gao@stjude.org</a>>
参见----------See Also----------
read.agdex.result agdex
read.agdex.resultagdex
举例----------Examples----------
data(agdex.res)
## Not run: [#无法运行:]
#set the wording dictionary[设置的措辞字典]
setwd("localWorking dictionary")
#write the agdex result to an out file[编写出文件agdex结果]
\dontrun{
write.agdex.result(agdex.res, "agdex.result.txt")
}
#read the result file stored on dist back into R[结果文件存储到R区回读]
agdex.res2 <- read.agdex.result("agdex.result.txt")