model.end(Zelig)
model.end()所属R语言包:Zelig
Cleaning up after optimization
优化后的清理
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The model.end function creates a list of regression output from optim output. The list includes coefficients (from the optim par output), a variance-covariance matrix (from the optim Hessian output), and any terms, contrasts, or xlevels (from the model frame). Use model.end after calling optim, but before assigning a
model.end函数创建的列表,回归输出从optim输出。这份名单包括系数(从optimpar输出),方差 - 协方差矩阵(从optim黑森州输出中),以及任何条款,对比,或xlevels(从模型框架)。使用model.end后调用optim,但在此之前分配
用法----------Usage----------
model.end(res, mf)
参数----------Arguments----------
参数:res
the output from optim or another fitting-algorithm
optim或其他拟合算法的输出
参数:mf
the model frame output by model.frame
模型框架输出model.frame
值----------Value----------
A list of regression output, including:
回归输出的列表,包括:
参数:coefficients
the optimized parameters
优化的参数
参数:variance
the variance-covariance matrix (the negative inverse of the Hessian matrix returned from the optimization procedure)
方差 - 协方差矩阵(Hessian矩阵的负逆从优化过程返回)
参数:terms
the terms object. See terms.object for more information
的术语反对。 terms.object的详细信息见
参数:...
additional elements passed from res
额外的元素通过从res
(作者)----------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>>; Ferdinand Alimadhi
<<a href="mailto:falimadhi@iq.harvard.edu">falimadhi@iq.harvard.edu</a>>
参见----------See Also----------
The full Zelig manual at http://gking.harvard.edu/zelig for examples.
完整的Zelig手册的例子在http://gking.harvard.edu/zelig。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|