Sorry about this basic question. After reading a table,
Model=read.table("ModelMat.txt", header=T)
I want to get access to each entry in the table Model. However, if I do
> Model[1,1]
I get the following,
[1] A
Levels: A B C
My question is, how can I just get the entry "A" without the 2nd line
("Levels: A B C")?
Thanks,
Gang
______________________________________________
[email protected] mailing list
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.