summary.negbin(MASS)
summary.negbin()所属R语言包:MASS
Summary Method Function for Objects of Class 'negbin'
摘要类negbin的对象方法的功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Identical to summary.glm, but with three lines of additional output: the ML estimate of theta, its standard error, and twice the log-likelihood function.
相同summary.glm,但额外的输出:三线theta的极大似然估计,其标准错误,并两次对数似然函数。
用法----------Usage----------
## S3 method for class 'negbin'
summary(object, dispersion = 1, correlation = FALSE, ...)
参数----------Arguments----------
参数:object
fitted model object of class negbin inheriting from glm and lm. Typically the output of glm.nb.
拟合模型对象类negbin继承glm和lm的。通常情况下,glm.nb输出。
参数:dispersion
as for summary.glm, with a default of 1.
如summary.glm默认值为1,。
参数:correlation
as for summary.glm.
如summary.glm。
参数:...
arguments passed to or from other methods. </table>
参数传递或其他方法。 </ TABLE>
Details
详情----------Details----------
summary.glm is used to produce the majority of the output and supply the result. This function is a method for the generic function summary() for class "negbin". It can be invoked by calling summary(x) for an object x of the appropriate class, or directly by calling summary.negbin(x) regardless of the class of the object.
summary.glm用于生产大多数的输出,并提供结果。这个函数是一个泛型函数summary()类"negbin"方法。它可以通过调用调用summary(x)对象x适当的类,或直接致电summary.negbin(x)不管对象的类。
值----------Value----------
As for summary.glm; the additional lines of output are not included in the resultant object.
为summary.glm;额外的输出线不包括在结果对象。
副作用----------Side Effects----------
A summary table is produced as for summary.glm, with the additional information described above.
汇总表产生summary.glm,上文所述的其他信息。
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
summary, glm.nb, negative.binomial, anova.negbin
summary,glm.nb,negative.binomial,anova.negbin
举例----------Examples----------
summary(glm.nb(Days ~ Eth*Age*Lrn*Sex, quine, link = log))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|