merge.mark(RMark)
merge.mark()所属R语言包:RMark
Merge mark model objects and lists of mark model objects
合并标记标记的模型对象模型对象,并列出
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Merge an unspecified number of marklist and mark model objects into a single marklist with an optional table of model results if table=TRUE.
合并marklist和数目不详的标记的模型对象到一个单一marklist与一个可选的表模型结果,如果table=TRUE。
用法----------Usage----------
## S3 method for class 'mark'
merge(...,table=TRUE)
参数----------Arguments----------
参数:...
an unspecified number of marklist and/or mark model objects
数目不详的marklist和/或标记的模型对象
参数:table
if TRUE, a table of model results is also included in the returned list
如果为true,模型结果表也包含在返回的列表
值----------Value----------
model.list: a list of mark models and optionally a table of model results.
model.list:mark模型和一个可选的模型结果表的列表。
(作者)----------Author(s)----------
Jeff Laake
参见----------See Also----------
collect.models,remove.mark,run.models,model.table,dipper
collect.models,remove.mark,run.models,model.table,dipper
实例----------Examples----------
# see example in dipper[例如,在瓢]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|