PIMS(RMark)
PIMS()所属R语言包:RMark
Display PIM for a parameter
参数显示PIM
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract PIMS for a particular parameter and display either the full PIM structure or the simplified PIM structure.
将PIMS提取为一个特定参数,并显示无论是完整的PIM结构或简化PIM结构。
用法----------Usage----------
PIMS(model, parameter, simplified = TRUE,
use.labels = TRUE)
参数----------Arguments----------
参数:model
mark model object
标记的模型对象
参数:parameter
character string of a particular type of parameter in the model (eg "p","Phi","pent","S")
模型中的一个特定类型的参数(例如,“p”的,“披”,“戊”,“S”)的字符串
参数:simplified
if TRUE show simplified PIM structure; otherwise show full structure
如果是TRUE显示PIM结构简化,否则显示完整的结构
参数:use.labels
if TRUE, uses time and cohort labels for columns and rows respectively
如果为true,则使用标签列和行的时间和队列
值----------Value----------
None
无
(作者)----------Author(s)----------
Jeff Laake
参见----------See Also----------
make.design.data
make.design.data
实例----------Examples----------
data(dipper)
results=mark(dipper)
PIMS(results,"Phi")
PIMS(results,"Phi",simplified=FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|