Ec.8(SenSrivastava)
Ec.8()所属R语言包:SenSrivastava
Data on asylum requests to the U.S. by country of origen of applicant
数据庇护申请到美国的国家的渊源,申请人
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Ec.8 data frame has 112 rows and 5 columns.
Ec.8数据框有112行5列。
用法----------Usage----------
data(Ec.8)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a character vector, containing country of origen of applicant.
字符向量,含有奥利国家的申请人。
a numeric vector, number of successful applications.
一个数值向量,一些成功应用。
a numeric vector, number of denied applications.
一个数值向量,被拒绝的应用程序。
a numeric vector, 1 if country is considered hostile to the U.S., 0 en other case.
一个数值向量,如果国家被认为是敌视美国,0连接其他情况。
a numeric vector, 1 if country is European or mainly inhabited by people of european descent.
一个数值向量,如果国家是欧洲或欧洲血统的人主要聚居。
源----------Source----------
Prof. Barbara Yarnold, Dept. of political science, Saginaw Valley State University, Saginaw, Michigan.
,政治科学系教授芭芭拉Yarnold,萨吉诺谷州立大学,密歇根州萨吉诺。
实例----------Examples----------
data(Ec.8)
summary(Ec.8)
attach(Ec.8)
Ec.8.m1 <- glm(cbind(APR, DEN) ~ E + H, data=Ec.8, family=binomial)
summary(Ec.8.m1)
detach()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|