Re: [R] Households per Census block

2015-08-04 Thread Zack Almquist
Assistant Professor Department of Sociology and School of Statistics Affiliate, Minnesota Population Center University of Minnesota I have a feeling that this is not a problem with the API. Thanks for your help, KW On Aug 3, 2015, at 2:12 PM, Zack Almquist almqu...@umn.edu wrote: Hi

Re: [R] Households per Census block

2015-08-04 Thread Zack Almquist
, 2015, at 3:22 PM, Zack Almquist almqu...@umn.edu wrote: P.S. The US census has different populations (or worlds) so make sure the housing variable you use is accessing the correct world. Best, -- Zack - Zack W. Almquist

Re: [R] Households per Census block

2015-08-04 Thread Zack Almquist
Affiliate, Minnesota Population Center University of Minnesota On Tue, Aug 4, 2015 at 2:12 PM, Zack Almquist almqu...@umn.edu wrote: Hi Keith, On Tue, Aug 4, 2015 at 12:43 PM, Keith S Weintraub kw1...@gmail.com wrote: I had to download a bunch of stuff but I got it mostly working. Unfortunately

Re: [R] Households per Census block

2015-08-03 Thread Zack Almquist
Hi Anthony and Keith Weintraub, Here is a way to do what you are asking using the UScensus2010 packages: ## latest version of the package, not yet on CRAN install.packages(UScensus2010, repos=http://R-Forge.R-project.org;) library(UScensus2010) install.blk() library(UScensus2010blk) ### You will