Displaying 1 result from an estimated 1 matches for "8_2_rtg".
2009 Apr 13
1
Unable to mark labels
I am solving the following question. I want to label the data. I used the
following code.
> data82 <- read.table(file="/home/rajat/R/8_2_rtg.txt",header=T)
> data82 <- data.frame(data82)
> data82
low_sat med_sat high_sat contact housing
1 65 54 100 1 1
2 130 76 111 1 2
3 67 48 62 1 3
4 34 47 100 2 1
5 141...