search for: diplomant

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

Did you mean: diploma
2007 Jul 16
1
How to write a data.frame into n different csv-files
Hello, I want to write a data.frame with 10 different entries x (by index y)? into ten different csv-files. In every output file should be one of the ten numbers of x. I 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],
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 =
2006 Jan 04
1
AW: QLA2xxx URGEND
2010 Feb 22
7
Problem with Windows 7 and roaming profiles
Hello together, we try to setup a samba domain controller with LDAP and roaming profiles for Win7-Clients. Everything looks fine last Friday but today the clients did not longer save changes to the profiles. There is no error in samba log and also no in the windows log. If I delete a profile from a client it is loaded correctly at next logon, but the changes are not saved at logout. Windows XP
2007 Dec 20
1
Recursive solution with for()
Hello, i just ran into the following problem: I wanted to recursively solve equations 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
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
2009 Jan 22
0
hvm phy-disc doesnt boot (file-disc does) (debian dom0, SLES domU)
Hi, we have a debian etch system running here and it works fine for hvms (winxp) and paras (debian etchs). Today i tried to do a SLES10SP2 setup as hvm (in the future it should run as para). I used this config: --------------- xenserver:/etc/xen# cat gp2backuptest.cfg kernel = ''/usr/lib/xen-default/boot/hvmloader'' builder = ''hvm''
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.com B...
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
Hi, I have the following (probably trivial) problem: I am running a Windows 95 System and have setted the environment variables R_HOME and especillay R_USER in the autoexec.bat. The idea was, to invoke R at the startup to read in the files .Renviron and .Rprofile from my home directory, even when the current working directory is somewhere else. Subject to the manual it should work, but it does
2007 Jul 26
1
Download multiple stock quotes in a loop
Hi all, this should be a simple question, but I haven't been able to do it right. I am trying to download multiple stock quotes in a loop, so that every timeseries is safed with the symbol of the stock. Can anybody help me out? Here's the code: require(tseries) startd <- "2000-06-01" stocks <- c("bmw.de", "vow.de", "dte.de") for(stock in
2007 Dec 28
1
FYI: Package installation problem with windows
Hello, maybe this info is helpful for someone else, at least it is a reminder for me if the problem should reoccur: The last 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
2008 Apr 29
2
Problem installing packages
Hi, when I try installing new packages (in this case DBI) I run into the following problem: Paket 'DBI' erfolgreich 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
2006 Jul 21
1
Merge two dataframes of different column length and row length by two columns at a time
Hello, I have two dataframes of the following structures: str(a) `data.frame': 1354896 obs. of 14 variables: $ V1 : int 0 1 2 3 4 5 6 7 8 9 ... $ V2 : int 0 0 0 0 0 0 0 0 0 0 ... $ V3 : int 74 12305 103 12337 46 57 12446 90 12097 79 ... $ V4 : num 11.8 1529.2 17.8 1579.4 6.7 ... $ V5 : int 88 11040 104 11557 56 58 11040 74 10991 81 ... $ V6 : num 15.5 1921.3 20.3
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
Hello, We are using Samba 4.10.16 as a readonly file server on a linux box with SLES 12. All is working fine with our NAS NFS Shares. We are now trying to integrate new NFS Shares from an archive provider. We have some problems with samba not responding, when accessing files on these archive NFS shares. We have done some Samba-Debugging and found out, that the call to flock in
2003 Jul 30
0
Lula-Cuba, "bloqueio", patrulhas"...
msz De: Fern?ndez-L?pez, Ambito Iberoamericano, Paseo de la Castellana 223, Madrid. [1]InEnglish - [2]EnEspanol Caros amigos luso-brasileiros, ? de se perguntar se as "patrulhas ideol?gicas" esquerdistas estar?o impedindo que os ?ltimos artigos do ex preso pol?tico e escritor cubano Armando Valladares - que abordam delicados aspetos das rela??es entre o regime
2007 Jul 06
0
Early results of this UniSpacer-synovial ablation combination appear quite promising.
Brokers Move On ERMX! EntreMetrix Inc. (ERMX) $0.18 Heavy trading today as ERMX announced its launch of digital support tools for its portfolio companies. Brokers are getting ahead of this steady climb as they grab up large blocks of shares for there clients. Look at the numbers and get on ERMX Friday morning! KNEEguru: Are there any contraindications for the procedure? if the laws of physics