Learn R Programming

erer (version 4.0)

daLaw: Data for statutory reforms and retention of prescribed fire liability laws on forest land by state

Description

This data set contains a cross-sectional data set for current adoption of statutory laws with regard to prescribed fire liability on forest landowners. It has 50 observations and 16 variables.

SHORTTwo-letter abbreviations of 50 state names
STATEFull state names
YCategorical dependent variable (Y = 0, 1, 2, or 3)
FYNFSNational Forests area in a state (million acres)
FYINDIndustrial forest land area in a state (million acres)
FYNIPNonindustrial private forest land area in a state (million acres)
AGENPermanent forestry program personnel in a state
POPRURRural population in a state (million)
EDUPopulation 25 years and older with advanced degrees in a state (million)
INCPer capita income in a state (thousand dollars)
DAYThe maximum length of legislative sessions in calendar days in a state
BIANNA dummy variable equal to one for states with annual legislative sessions, zero with biannual (or less)
SEATTotal number of legislative seats (Senate plus House) in the legislative body in a state
BICAMLevel of bicameralism in a state, defined as the size of the Senate divided by the size of the House
COMITTotal number of standing committees in a state
RATIOTotal number of standing committees in a state divided by the number of legislators

Usage

data(daLaw)

Arguments

Format

A data frame object with 50 rows and 16 variables.

Details

This is the final data set used in the study of Sun (2006).

References

Sun, C. 2006. State statutory reforms and retention of prescribed fire liability laws on US forest land. Forest Policy and Economics 9(4):392-402.

Examples

Run this code
data(daLaw)
str(daLaw); head(daLaw); names(daLaw) 

Run the code above in your browser using DataLab