search for: predefined_text

Displaying 1 result from an estimated 1 matches for "predefined_text".

2009 May 25
0
Or operator on working on the r-objects doesn't generate a logical value
...is:-- *if ( dataset[record_num,item_num]=="3" || dataset[record_num,item_num]=="4" || dataset[record_num,item_num]=="NUL" || dataset[record_num,item_num]=="" || dataset[record_num,item_num]=="M" )* *I tried doing this in a diffrent way also:--* *predefined_text<- dataset[record_num,item_num]=="NUL" || dataset[record_num,item_num]=="" || dataset[record_num,item_num]=="M" text was prepared like this:-- text<- dataset[record_num,item_num]=='3' || dataset[record_num,item_num]=='4' ifCondition<-paste(**pr...