Duncan, it's not a homework assignment. Thanks. Bruce ______________
> On Mar 29, 2017, at 6:29 PM, Duncan Murdoch <murdoch.dun...@gmail.com> wrote: > >> On 29/03/2017 6:14 PM, BR_email wrote: >> Hi R'ers: >> I need a little help. >> Thanks in advance. >> Bruce >> >> dd <- 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 > > ______________________________________________ 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.