Oops, missed something below: On Thu, 24 Jun 2004 13:23:22 -0700, "Alexi Zubiria" <[EMAIL PROTECTED]> wrote :
>Hi, > > > >1.) The "median" function does not work well. It works fine for me. You were trying to take the median of a list. It only knows how to take the median of a vector of numbers. Use as.matrix(dataf [,2:9]) not dataf [2:9] to get a numeric matrix (which is a vector of numbers). Duncan Murdoch ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
