Learn R Programming

SenSrivastava (version 0.1-14)

Ec.8: 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)

Arguments

concept

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

source

Prof. Barbara Yarnold, Dept. of political science, Saginaw Valley State University, Saginaw, Michigan.

Examples

Run this code
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()

Run the code above in your browser using DataLab