Skip to content

Commit

Permalink
nailed it
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdamico committed Jul 26, 2014
1 parent 6218fc8 commit 61186ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ svyby(
gss.design.female <-
subset(
gss.design ,
sex %in% 'female'
sex %in% 2
)
# now any of the above commands can be re-run
# using the gss.design.female object
Expand Down Expand Up @@ -447,7 +447,7 @@ write.csv( polviews.by.region , "polviews by region.csv" )
# here's the percent of the country who self-identify as
# moderate by region, with accompanying standard errors
moderate.rate.by.region <-
polviews.by.region[ , c( "region" , "polviewsmoderate" , "se.polviewsmoderate" ) ]
polviews.by.region[ , c( "region" , "polviews4" , "se.polviews4" ) ]

# that's all rows, and the three specified columns

Expand Down

0 comments on commit 61186ad

Please sign in to comment.