[R] data frame usage

Bernd Jagla baj2107 at columbia.edu
Thu Oct 25 19:07:13 CEST 2007


Hi, 
I am new to R and couldn't find any information on how to handle my table
data that I just read in the way I want to use it..

I read in a table from a file:
x <- read.delim("filenam", header=TRUE)

one column (x$label) hold the class labels. Another holds some values
(x$val).
I want to calculate summary statistics for different classes.

How would I do this?

Thanks,

Bernd



More information about the R-help mailing list