Learn R Programming

productivity (version 0.2.0)

usagri: Price indices and implicit quantities of USA farm outputs and inputs by State, 1995-2004

Description

This data set from the United States Department of Agriculture (USDA) and its Economic Research Service department contains USA agriculture's input and output quantities along with their respective price indices for 48 States.

All quantities are expressed in thousand US$1996 and prices are relative to Alabama 1996 = 1.

Usage

usagri

Arguments

Format

A data frame with 480 observations on the following 17 variables.

States

48 States of the USA identified with two capital letters.

States.num

State number.

Years

Year.

q.livestock

Livestock and animal products' quantity, in thousand US$1996.

q.crop

Crops' quantity, in thousand US$1996.

q.other

Other farm-related productions' quantity, in thousand US$1996.

q.capital

Capital services' quantity, in thousand US$1996.

q.land

Land services' quantity, in thousand US$1996.

q.labor

Labor services' quantity, in thousand US$1996.

q.materials

Total intermediate input quantity, in thousand US$1996.

p.livestock

Livestock and animal products' relative price (1 = Alabama 1996).

p.crop

Crops' relative price (1 = Alabama 1996).

p.other

Other farm-related productions' relative price (1 = Alabama 1996).

p.capital

Capital services' relative price (1 = Alabama 1996).

p.land

Land service flows' relative price (1 = Alabama 1996).

p.labor

Labor services' relative price (1 = Alabama 1996).

p.materials

Total intermediate inputs' relative price (1 = Alabama 1996).

Details

More description on the data and the different variables can be found in the references.

References

Ball V.E., Gollop F.M., Kelly-Hawke A., and Swinand G.P. (1999), Patterns of state productivity growth in the US farm sector: Linking state and aggregate models. American Journal of Agricultural Economics, 81, 164--179.

Ball V.E., Hallahan C., and Nehring R. (2004), Convergence of productivity: An analysis of the catch-up hypothesis within a panel of states. American Journal of Agricultural Economics, 86(5), 1315--1321.

Examples

Run this code
# NOT RUN {
head(usagri)
str(usagri)
summary(usagri)
# }

Run the code above in your browser using DataLab