summary.simSNPglm(scrime)
summary.simSNPglm()所属R语言包:scrime
Summarizing a simSNPglm object
总结simSNPglm对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summarizes an object of class simSNPglm.
总结类simSNPglm的对象。
用法----------Usage----------
## S3 method for class 'simSNPglm'
summary(object, digits = 3, ...)
参数----------Arguments----------
参数:object
an object of class simSNPglm, i.e.\ the output of simulateSNPglm.
类的一个对象simSNPglm,即\输出simulateSNPglm。
参数:digits
number of digits used in the output.
的输出中使用的数字数。
参数:...
Ignored.
忽略。
值----------Value----------
Shows the model used in simulateSNPglm to generate the values of the response. If the response is binary, then it additionally shows and returns a contingency table of the numbers of cases and controls and the probabilities for being a case.
显示simulateSNPglm产生的响应值所使用的模型。如果响应是二进制的,那么还显示,并返回一个列联表的病例和对照组的数量和概率的情况下。
(作者)----------Author(s)----------
Holger Schwender, <a href="mailto:holger.schwender@udo.edu">holger.schwender@udo.edu</a>
参见----------See Also----------
simulateSNPglm
simulateSNPglm
实例----------Examples----------
# The default simulated data set.[默认的模拟数据集。]
sim1 <- simulateSNPglm()
sim1
# A bit more information: Table of probability of being a case[多一点信息:表的情况下的概率]
# vs. number of cases and controls.[与病例组和对照组。]
summary(sim1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|