Displaying 1 result from an estimated 1 matches for "thatk".
Did you mean:
that
2007 Oct 19
2
header
Hi everyone, I read the following data
> setwd("d:/")
> mydata <- read.table("mydata.txt", header=T)
> attach(mydata)
> mydata
name X20_1_TT_Z_e4 X20_2_TT_Z_e4
1 A1 102 22
2 A2 103 21
3 A3 107 20
> name
[1] A1 A2 A3
Levels: A1 A2 A3
> mode(name)
[1] "numeric"
Why name is