search for: complexdata

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

2012 May 21
1
Complex text parsing task
...eference to KRAS. The second kind of coding is what I'm referring to as "complex coding". The following code displays the results of this type of coding. #### Complex coding #### KRAStested <- c(2,1,0,2,2,2,3) KRASwild <- c(1,0,0,0,3,0,3) KRASmutant <- c(0,0,0,3,0,1,0) complexData <- data.frame(KRASpatient, KRAStested, KRASwild, KRASmutant) complexData The results of "complex coding" differ substantially from those obtained under "simple coding" and I think illustrate the potential problems with that approach. With "complex coding", the goa...