Displaying 20 results from an estimated 151 matches for "augsburg".
2008 Apr 12
4
Response to R across the university
This email isn't asking for assistance, but I thought R-help readers
would find it interesting. This week we offered a half-day
introduction to R for researchers at Augsburg University. The
response was astonishing. Although Augsburg has no medical faculty
and no engineers, there was far too much demand, with interest from
every faculty (barring theology, "for one small village of indomitable
Gauls still holds out against the R invaders" --- perhaps...
2003 Oct 23
2
linking to R.dll on Win32 - issues with recent MinGW?
...r
weird) ... I guess the problem is the heap, not wsock itself. Any idea
what that could be?
All the above was tested with MinGW-3.1.
Any ideas? Is that a MinGW bug or something I did? ;)
Thanks.
Simon
---
Simon Urbanek
Department of computer oriented statistics and data analysis
University of Augsburg
Universit?tsstr. 14
86135 Augsburg
Germany
Tel: +49-821-598-2236
Fax: +49-821-598-2200
Simon.Urbanek@Math.Uni-Augsburg.de
http://simon.urbanek.info
2003 May 26
1
R's DYLD_LIBRARY_PATH override problems on Mac OS X
...ns.
Cheers,
Simon
_
platform powerpc-apple-darwin6.6
arch powerpc
os darwin6.6
system powerpc, darwin6.6
status Patched
major 1
minor 7.0
year 2003
month 05
day 15
language R
---
Simon Urbanek
Department of computer oriented statistics and data analysis
University of Augsburg
Universit?tsstr. 14
86135 Augsburg
Germany
Tel: +49-821-598-2236
Fax: +49-821-598-2280
Simon.Urbanek@Math.Uni-Augsburg.de
http://simon.urbanek.info
2003 Oct 31
1
R-1.8.0 + IBM VisualAge/C for AIX compiler
...'
/bin/sh: /usr/bin/cat: 0403-027 The parameter list is too long.
If unfixed, I get errors like:
Error: couldn't find function "attach"
(fix: put the source directory somewhere down the tree - e.g. I
symlinked it to /tmp/R ;)).
3) tilde_expand from readline:
"/.../dce.uni-augsburg.de/fs/home/mathe/sta/urbanesi/work/R-1.8.0/src/
unix/sys-unix.c", line 103.14: 1506-196 (S) Initialization between
types "char*" and "int" is not allowed.
fix: add a corresponding declaration for tilde_expand
4) .so vs .a
ld: 0706-006 Cannot find or open library file: -...
2004 Jun 24
0
Catching R's (D)COM output in perl
...cterOutputDevice() in Perl but i was neither
getting this to work nor was i able to find the right spot containing
this information.
Does someone have a clue?
Thanks in advance,
Stefan
----------------
Stefan Etschberger
Institut f??r Statistik und Mathematische Wirtschaftstheorie
Universit??t Augsburg
D-86135 Augsburg
stefan.etschberger at wiwi.uni-augsburg.de
<mailto:stefan.etschberger at wiwi.uni-augsburg.de>
2008 May 24
1
R outside of universities
...there are many reasons for this. It would be
interesting to know just how widely R is used, where it is used most
(and where least or not at all). Does anyone have a good overview?
Antony Unwin
Professor of Computer-Oriented Statistics and Data Analysis,
Mathematics Institute,
University of Augsburg,
86135 Augsburg, Germany
Tel: + 49 821 5982218
antony.unwin@math.uni-augsburg.de
http://stats.math.uni-augsburg.de/
[[alternative HTML version deleted]]
2010 May 13
1
Where has the stats-rosuda-devel mailing list gone?
I require some assistance with JGR, but following the mailing list link from http://jgr.markushelbig.org/FAQ.html leads me to http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel which responds with
No such list stats-rosuda-devel
I was previously subscribed to this mailing list and want to resubscribe, but where has it gone?
Many thanks,
Oliver Mannion
Programmer
COMPASS - Centre of Methods and Policy Application in the Social Sc...
2008 Aug 22
2
Using interactive plots to get information about data points
I have been experimenting with interactive packages such iplots and playwith.
Consider the following sample dataset:
A B C D
1 5 5 9
3 2 8 4
1 7 3 0
7 2 2 6
Let's say I make a plot of variable A. I would like to be able to click on
a data point (e.g. 3) and have a pop-up window tell me the corresponding
value for variable D (e.g. 4). I am also trying to produce multiple
2003 Nov 30
2
R as OS X Framework
...s/1.8.1/Resources
you should also add --enable-R-shlib (if you want to use --enable-aqua,
read on first!)
after make / make install run the following script as root (you may
want to edit it if you didin't use 1.8.1 or if you want to install an
user-private framework):
http://stats.math.uni-augsburg.de/misc/Rframework.sh
This will create a proper framework from what the R installer created -
and you're all set! You can use such framework for any program - just
like Apple's system frameworks. It's really great what you can do with
Xcode then (code completion of R stuff, zero-lin...
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
...powerpc-apple-darwin7.2.0
arch powerpc
os darwin7.2.0
system powerpc, darwin7.2.0
status Under development (unstable)
major 1
minor 9.0
year 2003
month 12
day 22
language R
---
Simon Urbanek
Department of computer oriented statistics and data analysis
University of Augsburg
Universit?tsstr. 14
86135 Augsburg
Germany
Tel: +49-821-598-2236
Fax: +49-821-598-2200
Simon.Urbanek@Math.Uni-Augsburg.de
http://simon.urbanek.info
2011 Feb 11
1
Re. When is *interactive* data visualization useful to use?
...there.
I could go on (and on), but what you really need is a good demo.
Best regards
Antony
PS Have you reported the bugs in GGobi and Mondrian you have found to the software authors?
Antony Unwin
Professor of Computer-Oriented Statistics and Data Analysis,
Mathematics Institute,
University of Augsburg,
86135 Augsburg, Germany
2004 Feb 25
8
Script editor for Windows GUI
Dear R users / devs,
There's been requests in the past for a text editor built into the Rgui
for Windows, from which code can be submitted to the R console.
Something along the lines of the script editor in S-Plus. Currently
Rgui can only display a file read-only in a pager. As far as I can tell
there's been little motivation to implement an editor, as most
developers use (the
2003 Aug 29
1
about REPL and loops in general ...
...the above is fairly easy to implement in pthreads (and
compatible) as well as Windows.
I'm willing to provide code for the latter approach or to help with the
first one if necessary.
Cheers,
Simon
---
Simon Urbanek
Department of computer oriented statistics and data analysis
University of Augsburg
Universit?tsstr. 14
86135 Augsburg
Germany
Tel: +49-821-598-2236
Fax: +49-821-598-2200
Simon.Urbanek@Math.Uni-Augsburg.de
http://simon.urbanek.info
2017 Apr 04
2
Bug report: POSIX regular expression doesn't match for somewhat higher values of upper bound
...d:
2.11.1 on i486-pc-linux-gnu
2.15.1 on x86_64-pc-linux-gnu
3.2.1 on i386-w64-mingw32
3.2.1 on x86_64-w64-mingw32
3.3.3 on x86_64-w64-mingw32
--
Best regards,
Dietmar Schindler
________________________________
manroland web systems GmbH -- Managing Director: Alexander Wassermann
Registered Office: Augsburg -- Trade Register: AG Augsburg -- HRB-No.: 26816 -- VAT: DE281389840
Confidentiality note:
This eMail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient, you are hereby not...
2005 Aug 29
2
FW: RServe initialization problem
I want to use the R functionalities in my Java program. I found the Rserve
that appear to suite my requirements but I'm facing some configuration
problems.
I' following the web page tutorial
(http://stats.math.uni-augsburg.de/Rserve/doc.shtml) but I face the above
problem:
C:\Program Files\R\rw2010\bin>R CMD RSERVE
Can't open perl script "C:\PROGRA~1\R\rw2010/bin/RSERVE": No such file or
directory
Thanks in advance,
Joel Arrais,
joelarrais at gmail.com
2009 Jun 26
0
Xen, IRQ-sharing and PCI passthrough
...d it be reported to the
Xen or the Debian maintainers?
Regards
Florian
------------------------------------------
Florian Wagner
Abteilung EDV
Telefon: 0821 / 4201 - 453
Fax: 0821 / 4201 - 411
E-Mail: f_wagner@syscomp.de
Syscomp Biochemische Dienstleistungen GmbH
August-Wessels-Straße 5, 86154 Augsburg
Postfach 102506, 86015 Augsburg
Telefon: 0821 / 4201 - 0
Fax: 0821 / 417992
Web: http://www.syscomp.de
E-Mail: syscomp@syscomp.de
Geschäftsführer:
Dr. med. Bernd Schottdorf
Gabriele Schottdorf
Registergericht Augsburg HRB 8670
_______________________________________________
Xen-users mailing...
2005 Apr 29
2
congratulations to the JGR developers
Just want to offer my congratulations to the JGR developers as the recepient
of the 2005 Chambers Award. Great job, guys!!
http://stats.math.uni-augsburg.de/JGR/
[Now, could JGR be updated to work with 2.1.0 (or be made R version
independent, please... 8-)]
Best,
Andy
2004 Apr 26
1
eventloop
Hello.
I'm writting a glx device and I've some performance problem with the
eventloop registration system. The device is not refresh when there's no
X event. That's problematic for animation and "smoothness" of display.
Should I use threads or fork the R process to get and independant
way to refresh my device ? Or do you know another way to refresh it ?
Thanks
2006 Sep 12
1
Kendall's tau-c
...,3,0,4))
cityriots <- data.frame(lapply(cityriots,function(x)
rep(x,cityriots$weight)))
xtabs(~ riotsize+citysize,cityriots)
tau-c should be .57.
Do you have a hint?
Best regards
Knut Wenzig
--
Dipl.-Sozialw. Knut Wenzig
Lehrstuhl fuer Soziologie und empirische Sozialforschung
Universitaet Augsburg | Universitaetsstrasse 6 | 86159 Augsburg
Tel ++49 821 598-4101 | FAX -4222 | ICQ: 210200999 | Germany
http://www.philso.uni-augsburg.de/lehrstuehle/soziologie/sozio2/
2009 Jun 26
0
AW: Xen, IRQ-sharing and PCI passthrough
...d it be reported to the
Xen or the Debian maintainers?
Regards
Florian
------------------------------------------
Florian Wagner
Abteilung EDV
Telefon: 0821 / 4201 - 453
Fax: 0821 / 4201 - 411
E-Mail: f_wagner@syscomp.de
Syscomp Biochemische Dienstleistungen GmbH
August-Wessels-Straße 5, 86154 Augsburg
Postfach 102506, 86015 Augsburg
Telefon: 0821 / 4201 - 0
Fax: 0821 / 417992
Web: http://www.syscomp.de
E-Mail: syscomp@syscomp.de
Geschäftsführer:
Dr. med. Bernd Schottdorf
Gabriele Schottdorf
Registergericht Augsburg HRB 8670
_______________________________________________
Xen-users mailing...