Displaying 6 results from an estimated 6 matches for "uscensus2000tract".
2010 Nov 02
1
Using data( ) in a loop
I'm trying to generate 50+ graphs using the UScensus2000tract data. I
need to access the data for just about all of the states, so I was
hoping to create a simple loop that will take the relevant state from my
data and load the associated census data from the UScensus2000tract
package. Below is a sample of what I'm trying to do. Any suggestions
are mu...
2012 Sep 14
1
USCensus2000 package
Does anyone know the appropriate R code to obtain census tracts (tract
and block level) from addresses by using Zack Almquist's USCensus2000
package?
Thank you,
--
Michael Leitson
Michael.Leitson at gmail.com
2010 Jun 21
2
Return value associated with a factor
...he code is yielding the position of the factor.
How do I instead return the value of the factor?
By way of example, for Lon=-82.49574 and Lat=29.71495, the code returns
state = 1, county = 1 and tract = 161. The desired results are state=12,
county = 001 tract = 002201.
#set libraries
library(UScensus2000tract)
library(gdata)
data(florida.tract)
#read input
dbs.in = read.delim("addresses_coded_new.txt", header = TRUE, sep = "\t",
quote="\"", dec=".")
#instantiate output
more.columns <- data.frame( state=double(0...
2009 Dec 13
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* Bergm (1.0)
Alberto Caimo
http://crantastic.org/packages/Bergm
Functions implementing Bayesian estimation for exponential random
graph models via exchange algorithm
Updated packages
----------------
lmtest (0.9-26), logcondens (1.3.5), MTSKNN (0.0-4), pmml (1.2.21),
r2lUniv (0.9.4), rattle (2.5.11), rgdal (0.6-23),
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods.
I have this function :
setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")})
setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) {
... ... ...
})
2010 Mar 14
3
CRAN (and crantastic) updates this week
...Teaching (0.9.5), tm (0.5-3), tm.plugin.mail (0.0-2),
tmvtnorm (1.0-2), tnet (2.5), topicmodels (0.0-4), topmodel (0.7.2),
tradeCosts (0.3-1), trio (1.0.14), tsDyn (0.7-22), tseriesChaos
(0.1-10), ttrTests (1.5), unmarked (0.8-3), UScensus2000 (0.07),
UScensus2000add (0.04), UScensus2000cdp (0.03), UScensus2000tract
(0.03), VarianceGamma (0.3-0), vars (1.4-7), vegan (1.17-2),
WMBrukerParser (1.2)
This email provided as a service for the R community by
http://crantastic.org.
Like it? Hate it? Please let us know: cranatic at gmail.com.