search for: saarbruecken

Displaying 15 results from an estimated 15 matches for "saarbruecken".

Did you mean: saarbrucken
2010 Mar 30
1
hist.default()$density
...99999960000008 Is this intended, or should the calculation of dens read dens <- counts/(n*diff(breaks)) instead (or should hist.default()$breaks return the fuzzy breaks)? Best wishes Martin -- Dr. Martin Becker Statistics and Econometrics Saarland University Campus C3 1, Room 206 66123 Saarbruecken Germany
2004 Nov 19
2
accessing the attributes of a list inside lapply()
...t the names of the elements are given me information that I need. Also I must mention that the elements of the list can by of any type. Any solution is welcome. Many thanks, Adrian -- Adrian Alexa Max-Planck-Institut fuer Informatik Stuhlsatzenhausweg 85 Room 514 66123 Saarbruecken, Germany
2009 Oct 13
2
Sweave output encoding in R-2.10.0beta on Windows (Rgui <-> Rterm)
...[3] LC_MONETARY=German_Germany.1252 LC_NUMERIC=C [5] LC_TIME=German_Germany.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base -- Dr. Martin Becker Statistics and Econometrics Saarland University Campus C3 1, Room 206 66123 Saarbruecken Germany -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: sweavetest.rnw URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20091013/8d0f0bae/attachment.pl> -------------- next part -------------- An embedded and charset-unspecified...
2003 Jul 30
0
[ANNOUNCE] netfilter T-Shirts available again
...l. for one t-shirt). =20 We accept orders at tshirt@netfilter.org Payment can be done either via Eurocheque/Mail, COD (Europe only) or=20 Paypal. btw: If you come to the UKUUG Linux Developer Conference (Edinburgh), the netfilter development workshop (Budapest), Openfest (Sofia), Linux-Kongress (Saarbruecken), Kiblix (Maribor) or the CCC-Congress (Berlin): I'll bring some t-shirts with me, so you can save money on P&P. Thanks! --=20 - Harald Welte <laforge@netfilter.org> http://www.netfilter.org/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3...
2009 Jul 27
1
how to change FPU control word?
...Linux and Windows (MinGW)), but I am not sure what happens for other cpus/OSs (and I am not able to check this). I hope, there is already a better solution. Any hints appreciated! Thanks, Martin -- Dr. Martin Becker Statistics and Econometrics Saarland University Campus C3 1, Room 206 66123 Saarbruecken Germany
2009 Oct 01
2
creating environments in package's C code
...onments in C code of packages? Simply using SEXP env; PROTECT (env = allocSExp(ENVSXP)); and assigning the enclosing environment with SET_ENCLOS seems to be insufficient. Best wishes, Martin -- Dr. Martin Becker Statistics and Econometrics Saarland University Campus C3 1, Room 206 66123 Saarbruecken Germany
2009 Nov 03
1
Strange code in `?`
Hello, In R 2.10, looking at: > `?` function (e1, e2) { if (missing(e2)) { type <- NULL topicExpr <- substitute(e1) } else { type <- substitute(e1) topicExpr <- substitute(e2) } if (is.call(topicExpr) && topicExpr[[1L]] == "?") { search <- TRUE topicExpr <- topicExpr[[2L]]
2010 Feb 08
2
tiny typo in translation (src/library/tools/po/R-de.po)
...file (in src/library/tools/po/R-de.po: 'erzuege' instead off 'erzeuge'). The attached (if it passes the filters...) patch (for revision 51109) should correct this. Thanks, Martin -- Dr. Martin Becker Statistics and Econometrics Saarland University Campus C3 1, Room 206 66123 Saarbruecken Germany -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: R-de.po.diff URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20100208/8a193c07/attachment.pl>
2004 Sep 25
2
Strange behavior of is.na() on lists
...9.1 Windows 4 R 1.8.1 SunOS In my view this seems to be a bug. If is not, can somebody explain me what is really happening and how can I overcome this behavior? Many thanks, Adrian -- Adrian Alexa Max-Planck-Institut fuer Informatik Stuhlsatzenhausweg 85 Room 514 66123 Saarbruecken, Germany
2003 Aug 09
2
Asterisk as a stand alone voice mail server (fwd)
On Fri, 8 Aug 2003, Maik Schmitt wrote: [...] > I just tried to use it with our 7960 (sip-version). > > I've set the services_url in SIPDefault.cnf to > "http://xxx.xxx.xxx.xxx/xmlservices/vm/index.php&amp;user=1234&amp;pin=1234" > > It didn't work with ?user=...&pin=.... cause the phone then tried to > get
2009 Aug 02
1
Inaccurate complex arithmetic of R (Matlab is accurate)
Dear All, Hans Borchers and I have been trying to compute "exact" derivatives in R using the idea of complex-step derivatives that Hans has proposed. This is a really, really cool idea. It gives "exact" derivatives with only a minimal effort (same as that involved in computing first-order forward-difference derivative). Unfortunately, we cannot implement this in R as the
2019 Jan 06
2
Modern Vector Instructions: Compilation & Code Generation & Hardware Design @ LLVM Compiler Social Zurich - Thursday Jan 10
Dear all, Thursday 10th Dec, 19:00, we discuss modern vectorization from compiler representation, instruction set design, down to to hardware implementation. With Simon Moll, Robin Kruppe, and Matheus Cavalcante we host experts from Saarbruecken, Darmstadt and Zurich. Talk 1: EVL -- Bringing LLVM's IR up to speed with vectorization. There has been a recent surge in vector ISAs, let it be the RISC-V V extension, ARM SVE or NEC SX-Aurora, all of which pose new demands to LLVM IR. Among their novel features are an active vector length,...
2012 Apr 17
0
Minor bug: plot.table and Axis.table (partially) ignore graphical parameters (patch included)
...ned, this is neither documented nor working for other methods of Axis. So, please consider applying the attached (not fully tested, but trivial) patch. Thank you and best wishes, Martin -- Dr. Martin Becker, Akad. Rat Statistics and Econometrics Saarland University Campus C3 1, Room 217 66123 Saarbruecken Germany -------------- next part -------------- diff -rupN rev59060/trunk/src/library/graphics/R/axis.R patched/trunk/src/library/graphics/R/axis.R --- rev59060/trunk/src/library/graphics/R/axis.R 2012-04-17 10:18:28.054985800 +0200 +++ patched/trunk/src/library/graphics/R/axis.R 2012-04-17 10:22:...
2010 Feb 28
1
Problem with gsl package
Hi all, I am new to R and am writing after having contacted Robin Hankin, who maintains the R gsl wrapper. I am trying to use an AFNI (neuroimaging analysis) program that depends on the R gsl package. When I try to use the script I wrote, I get an error that led me to suspect the gsl package was a culprit. When I do library("gsl") within R, I get: Error in dyn.load(file, DLLpath
2006 Aug 09
3
categorical data
Dear List, I neeed a grouped list with two sort of categorical data. I have a data .frame like this. year cat. b c 1 2006 a1 125 212 2 2006 a2 256 212 3 2005 a1 14 12 4 2004 a3 565 123 5 2004 a2 156 789 6 2005 a1 1 456 7 2003 a2 786 123 8 2003 a1 421 569 9 2002 a2 425 245 I need a list with the sum of b and c for every year and every cat (a1, a2 or a3) in this year. I had used the tapply