Hi Arun, when i'm using the logic which you mention....I'm getting error..can you please help me on this.
> Z16<-str(Z16) 'data.frame': 5 obs. of 5 variables: $ Summary: chr "Accts" "AcctCov" "Cov%" "UnCov%" ... $ G : Factor w/ 5 levels "224","39","568",..: 3 1 2 4 5 $ Y : Factor w/ 5 levels "10.6","158","25",..: 4 2 3 5 1 $ R : Factor w/ 1 level "0": 1 1 1 1 1 $ T : Factor w/ 5 levels "1196","19.1",..: 1 4 3 5 2 > Z16[5,2:5]<-paste("$",Z16[5,2:5],sep="") Error in Z16[5, 2:5] <- paste("$", Z16[5, 2:5], sep = "") : incorrect number of subscripts on matrix Thanks in Advance. Thanks, Namit -- View this message in context: http://r.789695.n4.nabble.com/Getting-warning-message-tp4637928p4638426.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list 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.