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
Attached is dataset.

--
Bruce

______________________________________________
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.

Reply via email to