WomenQueue(vcd)
WomenQueue()所属R语言包:vcd
Women in Queues
队列中的女性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Data from Jinkinson \& Slater (1981) and Hoaglin \& Tukey (1985) reporting the frequency distribution of females in 100 queues of length 10 in a London Underground station.
数据Jinkinson \&斯莱特(1981年)和Hoaglin \&杜克(1985年)的女性报告的频率分布在100个队列长度为10的伦敦地铁站。
用法----------Usage----------
data("WomenQueue")
格式----------Format----------
A 1-way table giving the number of women in 100 queues of length 10. The variable and its levels are
1路表,给妇女在100个队列长度为10。的变量,它的水平
Name
名称
nWomen
nWomen
源----------Source----------
M. Friendly (2000), Visualizing Categorical Data, pages 19–20.
M.活动(2000年),可视化分类数据,第19-20页。
参考文献----------References----------
Checking the shape of discrete distributions. In D. C. Hoaglin, F. Mosteller, J. W. Tukey (eds.), Exploring Data Tables, Trends and Shapes, chapter 9. John Wiley \& Sons, New York.
Critical discussion of a graphical method for identifying discrete distributions, The Statistician, 30, 239–248.
Visualizing Categorical Data. SAS Institute, Cary, NC.
实例----------Examples----------
data("WomenQueue")
gf <- goodfit(WomenQueue, type = "binomial")
summary(gf)
plot(gf)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|