search for: fillwith

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

2007 Sep 21
1
Weird data from evalJSON
...tringValue = value.toString();if (stringValue.match(pattern)) {results.push((iterator || Prototype.K) (value, index));}})); return results; } function (object) { var found = false; this.each((function (value) {if (value == object) {found = true;throw $break;}})); return found; } function (number, fillWith) { fillWith = fillWith === undefined ? null : fillWith; return this.eachSlice(number, (function (slice) {while (slice.length < number) {slice.push(fillWith);}return slice;})); } function (memo, iterator) { this.each((function (value, index) {memo = iterator(memo, value, index);})); return memo;...
2003 Dec 24
4
coding logic and syntax in R
Hello, I am a beginner in R programming and recently heard about this mailing list. Currently, I am trapped into a simple problem for which I just can't find a solution. I have a huge dataset (~81,000 observations) that has been analyzed and the final result is in the form of 0 and 1(one column). I need to write a code to process this column in a little complicated way. These 81,000