search for: icd2

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

Did you mean: icd
2011 Apr 23
2
how or where to put .dll and .inf from an installerless driv
As the title suggests, i have a app that i need to install. It is a usb driver for a pic+pro pic micro programmer. The control program that came with the programmer installed fine. however, the usb driver it needs didn't install with it. The manufacturer relies on windows "add hardware" function to install the driver. Is there any way around this? The disk has two folders on it,
2009 Jun 23
2
Long to wide format without time variable
...4 A04 B04 4 7 5 5 A05 A05 5 2 Here's the for-loop that's very slow (with or without the if-clauses activated): ids<-unique(data$id) ct<-length(ids) codes<-matrix(0,ct,11) colnames(codes)<-c("ID","ICD1","Coder1","ICD2","Coder2","ICD3","Coder3","ICD4","Coder4","ICD5","Coder5") j<-0 for (i in 1:ct){ kkk <- ids[i] rpt<-data[data$id==kkk,] j<-max(j,nrow(rpt)) codes[i,1]<-kkk codes[i,2]<-rpt$ICDCode[1] codes[i,3]...