search for: med2

Displaying 11 results from an estimated 11 matches for "med2".

Did you mean: med
2010 Nov 29
4
subset
?Hi: I always use subset the same way but now is returning 0 rows. What's wrong with the way I am subsetting? library(ggplot2) structure(list(first = c(38.2086, 43.1768, 43.146, 41.8044, 42.4232, 46.3646, 38.0813, 40.0745, 40.4889, 38.6246, 40.2826, 41.6056, 34.5353, 40.0768), second = c(43.3295, 42.4326, 38.8994, 37.0894, 42.3218, 46.1726, 39.1206, 41.2072, 42.4874, 40.2657, 38.7766,
2012 Nov 13
4
for loop
HI, You can do this in many ways: dat1<-read.table(text=" med1,med2,med3???? ?1,0,1?????? 0,1,1??? 2,0,0 ",sep=",",header=TRUE)?? #1st method library(reshape) dat2<-melt(dat1) dat3<-aggregate(dat2$value,by=list(dat2$variable),sum) ?colnames(dat3)<-c("name","sum(n11)") ?dat3 #? name sum(n11) #1 med1??????? 3 #2 med2?...
2008 Aug 10
1
Macmilan dictionary gives me an error
...349440 7b8b3884 0x0032fed4: 0011fb78 7ffdf000 0032fefc 00401ece 0x0032fee4: 00330000 00000001 00425d9d 0011fb78 0x0032fef4: 7ffdf000 7b8b3884 0032ffe8 00426662 0x0032ff04: 00330000 00425d9d 7b8773a7 7ffdf000 Backtrace: =>1 0x0036a2e5 (0x0032febc) 2 0x00349799 (0x0032fedc) 3 0x00401ece in med2 (+0x1ece) (0x0032fefc) 4 0x00426662 in med2 (+0x26662) (0x0032ffe8) 0x0036a2e5: movl 0xffffffa0(%ebx),%eax Modules: Module Address Debug info Name (57 modules) PE 400000- 42d000 Export med2 ELF 7b800000-7b92d000 Deferred kernel32<elf> \-PE 7b820000-7b92d000 \...
2011 Jan 03
0
Macmillan dictionary (gold App) fails first run
...ot know of (packaged wine) deb publicly available) It is told to be a Gold app so maybe it'll work somehow. Installs ok - I followed the instruction NOT to install QuickFind and - I Installed the patch (puwiz.exe) from http://www.macmillandictionaries.com/aboutcdfaq.htm When I run med2.exe I get "Unhandled page fault on read access" I can't read the debugger's output to get further. Would you give a hint how to get this work? Thanks, Zolta zolta at zolta:~/.wine/drive_c/Program Files/Macmillan Dictionaries/Macmillan > English Dictionary 2nd Edition$ wine...
2008 Nov 12
3
R- transform data frame into matrix
...so hopefully this is no duplicate entry. Sorry for any inconvenience that this may confer. -- Thorsten Raff 2nd Medical Department, University Hospital Schleswig-Holstein, Campus Kiel Chemnitzstra?e 33 24116 Kiel GERMANY phone: +49 431 1697-5234 fax: +49 431 1697-1264 email: t.raff<at>med2.uni-kiel.de web: www.uk-s-h.de -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081112/6d...
2010 Nov 18
3
Plotting number of patients at risk below survival curve
...zh89991058760001.jpeg any hint (or negative answer) is much appreciated. Thanks Thorsten -- Thorsten Raff 2nd Medical Department, University Hospital Schleswig-Holstein, Campus Kiel Chemnitzstra?e 33 24116 Kiel GERMANY phone: +49 431 1697-5234 fax: +49 431 1697-1264 email: t.raff<at>med2.uni-kiel.de web: www.uk-sh.de
2011 Jul 31
2
XML and odfWeave
...nstall an older version of XML but your mileage of course may vary. Best regards Thorsten -- Thorsten Raff 2nd Medical Department, University Hospital Schleswig-Holstein, Campus Kiel Chemnitzstra?e 33 24116 Kiel GERMANY phone: +49 431 1697-5234 fax: +49 431 1697-1264 email: t.raff<at>med2.uni-kiel.de web: www.uk-sh.de
2012 Mar 27
1
survplot function
...es but I really didn't find anything in the documentation. Best regards Thorsten Raff -- Thorsten Raff 2nd Medical Department, University Hospital Schleswig-Holstein, Campus Kiel Chemnitzstra?e 33 24116 Kiel GERMANY phone: +49 431 1697-5234 fax: +49 431 1697-1264 email: t.raff<at>med2.uni-kiel.de web: www.uk-sh.de
2008 Sep 16
0
Package implementing unconditional tests for comparing two binomials
...or 2x2 tables. Any help or suggestions are really appreciated Thank you very much Thorsten -- Thorsten Raff 2nd Medical Department, University Hospital Schleswig-Holstein, Campus Kiel Chemnitzstra?e 33 24116 Kiel GERMANY phone: +49 431 1697-5234 fax: +49 431 1697-1264 email: t.raff<at>med2.uni-kiel.de web: www.uk-s-h.de -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080916/58ea...
2008 Dec 12
1
aggregate and median
Hello R-experts, I have a simple question: how do I aggregate data using the median function with na.rm = TRUE, i.e. aggregate(x, list(x$y, x$z), FUN = '????') I have tried 'median(x, na.rm = TRUE)' but that doesn't help. Any suggestions are very much appreciated, Thorsten
2013 Feb 24
0
BA.plot with logarithmic axes (MethComp)
...-Altman analysis', Transform = 'log') rm(example) ---- end code snippet ---- -- Thorsten Raff 2nd Medical Department, University Hospital Schleswig-Holstein, Campus Kiel Chemnitzstra?e 33 24116 Kiel GERMANY phone: +49 431 1697-5234 fax: +49 431 1697-1264 email: t.raff<at>med2.uni-kiel.de web: www.uk-sh.de