rpf.gpcm(rpf)
rpf.gpcm()所属R语言包:rpf
Create a generalized partial credit model and associated hyperparameters.
创建一个通用的部分信贷模式和相关的超。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function instantiates a generalized partial credit model. The discrimination prior defaults to the lognormal distribution with meanlog=0 and sdlog=.5.
此功能实例化一个通用部分信贷模式。的歧视之前,默认为对数正态分布meanlog=0和sdlog=.5。
用法----------Usage----------
rpf.gpcm(numOutcomes = 2, dimensions = 1, D = 1,
multidimensional)
参数----------Arguments----------
参数:numOutcomes
The number of choices available
可用的选择数
参数:dimensions
the number of dimensions
的维数
参数:D
defaults to 1 or pass in rpf.ogive
默认为1或通rpf.ogive
参数:multidimensional
whether to use a multidimensional model. Defaults to TRUE when dimensions>1 and FALSE when dimensions==1.
是否使用多维模型。默认为TRUEdimensions>1和FALSEdimensions==1。
Details
详细信息----------Details----------
It is not yet possible to further customize the Bayesian priors. The API will change before the 1.0 release.
这还不是可以进一步自定义贝叶斯的先验知识。 API将改变之前的1.0版本。
值----------Value----------
an item model
产品型号
参考文献----------References----------
Estimation Techniques. Marcel Dekker, Inc.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|