Displaying 1 result from an estimated 1 matches for "agg_data".
Did you mean:
  acr_data
  
2010 Sep 08
1
Aggregating data from two data frames
Dear all,
I'm working with two data frames.
The first frame (agg_data) consists of two columns. agg_data[,1] is a unique
ID for each row and agg_data[,2] contains a continuous variable.
The second data frame (geo_data) consists of several columns. One of these
columns (geo_data$ZCTA) corresponds to the unique ID in the first data
frame. The problem is that only a su...