Ec.8: Data on asylum requests to the U.S. by country of origen of...

Ec.8R Documentation

Data on asylum requests to the U.S. by country of origen of applicant

Description

The Ec.8 data frame has 112 rows and 5 columns.

Usage

data(Ec.8)

Format

This data frame contains the following columns:

Country

a character vector, containing country of origen of applicant.

APR

a numeric vector, number of successful applications.

DEN

a numeric vector, number of denied applications.

H

a numeric vector, 1 if country is considered hostile to the U.S., 0 en other case.

E

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.

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()

SenSrivastava documentation built on May 29, 2024, 7:34 a.m.