optansout(Rvmmin)
optansout()所属R语言包:Rvmmin
Output tool for answers from optimx
输出答案optimx工具
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The optimx general-purpose optimization wrapper function that calls other R tools for optimization, including the existing optim() function creates a data frame of results. optansout displays this data frame and optionally saves it in text form to a file. The parameter vectors, which may be very long, are summarized by the first 5 parameters if there are more than 5.
在optimx通用优化包装函数调用R工具进行优化,包括现有的OPTIM()函数创建一个数据框的结果。 optansout显示此数据框,并选择性地将其保存在一个文件的文本形式。概述的参数矢量,这可能是很长的,由第5参数,如果有超过5。
This routine has also been added to other optimization packages for convenience in output of optimization results.
这个程序也被添加到其他优化软件包,为方便起见,在输出的最优化结果。
用法----------Usage----------
optansout(ansdf, filename)
参数----------Arguments----------
参数:ansdf
A dataframe of results from an optimx run
一个数据框的结果从一个optimx的运行
参数:filename
A properly qualified filename where text data is to be saved. If NULL output is only to the terminal.
正确的文件名的文本数据将被保存。如果为NULL的输出是仅向终端。
Details
详细信息----------Details----------
None
无
值----------Value----------
optansout always returns TRUE.
optansout总是返回TRUE。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|