rpf.sample(rpf)
rpf.sample()所属R语言包:rpf
Randomly sample response patterns given a list of items
随机抽样的反应模式的项目列表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a random sample of response patterns given a list of unidimensional item models and parameters.
给出了一维项目模型和参数列表,返回一个随机抽样的反应模式。
用法----------Usage----------
rpf.sample(theta, items, params)
参数----------Arguments----------
参数:theta
either a vector of trait abilities or the number of abilities to draw from N(0,1)
无论是矢量性状能力或能力绘制的数目由N(0,1)
参数:items
a list of item models
列表中的项目模型
参数:params
a list of item parameters. If omitted, random item parameters are generated for each item model.
一个项目的参数列表。如果省略该参数,生成随机项参数为每个项目模型。
值----------Value----------
Returns a matrix of response patterns
返回矩阵的反应模式
参见----------See Also----------
sample
sample
实例----------Examples----------
i1 <- rpf.drm()
i1.p <- rpf.rparam(i1)
i2 <- rpf.gpcm(numOutcomes=3)
i2.p <- rpf.rparam(i2)
rpf.sample(5, list(i1,i2), list(i1.p, i2.p))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|