On 29/03/2017 6:14 PM, BR_email wrote:
Hi R'ers: I need a little help. Thanks in advance. Brucedd <- read.csv("C:/R_Data/firstRdata.csv", sep=",", header=TRUE) dd <- data.frame(yhat,Response) attach(dd) dd <- dd[order(-yhat),] dd # delete yhat and transpose Response into a vector
Sounds like a homework assignment. We don't do those. Duncan Murdoch ______________________________________________ [email protected] 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.

