mgee(saws)
mgee()所属R语言包:saws
Modified gee function to output extra objects for saws
修改哎呀函数来输出额外的对象锯
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is just the gee function from the gee package with extra lines added at the end to create a score matrix (i.e., estimating equation) and information array (i.e., minus the derivative of the estimating equation). Since the code is the same (except the additional lines) all help for gee applies to mgee.
这仅仅是gee功能gee包在末尾添加额外的线路,创建一个得分矩阵(即估算公式)和信息数组(即减去衍生工具的估计方程) 。由于代码是相同的(额外的除外)所有帮助gee适用于mgee。
用法----------Usage----------
mgee(formula = formula(data), id = id, data = parent.frame(), subset, na.action, R = NULL, b = NULL, tol = 0.001, maxiter = 25, family = gaussian, corstr = "independence", Mv = 1, silent = TRUE, contrasts = NULL, scale.fix = FALSE, scale.value = 1, v4.4compat = FALSE)
参数----------Arguments----------
参数:formula
see gee help
哎呀帮助
参数:id
see gee help
哎呀帮助
参数:data
see gee help
哎呀帮助
参数:subset
see gee help
哎呀帮助
参数:na.action
see gee help
哎呀帮助
参数:R
see gee help
哎呀帮助
参数:b
see gee help
哎呀帮助
参数:tol
see gee help
哎呀帮助
参数:maxiter
see gee help
哎呀帮助
参数:family
see gee help
哎呀帮助
参数:corstr
see gee help
哎呀帮助
参数:Mv
see gee help
哎呀帮助
参数:silent
see gee help
哎呀帮助
参数:contrasts
see gee help
哎呀帮助
参数:scale.fix
see gee help
哎呀帮助
参数:scale.value
see gee help
哎呀帮助
参数:v4.4compat
see gee help
哎呀帮助
值----------Value----------
A gee object with two extra elements to the list, u and omega (see saws).
一个哎呀对象有两个额外的元素的列表,U和ω(见saws)。
(作者)----------Author(s)----------
last few lines by M.P. Fay, for the rest see <code><a href="../../gee/html/gee.html">gee</a></code> package DESCRIPTION
参见----------See Also----------
gee
gee
实例----------Examples----------
## example from gee help[#哎呀帮助例如]
data(warpbreaks)
mout<-mgee(breaks~tension,id=wool,data=warpbreaks,corstr="exchangeable")
saws(mout)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|