Here is my sample code TunePar<-matrix(list(Null),2,2)
TunePar[[1,1]]=list(subclasses=3,model="gen.ridge") tune=paste(colnames(Temp),Temp,sep="=") tune=paste(tune,collapse=",") However when I type tune This is what I get "subclasses=3,model=1" The text "gen.ridge has been converted to the number 1. Any idea why? Thanks [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.