search for: mitte

Displaying 20 results from an estimated 43 matches for "mitte".

Did you mean: bitte
2011 Aug 31
2
Treat an Unquoted Character String as a Data Frame
I have several datasets that come from different studies (fv02 and fv03), they represent different levels (patients and lesions), and they have different patient populations (itt, mitt, mitt3). I wanted to write some code that would pass my three requirements into a function I wrote, produce the output, but not have to require me to also pass a unique plot title or output filename for each
2018 Jan 31
3
Problems with "predict" function ii
...h(mres)) for(i in 1:length(mres)){devs[i]<-rnorm(1,0,ssd)} devs plot(-10,-10,xlim=c(1,24),ylim=c(0,20000)) sales<-round((mres+devs)*1000) points(sales,pch=19) ptr<-cbind(1:length(sales),sales,sales,sales) ptr sdf<-data.frame(cbind(1:nrow(ptr),sales)) sdf colnames(sdf)<-c(?monat?,?mitte?) sdf attach(sdf) s.lm<-lm(mitte~monat) s.lm abline(s.lm,lty=2) news<-data.frame(monat=nrow(sdf)+1) news fcs<-predict(s.lm,news,interval=?predict?) fcs points(1+nrow(ptr),fcs[,1],col=?grey?,pch=19) points(1+nrow(ptr),fcs[,2]) points(1+nrow(ptr),fcs[,3]) ptr<-rbind(ptr,c(1+nrow(ptr),fc...
2018 Jan 31
1
Problems with "predict" function
...h(mres)) for(i in 1:length(mres)){devs[i]<-rnorm(1,0,ssd)} devs plot(-10,-10,xlim=c(1,24),ylim=c(0,20000)) sales<-round((mres+devs)*1000) points(sales,pch=19) ptr<-cbind(1:length(sales),sales,sales,sales) ptr sdf<-data.frame(cbind(1:nrow(ptr),sales)) sdf colnames(sdf)<-c(?monat?,?mitte?) sdf attach(sdf) s.lm<-lm(mitte~monat) s.lm abline(s.lm,lty=2) news<-data.frame(monat=nrow(sdf)+1) news fcs<-predict(s.lm,news,interval="predict") fcs points(1+nrow(ptr),fcs[,1],col="grey",pch=19) points(1+nrow(ptr),fcs[,2]) points(1+nrow(ptr),fcs[,3]) ptr<-rbind(...
2012 Sep 24
0
stop on rows where !is.na(mydata$ti_all)
Dear R experts, I got help to build a loop but there is a bug inside it that causes one part of the mechanism to fail. It should grow once, but if keep growing on rows where $ti_all is not NA. Here is a wall of code that very crudely demonstrates the problem, there is a couple of dim() outputs at the end where you can see how it the second time around keeps adds (2) rows, but this does not
2003 Aug 18
2
3D pie
Hello, is there a function for 3D pie representation in R ? Thanks Klaus-P. -- Dr. Klaus-Peter Pleissner Max Planck Institute for Infection Biology Campus Charit? Mitte Schumannstr. 21/22 D-10117 Berlin Germany phone: +49-30-28460-119 fax: +49-30-28460-507 email: pleissner at mpiib-berlin.mpg.de
2002 Dec 10
3
Problems with ext3
Hello, I converted one of my servers to ext3 and load average numbers went up. Now they are ~2-3 while on ext2 LA was <0.4. And I'm constantly seeing processes and kjournald in D state. vmstat confirms that. But even in such LA CPUs are ~99% idle. What can be wrong? RedHat 7.1 kernel 2.4.18-18.7.xsmp. SCSI cards: Compaq RAID array controller (cciss) and Q Logic ISP1020 (isp_mod).
2011 Dec 27
1
Installation on a Macbook Pro with nVidia MCP89 SATA controller
Did anybody succeed in installing CentOS on a MacBook Pro with nVidia chipset (2010 edition, http://www.heise.de/mac-and-i/produkte/macbook-13-2-4-ghz-mitte-2010-86/#produkt_detail)? When I boot with the current minimal install disk, Linux does simply see non disks. Regards, Peter -- Peter Hopfgartner R3 GIS http://www.r3-gis.com
2003 Jun 15
3
devfs and ext3?
...ted EXT3-fs error (device ide0(3,2)) in start_transaction: Journal has aborted EXT3-fs error (device ide0(3,2)) in start_transaction: Journal has aborted Are there incompatabilities with ext3 and devfs? -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt@charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 AIM: ralfpostfix
2003 Sep 13
4
[Release] Skinny Support in cvs
If you have been paying attention, you already know this, but this weekend I have spent time ironing out the various details with my chan_skinny code that has been out there, if you knew where to look. I believe I now have all basic features operational and am going to be working on getting the class 5 (hold, transfers, call waiting and caller*id, etc) operational in the comming week(s).
2002 Nov 21
2
/proc/sys/vm/bdflush
...- load explodes (rises linear up into the 20-30ies) just to fall linearly (spelling?) right after that. We think there might be some serious buffer flushing going on, but we cannot put our finger on it. -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt@charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 Why you can't find your system administrators: He's out getting a caffine fix. -- John Wanger jwagner@mental.mitre.org
2003 Mar 13
6
Updated 2.4 htree patches available for 2.4.21-pre5
There's a new set of ext2/3 patches for 2.4.21-pre5 available at: http://thunk.org/tytso/linux/extfs-2.4-update/extfs-update-2.4.21pre5-2 and in broken out form at: http://thunk.org/tytso/linux/extfs-2.4-update/broken-out-2.4.21pre5-2 New to this patch set include: * A kludge to help htree work well with Linux's NFS implementation * Allow the orlov allocator to be disabled via a
2007 Mar 29
1
locking question
There are three applications that have their mitts on files on my mail server, which is running AIXV5.3 and UWIMAP and mbox format. The mail folders and INBOXES are native to that machine, but also are NFS exported to a login server and a mailing list server. All three machines are running the lockd daemon. Everybody wants to lock differently 1) procmail (delivering for sendmail), which
2014 Sep 25
2
SSL issues when proxying
...erver CA Sep 25 14:13:04 imap-login: Info: Valid certificate: /C=DE/ST=Berlin/L=Berlin/postalCode=12205/street=Charitestrasse 1/O=Charite Universitaetsmedizin/CN=imap.charite.de/emailAddress=postmaster at charite.de/serialNumber=HRAxxxx/businessCategory=Private Organization/1.3.6.1.4.1.311.60.2.1.1=Mitte/1.3.6.1.4.1.311.60.2.1.2=Berlin/1.3.6.1.4.1.311.60.2.1.3=DE Sep 25 14:13:04 imap-login: Info: Valid certificate: /C=IL/O=StartCom Ltd./OU=StartCom Certification Authority/CN=StartCom Extended Validation Server CA Sep 25 14:13:04 imap-login: Info: Valid certificate: /C=DE/ST=Berlin/L=Berlin/postalCo...
2003 Jul 31
1
oplock_break: client failure in oplock break in file ...
...nt with a Windows XP box and a Windows 98 box, which both access the server. The directories accessed are on a ext3 filesystem. smb.conf is attached. What is the reason? Are there workarounds for this? -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt@charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 AIM: ralfpostfix -------------- next part -------------- [global] panic action = /usr/share/samba/panic-action %d workgroup = GWFOEHLER server string = %h serv...
2007 Nov 11
6
Reducing dependency on remote ferret process
Hi. We use FerretDrb for search. If the ferret process is down, our entire application comes down the moment we try to save a model which is indexed. Is there a way to decouple this relationship such that we can somehow resume normal operations despite ferret being down and not index the model? Thanks. Morten
2005 May 27
6
Samba and Windows ACL Issue
Hi all got a bit of and odd problem with ACL. Ive read up on a few bits in the samba howto and read some threads on here about it. Im not sure if this is a bug, something ive not done, doing wrong etc so anyone that could shed some light on it that would be great. Basically the windows box handles all user account processing and during creating a script for all this it will attempt to change the
2008 Mar 20
1
[RFC/PATCH 01/15] preparation: provide hook to enable pgstes in user pagetable
From: Martin Schwidefsky <schwidefsky at de.ibm.com> The SIE instruction on s390 uses the 2nd half of the page table page to virtualize the storage keys of a guest. This patch offers the s390_enable_sie function, which reorganizes the page tables of a single-threaded process to reserve space in the page table: s390_enable_sie makes sure that the process is single threaded and then uses
2003 Apr 10
2
R under Sun Solaris 8
...ble to use the "arrow-up" key on Sun's German keyboard to repeat a R command by using this key. Always following syntax error occurs: ^[[A Does anybody have a hint ? Thanks Klaus-P. Pleissner -- Dr. Klaus-Peter Pleissner Max Planck Institute for Infection Biology Campus Charit? Mitte Schumannstr. 21/22 D-10117 Berlin Germany phone: +49-30-28460-119 fax: +49-30-28460-507 email: pleissner at mpiib-berlin.mpg.de
2005 Mar 29
1
strange result of acos
...uals 1. I think there is a problem with precision. If I multiply ss by 0.999999999 (ss*0.99999999) no error occurs. How the results can be explained ? Regards Klaus-P. -- Dr. Klaus-Peter Pleissner Max Planck Institute for Infection Biology Core Facility Bioinformatics Campus Charit? Mitte Schumannstr. 21/22 D-10117 Berlin Germany *Phone:* +49-30-28460-119 *Fax:* +49-30-28460-507 *URL:* http://web.mpiib-berlin.mpg.de/bioinformatik <http://web.mpiib-berlin.mpg.de/bioinformatik/> *Email:* pleissner at mpiib-berlin.mpg.de <mailto:pleissner at mpiib-berlin.mpg.de>
2004 Mar 15
1
Megre ext3/ext2 partitions?
...itions into ONE ext3/ext2 partition? -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de Charite - Universit?tsmedizin Berlin Tel. +49 (0)30-450 570-155 Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-916 IT-Zentrum Standort Campus Mitte AIM. ralfpostfix