NonResponse(vcd)
NonResponse()所属R语言包:vcd
Non-Response Survey Data
非响应调查数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Data about non-response for a Danish survey in 1965.
关于非响应的丹麦在1965年的调查数据。
用法----------Usage----------
data("NonResponse")
格式----------Format----------
A data frame with 12 observations and 4 variables.
有12个观测和4个变量的数据框。
Freq frequency.
频率频率。
residence factor indicating whether residence was in Copenhagen, in a city outside Copenhagen or at the countryside
是否居住在哥本哈根,在哥本哈根以外的城市或农村的居住因素
response factor indicating whether a response was given (yes,
响应因子指示是否响应(是的,
gender factor indicating gender (male, female).
性别因素,表示性别(男,女)。
源----------Source----------
E. B. Andersen (1991), The Statistical Analysis of Categorical Data, Table 5.17.
EB安徒生(1991年),分类数据的统计分析,表5.17。
参考文献----------References----------
The Statistical Analysis of Categorical Data. 2nd edition. Springer-Verlag, Berlin.
实例----------Examples----------
data("NonResponse")
structable(~ ., data = NonResponse)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|