E1.15(SenSrivastava)
E1.15()所属R语言包:SenSrivastava
Stevens Experiment to compare notes against a standard (80 Db)
史蒂文斯实验来研究针对标准(80分贝)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E1.15 data frame has 10 rows and 3 columns. Stevens (1956) asked a number of persons to compare notes of various decibel levels against a standard (80 decibels) and to assign them a loudness rating with the standard note being a 10. logy is the response variable and x the stimulus.
E1.15数据框有10行3列。史蒂文斯(1956年)的人问了一些不同的分贝水平对记录进行比较的标准(80分贝),并为它们分配一个响度评定值与标准注10。呆呆的响应变量x的刺激。
用法----------Usage----------
data(E1.15)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, the stimulus.
一个数值向量,刺激。
a numeric vector, the median response at x
一个数值向量,中位缓解x
a numeric vector, the log of y.
一个数值向量,logy。
源----------Source----------
Dacey,M.F. (1983) Social science Theories and Methods I: Models of Data Evanston: Northwestern University, fromStevens (1956).
Dacey,M.F. (1983)社会科学的理论和方法I:模型的数据埃文斯顿西北大学,fromStevens(1956)。
实例----------Examples----------
data(E1.15)
attach(E1.15)
plot(x, logy)
abline(lm( logy ~ x, data=E1.15))
detach()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|