search for: dr

Displaying 20 results from an estimated 10807 matches for "dr".

Did you mean: dir
2006 Sep 06
4
problem with putting objects in list
Hi I use the following code and it stores the results of density() in the list dr: dens <- function(run) { density( positions$X[positions$run==run], bw=3, cut=-2 ) } dr <- lapply(1:5, dens) but the results are stored in dr[[i]] and not dr[i], i.e. plot(dr[[1]]) works, but plot([1]) doesn't. Is there any way that I can store them in dr[i]? Thanks a lot, Rainer -...
2017 Dec 12
1
[PATCHv2] virtio_mmio: fix devm cleanup
...MT+08:00 Mark Rutland <mark.rutland at arm.com>: > Hi Mark, Hi, > thanks your patch, I dig into these three devm_xxx funciton, > all of them represented by a struct devres as following, > > struct devres_node { > struct list_head entry; > dr_release_t release; > #ifdef CONFIG_DEBUG_DEVRES > const char *name; > size_t size; > #endif > > }; > > struct devres { > struct devres_node node; > /* -- 3 p...
2017 Dec 12
1
[PATCHv2] virtio_mmio: fix devm cleanup
...MT+08:00 Mark Rutland <mark.rutland at arm.com>: > Hi Mark, Hi, > thanks your patch, I dig into these three devm_xxx funciton, > all of them represented by a struct devres as following, > > struct devres_node { > struct list_head entry; > dr_release_t release; > #ifdef CONFIG_DEBUG_DEVRES > const char *name; > size_t size; > #endif > > }; > > struct devres { > struct devres_node node; > /* -- 3 p...
2009 Jul 27
2
How should i change the SAS Codes into R Codes?
Dear R users, I have a SAS codes with several loops in it, and i hope to use R to do the same task. The SAS codes are as follows, /*to generate the dataset*/ DATA Single_Simulation; DO se=0 to 1 by 0.01; DO sp=0 to 1 by 0.01; DO DR=0 to 1 by 0.01; TR=(DR+sp-1)/(se+sp-1+1.0e-12); Adjust_Factor=TR/(DR+1.0e-12); OUTPUT; END; END; END; RUN; /*to select some data*/ DATA sampledata; SET Single_Simulation; IF DR=0.02 & sp=1; RUN; #I tried the following codes with R,failed num<-seq(0, 1, by = 0.01) for (s...
2012 Mar 25
2
string substitution for argument in function
...te() or similar but I didnt get it to work. I am comming from python were we woudl do something like: > a = ['one','two','three'] > data = {} > for elem in a: > data[elem] = 2 > data {'three': 2, 'two': 2, 'one': 2} Thanks, Pedro - Prof. Dr. P. Martinez Arbizu DZMB-Forschungsinstitut Senckenberg Suedstrand 44 D-26382 Wilhelmshaven Germany Tel: +49 (0)4421 9475-100 Fax: +49 (0)4421 9475-111 Email: pmartinez at senckenberg.de Senckenberg Gesellschaft f?r Naturforschung Rechtsf?higer Verein gem?? ? 22 BGB Senckenberganl...
2008 Jan 24
1
zfs showing more filesystem using ls than df actually has
...ola testpool 1007616 26 802611 1% /testpool testpool/usr 1007616 204881 802611 21% /testpool/usr zfszone 471040 210344 260377 45% /zfszone /vol/dev/dsk/c0t6d0/sol_10_305_sparc/s5 30 4 24 15% /cdrom/sol_10_305_sparc/s5 /vol/dev/dsk/c0t6d0/sol_10_305_sparc/s4 30 4 24 15% /cdrom/sol_10_305_sparc/s4 /vol/dev/dsk/c0t6d0/sol_10_305_sparc/s3 30 4 24 15% /cdrom/sol_10_305_sparc/s3 /vol/dev/dsk/c0t6d0/sol_10_305_...
2009 Oct 05
1
How to get NA's into the output of xtabs?
Dear all, Lets say I have the following data frame: > df1 <- data.frame(Show=c('Star Trek', 'Babylon 5', 'Dr Who'), Size=c(0.7, 0.0, 0.701), Date=as.Date(c('2007-08-03', '2007-08-03', '2007-08-03'), format='%Y-%m-%d')) > df2 <- data.frame(Show=c('Star Trek', 'Dr Who', 'Torchwood'), Size=c(0.8, 0.85, 0.8), Date=as.Date(c('2007-08-04'...
2005 Feb 23
2
What's wrong with my exclude rules?
...v/shm/*" --exclude '/tmp/*' --exclude '/var/tmp/*' --exclude '/usr/tmp/*' --exclude '/var/cache/*' --exclude '*~' root@router:/ /mnt/backup/router Why do I have this: gutenberg backup # ls -l /mnt/backup/router/proc | head -n 10 total 140634 dr-xr-xr-x 3 root root 336 Feb 23 11:18 1 dr-xr-xr-x 3 root root 312 Feb 23 11:18 10 dr-xr-xr-x 3 501 501 336 Feb 23 11:18 1059 dr-xr-xr-x 3 root root 312 Feb 23 11:18 11 dr-xr-xr-x 3 postfix postfix 336 Feb 23 11:18 1448 dr-xr-xr-...
2005 Aug 24
1
lm.ridge
Hello, I have posted this mail a few days ago but I did it wrong, I hope is right now: I have the following doubts related with lm.ridge, from MASS package. To show the problem using the Longley example, I have the following doubts: First: I think coefficients from lm(Employed~.,data=longley) should be equal coefficients from lm.ridge(Employed~.,data=longley, lambda=0) why it does not happen?
2017 Feb 03
3
Clang 5.0 support for armv8 64 bit with neon and auto vectorization
...Y | www.bosch.com<http://www.bosch.com/> Tel. +49(711)811-47379 | Fax +49(711)811-0 | Zeeshan.Haider at de.bosch.com<mailto:Zeeshan.Haider at de.bosch.com> Sitz: Stuttgart, Registergericht: Amtsgericht Stuttgart, HRB 14000; Aufsichtsratsvorsitzender: Franz Fehrenbach; Geschäftsführung: Dr. Volkmar Denner, Dr. Stefan Asenkerschbaumer, Dr. Rolf Bulander, Dr. Stefan Hartung, Dr. Markus Heyn, Dr. Dirk Hoheisel, Christoph Kübel, Uwe Raschke, Dr. Werner Struth, Peter Tyroller -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/piperma...
2019 Apr 29
2
dfree command in homes section
...----------------------------- ------------------------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ------------------------------------------------------------------------------------- ----------------------...
2017 May 10
3
Kcc connection
...her words: This is expected behaviour. OK. I thought it > was a Problem because when I run the samba-check-db-repl.sh > from L. van Belle and it reported this as an error (but only on dc1). > > thank you for the answer. > > > Regards > > Christian > > -- > Dr. Christian Naumer > Research Scientist > Plattform-Koordinator Bioprozesstechnik > > B.R.A.I.N Aktiengesellschaft > Darmstaedter Str. 34-36, D-64673 Zwingenberg e-mail > cn at brain-biotech.de, homepage www.brain-biotech.de > fon +49-6251-9331-30 / fax +49-6251-9331-11 &gt...
2006 Jul 20
1
[RTLWS8-CFP] Eighth Real-Time Linux Workshop 2nd CFP
...ime and embedded Linux. A special focus will be on industrial case studies. Topics of interest include, but are not limited to: * Modifications and variants of the GNU/Linux operating system extending its real-time capabilities, * Contributions to real-time Linux variants, drivers and extensions, * User-mode real-time concepts, implementation and experience, * Real-time Linux applications, in academia, research and industry, * Work in progress reports, covering recent developments, * Educational material on real-time Linux, * Tools for embedding...
2011 Jul 15
1
Strange Behavior using FUSE client
...ent, the directories appear. However, df -h is still incorrect. I'm not sure exactly where to start on this. Here's the volume info: Volume Name: macf-mirror Type: Distributed-Replicate Status: Started Number of Bricks: 3 x 2 = 6 Transport-type: tcp Bricks: Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data01 Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data01 Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data02 Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data02 Brick1: cortex-dr-001.dfci.harvard.edu:/mnt/data03 Brick1: cortex-dr-002.dfci.harvard.edu:/mnt/data03 A...
2010 Jul 13
4
Enable async journals
...---------------- ------------------------------------------------------------------------------------------------ Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDirig Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender), Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ------------------------------------------------------------------------------------------------ -------------------...
2012 Aug 21
2
[LLVMdev] Passing return values on the stack & storing arbitrary sized integers
...hSubregs<14, "e14", [D14, D15]>, DwarfRegNum<[39]>; 2. The TriCore has some instructions that make use of an arbitrary register pair, for example integer division (consisting of a single DVINIT and several DVSTEPs): def DVINIT_Urr : RrInstr<0x4b, 0x0a, (outs ER:$c), (ins DR:$a, DR:$b), "dvinit.u\t$c, $a, $b", []>; def DVSTEP_Urrr : RrrInstr<0x6b, 0x0e, (outs ER:$c), (ins ER:$d, DR:$b), "dvstep.u\t$c, $d, $b", []>; def : Pat<(sdiv DR:$a, DR:$b), (EXTRACT_SUBREG (DVSTEPrrr (DVSTEPrrr...
2023 Jul 20
1
Samba 4 AD SmartCard Authentication Problem
...a?e 11 D-02826 G?rlitz www.labor-ostsachsen.de <https://www.labor-ostsachsen.de> Die Hauptbetriebsst?tte der Medizinisches Labor Ostsachsen MVZ GbR befindet sich in der Flinzstra?e 1 in 02625 Bautzen. Die Medizinisches Labor Ostsachsen MVZ GbR wird vertreten durch die Gesellschafter Prof. Dr. med. habil. Thomas Luther, Dr. med. Niclaas Bliesener, Dr. med. Claudia Friedrichs, Dr. med. Anja Gruss, Dr. med. Gilda Gudacker, Dr. med univ. Christine Hofer, Thomas Kirchner und PD Dr. med. habil. Peter Reichardt. Sollten Sie nicht der vorgesehene Empf?nger sein, w?rden wir Sie darum bitte...
2004 Jun 15
1
(sans objet)
Dear users I have a problem with the dr function: "dimension reduction". I give you my example, and i'll be pleased to read your comments. #let be X a matrix 50*100: library(dr); X<- matrix(rnorm(50*100,5,1),50,100); #and let be Y a vector response: Y<- sample(0:1,50,replace=T); #I choose (for the expérience, but...
2009 Mar 17
1
Putting demo shell scripts, text files, and RScript files with a package?
I've written a package to assist with using R in Hadoop Streaming. The main point of the package is to help make command-line runnable RScript files. I'd like to provide a demo RScript file, a demo data file (e.g. a plaintext file, not something already processed by R) , as well as demo bash shell scripts that demonstrate how to run the job from the command line and in a Hadoop
2004 Jan 27
0
Undelivered mail: MAIL TRANSACTION FAILED
Dear User, the message with following attributes has not been delivered, because contains an infected object. Sender = samba@samba.org (may be forged) Recipients = mailer-daemon@inetforce.com.ua Subject = MAIL TRANSACTION FAILED Message-ID = i0RDVRlh033718 Antivirus filter report: --- Dr.Web report --- Following virus(es) has been found: infected with Win32.HLLM.MyDoom.32768 Dr.Web detailed report: drweb.tmp.jCX8OM - archive MAIL drweb.tmp.jCX8OM/[text:plain] - Ok drweb.tmp.jCX8OM/document.exe infected with Win32.HLLM.MyDoom.32768 Dr.Web scanning statistic: Infected : 1 --- Dr.W...