Sorry I wasn't completely clear, I am not 100% sure I know all the
terminology but what I want the array to store is both 'Taz' with the
'Bldgtype' count designations like the result from data set one returns.
When there isn't more than one type of 'Bldgtype' like in data set 2 the
'Bldgtype' desi
On Jan 13, 2012, at 4:55 PM, LCOG1 wrote:
Hi all,
Please consider the following:
DataSet1.. <-
data
.frame(Bldgtype=c("SFDM","SFDM","SFDM","SFDM","SFDM","SFDM","APT"),
Taz=c("254","254","254","564","564","564","564"),stringsAsFactors =
FALSE)
PeriodResType_Zx <- tapply(as.character(Data
Hi all,
Please consider the following:
DataSet1.. <-
data.frame(Bldgtype=c("SFDM","SFDM","SFDM","SFDM","SFDM","SFDM","APT"),
Taz=c("254","254","254","564","564","564","564"),stringsAsFactors = FALSE)
PeriodResType_Zx <- tapply(as.character(DataSet1..$Bldgtype),
as.character(DataSet1..$Taz),
3 matches
Mail list logo