Displaying 1 result from an estimated 1 matches for "kraspati".
Did you mean:
karpati
2012 May 21
1
Complex text parsing task
...Erbitux. ..."
), class = "factor")), .Names = c("profile_key", "encounter_date",
"raw"), row.names = c(NA, -16L), class = "data.frame")
The following code displays the results of so-called "simple" coding.
#### Simple coding ####
KRASpatient <- c("001-001", "001-002", "001-003", "001-004", "001-005", "001-006", "001-007")
KRAStested <- c(2,3,2,2,2,3,3)
KRASwild <- c(1,0,2,0,3,1,3)
KRASmutant <- c(4,2,2,3,1,2,2)
simpleData <- data.frame(KRASpatient,...