search for: code_letters

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

2010 Apr 29
1
using get and paste in a loop to return objects for object names listed a strings
...of boxplots, by looping though a series of factors and variables in a large data.frame suing paste to constrcut the facto and response names from the colnames I thought I could do this using get() however it is not working what am I doing wrong? thanks Nevil Amos > sp.codes=levels(data.all$CODE_LETTERS) > > for(spp in sp.codes) { > > > data.sp=subset(data.all,CODE_LETTERS==spp) > > responses = colnames(data.all)[c(20,28,29,19)] > #if (spp=="BT") responses = colnames(data.all)[c(19,20,26:29)] > groups=colnames (data.all)[c(9,10,13,16,30)] > > data.sp=s...