Displaying 2 results from an estimated 2 matches for "data70".
Did you mean:
data0
2012 Nov 19
6
How to subset my data and at the same time keep the balance?
Hi guys,
I have 1000 rows of a dataset. In my analysis, I need 70% of the data,
run my analysis and then use the remaining 30% to test my model.
Could anybody kindly help me on this?
Cheers
2006 Sep 13
2
recursive methods for concatenating sets of files
...im("t (66).txt", quote="", as.is=TRUE)
data67 <-read.delim("t (67).txt", quote="", as.is=TRUE)
data68 <-read.delim("t (68).txt", quote="", as.is=TRUE)
data69 <-read.delim("t (69).txt", quote="", as.is=TRUE)
data70 <-read.delim("t (70).txt", quote="", as.is=TRUE)
data71 <-read.delim("t (71).txt", quote="", as.is=TRUE)
data72 <-read.delim("t (72).txt", quote="", as.is=TRUE)
data73 <-read.delim("t (73).txt", quote="",...