Dear people,
I've been trying to find a way to do the following.
I have a data set in text file with 3 columns and 2400 rows. i tried to read
the table as
fisrt<-("ex.txt",header=FALSE)
I would like to read the third column values (which has 2400 value) and split
them into matrix of size (600,4):
as
first 600 column values in first column in matrix and next 600 next values(600
to 1200) as values in second column in matrix and so on.
and could you also suggest me how to retrieve those items in matrix like
matrix(520,3) =0 ...
thanks in advance for the help.
---------------------------------
[[alternative HTML version deleted]]
______________________________________________
[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