Displaying 1 result from an estimated 1 matches for "bldgtypes".
Did you mean:
bldgtype
2012 Jan 13
2
More issues with apply
...))
PeriodResType_Zx <- tapply(DataSet2..$Bldgtype, DataSet2..$Taz, table)
PeriodResType_Zx
Data set 1 returns the desired outcome, an array with elements consisting of
a labeled table
Data set 2 returns an array without the table labeled.
This is occuring becuase there are not a variety of Bldgtypes in data set
two, but this is a reality of the data so how can i get the data into the
same format, with a Bldgtype descriptor in the array like the Data set 1
result?
Thanks all
Cheers
--
View this message in context: http://r.789695.n4.nabble.com/More-issues-with-apply-tp4293529p4293529.html
S...