CBdata(SNSequate)
CBdata()所属R语言包:SNSequate
Observed (raw) score values for two different tests
观察(原料)两种不同的测试得分值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The data set is from a small field study from an international testing program. It contains the observed scores for two tests X (with 75 items) and Y (with 76 items) administered to two independent, random samples of examinees from a single population P. For more details, see Chapter 9 in Von Davier et al, (2004) from where the data were obtained.
国际测试程序,该数据集是从一个小的实地考察。它包含了观测到的两个测试得分X(75件)和Y(76资料)管理,以两个独立的随机样本的考生从一个单一的人口P。有关详细信息,请参阅第9章冯Davier等人(2004年)获得的数据。
用法----------Usage----------
data(CBdata)
格式----------Format----------
A list with elements containing the observed scores of the sample taking test X first, followed by test Y (datX1Y2), and the scores of the sample taking test Y first followed by test X (datX2Y1).
含样品的观察分数服用试验X第一,随后由测试Y(datX1Y2),和样品的分数服用测试Y的元素的列表首先遵循通过试验X(datX2Y1)。
参考文献----------References----------
New York, NY: Springer-Verlag.
实例----------Examples----------
data(CBdata)
## maybe str(CBdata) ; ...[#也许(STR的cbData); ...]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|