Learn R Programming

GWPR.light (version 0.2.1)

TransAirPolCalif: Panel Dataset for Testing GWPR

Description

Panel dataset to estimate the relationship between county-level PM2.5 concentration and on-road transporation in California.

Usage

data(TransAirPolCalif)

Arguments

Format

A data.frame with 23 variables, and 928 observations, which are:

GEOID

a numeric vector, fips IDs of the counties

year

a numeric vector, year

pm25

a numeric vector, annually average PM2.5 concentration in the counties

co2_mean

a numeric vector, geographically average CO2 emission from on-road transportation in each year, million tons/km2

Developed_Open_Space_perc

a numeric vector, percentage of developed open space of total area in each county

Developed_Low_Intensity_perc

a numeric vector, percentage of low-intensity developed area of total area in each county

Developed_Medium_Intensity_perc

a numeric vector, percentage of medium-intensity developed area of total area in each county

Developed_High_Intensity_perc

a numeric vector, percentage of high-intensity develope area of total area in each county

Open_Water_perc

a numeric vector, percentage of open water of total area in each county

Woody_Wetlands_perc

a numeric vector, percentage of woody wetland of total area in each county

Emergent_Herbaceous_Wetlands_perc

a numeric vector, percentage of emergent herbaceous wetland of total area in each county

Deciduous_Forest_perc

a numeric vector, percentage of deciduous forest of total area in each county

Evergreen_Forest_perc

a numeric vector, percentage of evergreen forest of total area in each county

Mixed_Forest_perc

a numeric vector, percentage of mixed forest of total area in each county

Shrub_perc

a numeric vector, percentage of shrub of total area in each county

Grassland_perc

a numeric vector, percentage of grassland of total area in each county

Pasture_perc

a numeric vector, percentage of pasture of total area in each county

Cultivated_Crops_perc

a numeric vector, percentage of cultivated crops of total area in each county

pop_density

a numeric vector, average population density in each county

summer_tmmx

a numeric vector, average temperature in summer

winter_tmmx

a numeric vector, average temperature in winter

summer_rmax

a numeric vector, average humidity in summer

winter_rmax

a numeric vector, average humidity in winter

Examples

Run this code
# NOT RUN {
data(TransAirPolCalif)
head(TransAirPolCalif)
# }

Run the code above in your browser using DataLab