Displaying 2 results from an estimated 2 matches for "name13".
Did you mean:
name1
2009 Sep 04
2
transforming a badly organized data base into a list of data frames
...t;,6,5,4,"","","",7,7,8,"","",1,1,1,""))
x
I was wondering if it's at all possible to grab the data blocks from
this file and put them into a list, e.g., so that the first element of
the list is the data frame:
Name1 1 1 3
Name12 1 2
Name13 2 1
second element of the list is the data frame
Name2 4 5 6
Name2 5 6 5
Name2 6 5 4
etc.
Notice that all blocks have the same number of rows.
I have several challenges:
1. I cannot use the row number because the number of irrelevant lines
between blocks is always different.
2. I'd love to...
2009 Oct 20
2
LDA Precdict - Seems to be predicting on the Training Data
...09 0.861421706 c
1/31/2009 Name8 0.632011743 0.599040196 0.320741634 c
1/31/2009 Name9 0.302804404 0.475166304 0.907143632 c
1/31/2009 Name10 0.545284813 0.967196462 0.945163717 a
1/31/2009 Name11 0.563720418 0.024862018 0.970685281 a
1/31/2009 Name12 0.357614427 0.417490445 0.415162276 a
1/31/2009 Name13 0.154971203 0.425227967 0.856866993 b
1/31/2009 Name14 0.935080173 0.488659307 0.194967973 a
1/31/2009 Name15 0.363069339 0.334206603 0.639795596 b
1/31/2009 Name16 0.862889297 0.821752532 0.549552875 a
Attached is the code:
myDat <-read.csv(file="f:\\Systematiq\\data\\TestData.csv",...