search for: edu_clust

Displaying 1 result from an estimated 1 matches for "edu_clust".

Did you mean: adm_clust
2010 May 28
1
Data frame manipulation
...ACC_CLUST","WHL","ADM_CLUST", "HLH","HLH_CLUST","ACC","RTL_CLUST","MFG","ADM","MFG_CLUST","CNS_CLUST","PRF","PUB", "FIN","INF_CLUST","INF","EDU_CLUST","REC","EDU", "MNG","UTL","MIN") #Build data frame EmpTotCt.Zn..<-data.frame(TotEmp,ClusterType,Taz) #Reverse rows to columns EmpTotCt.Zn2..<-as.data.frame(t(as.matrix(EmpTotCt.Zn..))) "EmpTotCt.Zn.." is a data frame that i wo...