search for: currentrecordblankfieldscountsums

Displaying 2 results from an estimated 2 matches for "currentrecordblankfieldscountsums".

2007 Aug 10
0
Row name of empty string issue
...indexed with respect to the rownames so a computation on a DB record might necessitate the indexing into the data.frame by the emtpy row name. Unfortunately, that doesn't seem to work. Explicitly: I have this statement (in a loop going through sourceNames which are rownames of the data.frames CurrentRecordBlankFieldsCountSums and BlankFieldsCount): BlankFieldsCount[sourceNamei,]= BlankFieldsCount[sourceNamei,] + CurrentRecordBlankFieldsCountSums[sourceNamei ,]; if sourceNamei is any name other than "" it works fine but otherwise CurrentRecordBlankFieldsCountSums[sourceNamei ,] returns a bunch of NAs becaus...
2007 Aug 11
0
DOE and interaction plot general question
...he rownames so a computation on a DB record might necessitate > the indexing into the data.frame by the emtpy row name. Unfortunately, > that > doesn't seem to work. Explicitly: > I have this statement (in a loop going through sourceNames which are > rownames of the data.frames CurrentRecordBlankFieldsCountSums and > BlankFieldsCount): > > BlankFieldsCount[sourceNamei,]= BlankFieldsCount[sourceNamei,] + > CurrentRecordBlankFieldsCountSums[sourceNamei ,]; > > if sourceNamei is any name other than "" it works fine but otherwise > CurrentRecordBlankFieldsCountSums[sourceNamei ,...