找回密码
 注册
查看: 355|回复: 0

R语言 sabreR包 print.sabre()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 21:22:47 | 显示全部楼层 |阅读模式
print.sabre(sabreR)
print.sabre()所属R语言包:sabreR

                                        Defining and Fitting SABRE Models
                                         SABRE模型的定义和装配

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

'print.sabre' is used to print information about a fitted sabre model.
“print.sabre”是用来打印一个装有军刀模型的信息。


用法----------Usage----------





## S3 method for class 'sabre'
print(x, estimates = TRUE, iterations = FALSE, variables = FALSE, settings = TRUE, shm = TRUE, rem = TRUE,...)



参数----------Arguments----------

参数:x
The sabre model to be printed (mandatory)
要打印的佩剑模型(强制)


参数:estimates
Output will include model estimates for standard homogenous model (if shm = TRUE) and random effects model (if rem = TRUE).
输出将包括标准的同质性模型(如SHM = TRUE)和随机效应模型(REM = TRUE)的模型估计。


参数:iterations
Output will include the iterations from the model fitting for standard homogenous model (if shm = TRUE) and random effects model (if rem = TRUE).
计划将包括从模型的拟合标准的同质性模型(如SHM = TRUE)和随机效应模型(REM = TRUE)的迭代。


参数:variables
Output will include the model variable names and types for standard homogenous model (if shm = TRUE) and random effects model (if rem = TRUE).
计划将包括标准的同质性模型(如SHM = TRUE)和随机效应模型(REM = TRUE)的模型变量的名称和类型。


参数:settings
Output will include the model settings and likelihood figures for standard  homogenous model (if shm = TRUE) and random effects model (if rem = TRUE).  
输出包括数字标准的同质性模型(如SHM = TRUE)和随机效应模型(REM = TRUE)的模式设置和可能性。


参数:shm
Enables information regarding the standard homogenous model when set to TRUE
允许有关标准的同质模式设置为TRUE时,


参数:rem
Enables information regarding the random effects model when set to TRUE
使信息的随机效应模型设置为TRUE时,


参数:...
other arguments to be passed to or from other methods
其他参数传递给其他方法


值----------Value----------

Displays the details of the fitted model.
显示拟合模型的细节。


(作者)----------Author(s)----------


Prof. R. Crouchley
Centre for e-Science
Lancaster University
Lancaster
United Kingdom
e-mail : asarc@exchange.lancs.ac.uk



实例----------Examples----------



# load data ...[加载数据...]
data(drvisits)
# ... and attach it[...并将其附加]
attach(drvisits)

# the first model[第一个模型]
sabre.model.1<-sabre(numvisit~reform+age+educ+married+badh+loginc+summer,
                     case=obs,
                     first.family="poisson")

# the second model[第二个模型]
sabre.model.2<-sabre(numvisit~reform+age+educ+married+badh+loginc+summer,
                     case=id,
                     first.family="poisson")

# compare them[对它们进行比较]
print(sabre.model.1)
print(sabre.model.2)


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-29 00:49 , Processed in 0.020100 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表