Skip to contents

A 2010 survey asking a randomly sample of registered voters in California for their position on drilling for oil and natural gas off the Coast of California.

Usage

offshore_drilling

Format

A data frame with 827 observations on the following 2 variables.

college_grad

a factor with levels no yes

Source

Survey USA, Election Poll #16804, data collected July 8-11, 2010.

Examples


offshore_drilling
#> # A tibble: 828 × 2
#>    v1       v2          
#>    <fct>    <fct>       
#>  1 position college_grad
#>  2 support  yes         
#>  3 support  yes         
#>  4 support  yes         
#>  5 support  yes         
#>  6 support  yes         
#>  7 support  yes         
#>  8 support  yes         
#>  9 support  yes         
#> 10 support  yes         
#> # ℹ 818 more rows