Displaying 1 result from an estimated 1 matches for "cr_p".
Did you mean:
cr_
2010 Jul 15
1
Proper use of grep
I just need to confirm something with pattern matching folks. I have a factor with the following levels in a very large data set:
> levels(all$Classical.Statistic)
[1] "" "AB;ABD" "CollapsedSteps" "CR_P" "CR_Prop;CR_P;AB"
[6] "NMK" "NMK;P" "NMK;P;ABD" "P" "ABD"
[11] "CR_P;CollapsedSteps" "NMK;AB;ABD" &quo...