search for: diplom

Displaying 20 results from an estimated 33 matches for "diplom".

Did you mean: diploma
2007 Jul 16
1
How to write a data.frame into n different csv-files
...tried this one, but I can't write into ten different files, like test1.csv to test10.csv: x <- rnorm(10) y <- c(1:10) z <- data.frame(y,x) n <- nrow(z) for (i in 1:n) write.csv(z$x[i], file="test[i].csv") Can anyone help me? Yours, Guido --- Dr. Guido Moeser Diplom Volkswirt Diplom Sozialwissenschaftler E-Mail: GMoeser@aol.com ________________________________________________________________________ Bei AOL gibt's jetzt kostenlos eMail f?r alle. Klicken Sie auf AOL.de um heraus zu finden, was es sonst noch kostenlos bei AOL gibt. [[alternative HTML ve...
2009 Mar 13
1
print median and sd...
Hii, Can anybody help me, I don't know how to print the "median". Below is my code snipplet... x <-read.table(file="D:/Uni/Diplom/Diplom/Grafiken/R/BATMAN/Kabel/Batman1hop/Standardabweichung__output_30_1_Kabel(30m)_b.txt") png(filename = "D:/Grafiken/R/Standardabweichung/Kopie.png", width = 640, height = 480,pointsize = 12, bg = "white", res = NA) median<-with(x, tapply(V3, grup, median)) ???...
2006 Jan 04
1
AW: QLA2xxx URGEND
2010 Feb 22
7
Problem with Windows 7 and roaming profiles
...ounted with "user_xattr" [profiles] path = /home/samba/profiles comment = roaming profiles create mask = 0600 directory mask = 0700 browsable = no writable = yes read only = no store dos attributes = yes --- Andr? Egerer Diplom-Wirtschaftsinformatiker Technischer Leiter SmartCom Center Quintec GmbH Siemensstr. 2-4 90766 F?rth Tel: 0911 7667014 Fax.: 0911 7667015 www.quintec.de QUINTEC Ges. f?r Datentechnik mbH Gesch?ftsf?hrung: Konrad Trosky, Firmensitz Overath, Amtsgericht K?ln, HR B 46046
2007 Dec 20
1
Recursive solution with for()
...ions of the type x_1[t]=x_1[t+1]+beta*x_2[t], and used a for-loop written for(j in c(1:t-1, recursive=TRUE){ ... } This didn't work, so i resolved to writing for(j in c(10,9,...,1){ which worked, but is not terribly efficient. So, what did I do wrong? Thanks in advance, Owe -- Owe Jessen Diplom-Volkswirt Hanssenstra?e 17 24106 Kiel jessen at econinfo.de http://www.econinfo.de
1999 Apr 07
1
chull() wanted?
Hello! Is there someone already working on an implementation of Splus' chull() function for R? If not, I would like volunteer to try it. For my "Diplom" I implemented convex peeling in C (some time ago), using an O(n log(n)) algorithm, so it probably will prove relatively easy to use that code for a R-function. Well, as least as easy as any programming tends to be. :-) Detlef Steuer Detlef Steuer Universitaet Dortmund...
2009 Jan 22
0
hvm phy-disc doesnt boot (file-disc does) (debian dom0, SLES domU)
...UT: When i do exactly the same setup but with a image-file as hda, everything works well. What am i doing wrong? Big thanks for any suggestions! Best regards, Roman Lehnert -- Gobas BIT GmbH Im Fischteich 11 38268 Lengede Gerichtsstand: Amtsgericht Hildesheim HRB 200561 Geschäftsführer: Diplom Volkswirt Gustav Alfred Simon, Lengede Diplom Informatiker Thomas Muth, Wolfenbüttel _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Dec 07
0
CPU''s
...e running. Each has 2 CPU. When VM1 needs more resscources than the other 2, can i guarantee that VM1 gets the most Power of the system at this time? Thomas Diederich ************************************************** * Boehringer Ingelheim Pharma GmbH & Co.KG * A Informationsverarbeitung / Diplomant Systemtechnik * * Mail: diederit@ing.boehringer-Ingelheim.com <mailto:diederit@ing.boehringer-Ingelheim.com> * Phone: +49 (0)6132/77-98151 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Feb 01
0
Itanium 64 Bit Support?!
Does anyone know if Xen is currently supporting Itanium on 64 Bit!? Thomas Diederich ************************************************** * Boehringer Ingelheim Pharma GmbH & Co.KG * A Informationsverarbeitung / Diplomant Systemtechnik * * Mail: diederit@ing.boehringer-Ingelheim.com <mailto:diederit@ing.boehringer-Ingelheim.com> * Phone: +49 (0)6132/77-98151 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Feb 01
1
AW: "make xconfig" for Dom0 not working
Cd /xen/xen-unstable/linux/2.6.12-xen0/ Then: make ARCH=xen xconfig Thomas Diederich ************************************************** * Boehringer Ingelheim Pharma GmbH & Co.KG * A Informationsverarbeitung / Diplomant Systemtechnik * * Mail: diederit@ing.boehringer-Ingelheim.com * Phone: +49 (0)6132/77-98151 -----Ursprüngliche Nachricht----- Von: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] Gesendet: Mittwoch, 1. Februar 2006 14:44 An: xen-users@lists.xensource.co...
2006 Feb 06
0
Xen 2.6.16-rc2 failure
...e install and an ./install.sh Then i made an initrd an bootet the system. But when I do an lsmod, it shows me: NOTHING! What''s wrong there?! Thomas Diederich ************************************************** * Boehringer Ingelheim Pharma GmbH & Co.KG * A Informationsverarbeitung / Diplomant Systemtechnik * * Mail: diederit@ing.boehringer-Ingelheim.com <mailto:diederit@ing.boehringer-Ingelheim.com> * Phone: +49 (0)6132/77-98151 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2000 Dec 11
1
Installation
...e only read in, if they are in the current working directory. But I do not want to write and save these files for every R project! Who knows the solution? Thank your for your ansers in advance, Kai Staupendahl *************************************************************** Kai Staupendahl Diplom-Forstwirt (M.Sc.) Institut fuer Forsteinrichtung und Ertragskunde Fakultaet fuer Forstwissenschaften und Waldoekologie Georg-August-Universitaet Goettingen Institute of Forest Management and Yield Science Faculty of Forest Sciences and Forest Ecology Georg-August-University Goettingen Buesg...
2007 Jul 26
1
Download multiple stock quotes in a loop
...) startd <- "2000-06-01" stocks <- c("bmw.de", "vow.de", "dte.de") for(stock in stocks) stock <- as.timeSeries(get.hist.quote(instrument=stock, start=startd, quote="Close", compress="d")) } Thanks in advance, Owe -- Owe Jessen Diplom-Volkswirt Hanssenstra?e 17 24106 Kiel jessen at econinfo.de http://www.econinfo.de
2007 Dec 28
1
FYI: Package installation problem with windows
...hours R drove me nuts because it wouldn't install new packages, or more irritating still: It would chose randomly which packages to install when given a list ("unable to move temporary installation" ). The solution was to turn of the indexation of folders. HTH Owe -- Owe Jessen Diplom-Volkswirt Hanssenstra?e 17 24106 Kiel jessen at econinfo.de http://www.econinfo.de
2008 Apr 29
2
Problem installing packages
...ich ausgepackt und MD5 Summen abgeglichen Warnung: kann tempor?re Installation 'C:\Programme\R\R-2.7.0\library\file5f906952\DBI' nicht nach '? xlD?? $@\R\R-2.7.0\libra' verschieben Has anybody any idea where these strange symbols come from? Thanks in advance, Owe -- Owe Jessen Diplom-Volkswirt Von-der-Horst-Str. 9 24118 Kiel jessen at econinfo.de http://www.econinfo.de
2006 Jul 21
1
Merge two dataframes of different column length and row length by two columns at a time
...76 ... $ V4: Factor w/ 3 levels "Match","NoMatch",..: 2 2 2 2 2 2 2 2 2 2 ... > I want to merge these dataframes by V1 and V2 of a and b. The combination of V1, V2 is a unique key. Note that b is smaller than a. Any suggestions to solve this problem ? Gunther H?ning Diplom Physiker Bioinformatiker Langenbeckstra?e1 55131 Mainz gunther.hoening at ukmainz.de
2008 Jul 01
0
[LLVMdev] build on windows
Le Anh Quang wrote: > Hi, > but on some other project, they require "configure.lib". What is this one ? > Thanks Hi Le Anh, What project are you talking about, and how did you determine that it requires "configure.lib" ? AFAIK, all LLVM projects have dependency on the configure project but this is only so that some include files are created, no
2020 Jun 30
2
Issues with FLOCK on NFS Share
...ne HAVE_KERNEL_SHARE_MODES 0 in config.h. What are the consequences? Kind regards Georg #GernPerDu #CallMeByMyFirstName Biberger und Partner Kobellstra?e 1 80336 M?nchen -------------------------------------------------------------------------------------------------------- Biberger und Partner Diplom-Informatiker Partnerschaftsgesellschaft Partner: Anne Feldmeier, Georg Biberger Sitz und Registergericht: M?nchen PR 480 Umsatzsteuer-ID: DE206858618 -------------------------------------------------------------------------------------------------------- Erreichbarkeit bei der BMW Group: Tel.: +49...
2003 Jul 30
0
Lula-Cuba, "bloqueio", patrulhas"...
...cano, Madrid; Jul. 22, 2003: Libertad Digital, Madrid Cuba: Lula sustenta o "bloqueio" interno castrista Se o presidente Lula quer desmentir com fatos, e n?o com palavras, que transformou-se no maior sustento internacional do regime comunista de Cuba, que adote medidas diplom?ticas categ?ricas para contribuir com a libera??o do povo cubano Por Armando F. Valladares Na primeira quinzena de julho, o presidente do Brasil, Sr. Lula da Silva, seu chanceler, Celso Amorim e seu embaixador em Cuba, Tilden Santiago (um ex-sacerdote, seguid...
2007 Jul 06
0
Early results of this UniSpacer-synovial ablation combination appear quite promising.
...igned to act as a low friction partial knee replacement. While a Grade III tear may or may not require surgery, a Grade I or II never does! we've studied it well over the years and have grown accustomed to knowing just how much to expect out of ourselves. David Trotter is Board Certified and a Diplomate of the American Academy of Orthopaedics Surgeons. having both knees done at the same time is also riskier than one at a time. it simply shows its head in more areas of our lives than we normally think to look. it's with us everyday, pulsing and flowing. Her lateral compartment was normal. T...