Learn R Programming

catregs (version 1.3)

LF06art: Data to replicate Long and Freese's (2006) count models (pp354-414)

Description

For replication purposes between Stata and R. Long and Freese (2006) analyze these data to illustrate regression models for count dependent variables.

Usage

data("LF06art")

Arguments

Format

A data frame with 915 observations on the following 6 variables.

art

count response

fem

dummy for sex

mar

dummy for married

kid5

number of children under five

phd

a numeric vector

ment

a numeric vector

Examples

Run this code
data(LF06art)
head(LF06art)

Run the code above in your browser using DataLab