search for: urz

Displaying 20 results from an estimated 66 matches for "urz".

Did you mean: url
1998 Jul 16
2
R-beta: cite R -- how?
I want to cite R for an article. What is the right thing to do? Shall I include "Notes on R" or is there a better way? -- mailto:koloska at rcs.urz.tu-dresden.de http://rcswww.urz.tu-dresden.de/~koloska/ -- -- right now the web page is in german only but this will change as time goes by ;-) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.c...
2004 Mar 11
4
Summary: do.call and environments
...e this: x <- 7 fx <- function(y) print(x*y) f <- function(fun, x) { fun <- get(fun) environment(fun) <- environment() do.call("fun",list(3)) } f("fx",2) --- Date: Thu, 11 Mar 2004 08:22:45 +0100 From: Thomas Petzoldt <petzoldt at rcs.urz.tu-dresden.de> Cc: <petzoldt at rcs.urz.tu-dresden.de>, <r-help at stat.math.ethz.ch> Subject: [R] Summary: do.call and environments Dear R users, thank you very much for your suggestions. I've learned much, especially that the problem was not as simple as I thought. Th...
2010 Nov 03
3
R package BibTex entries: looking for a more general solution
...here, and the result looks sort of OK when printed by citation(), but confuses BibTeX mightly. One example: > citation("akima") To cite package ?akima? in publications use: Fortran code by H. Akima R port by Albrecht Gebhardt aspline function by Thomas Petzoldt <petzoldt at rcs.urz.tu-dresden.de> enhancements and corrections by Martin Maechler (2009). akima: Interpolation of irregularly spaced data. R package version 0.5-4. http://CRAN.R-project.org/package=akima A BibTeX entry for LaTeX users is @Manual{, title = {akima: Interpolation of irregularly spaced data}, author...
2000 Dec 18
2
Segmentation fault with expression on linux
...ress return") text(0.5,0.5,expression(y == e^-frac(x,sigma))) #segmentation fault #---------------------------------------- Any idea? Thank you very much! Thomas Petzoldt -- Dresden University of Technology Institute of Hydrobiology http://www.tu-dresden.de/fghhihb/ mailto:petzoldt at rcs.urz.tu-dresden.de -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-re...
2001 Mar 21
2
Wine without Windows
I have RedHat 6.2 with Wine installed. However, I do NOT have Windozzzz installed. I need to run some Windows apps such as IE5, Outlook 98, Office 97 AND Office 2000 (don't ask). Anyway, are there any online resources that would be recommended?
2001 Mar 07
1
CalamusSL 2000 DTP program
...ont fett-medium-r-normal--16-160- the name is correct (confirmed by the programmer) but only the size 8 is recognized -- 6 and 16 aren't ... Would be nice it we can make this program run under wine -- because it is a very good alternative to QuarkX and InDesign! Uwe -- mailto:koloska@rcs.urz.tu-dresden.de http://rcswww.urz.tu-dresden.de/~koloska/ -- -- right now the web page is in german only but this will change as time goes by ;-)
2001 Mar 15
1
supressing linefeed at end of file
...perl or similar. Is there a simple "R only" solution? Otherwise I should write a special C program. Thanks in advance! Thomas Petzoldt -- Dr. Thomas Petzoldt Dresden University of Technology Institute for Hydrobiology 01062 Dresden mailto:petzoldt at rcs.urz.tu-dresden.de http://www.tu-dresden.de/fghhihb/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body&quot...
2016 Feb 29
6
Timout for LDAP connection
...-SERVER dn = BINDDN dnpass = BINDPASS auth_bind = yes ldap_version = 3 base = BASEDN scope = subtree user_attrs= ATTRIBUTES user_filter = USERFILTER pass_filter = PASSFILTER iterate_filter = ITERATEFILTER Best regards, Gordon -- Technischer Leiter & stellv. Direktor Universit?tsrechenzentrum (URZ) E.-M.-Arndt-Universit?t Greifswald Felix-Hausdorff-Str. 12 17489 Greifswald Germany Tel. +49 3834 86 1456 Fax. +49 3834 86 1401
2010 Jun 14
2
list command and shared folders
...ict.db: ---------------------------------------- VERSION=3 format=print type=btree db_pagesize=4096 HEADER=END shared/shared-boxes/user/test4/test2 1 shared/shared-boxes/user/test4/test3 1 DATA=END -- ########################################### # Wolfram Greinert # # URZ der Uni Leipzig, Abteilung Netze # # 04109 Leipzig, Neumarkt 9-19 # # Tel.: +(0341) 97-33325 # # email: greinert at rz.uni-leipzig.de # ###########################################
2003 Dec 01
0
No subject
...OPBACK RUNNING MTU:3924 Metric:1 RX packets:149678 errors:0 dropped:0 overruns:0 frame:0 TX packets:149678 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 Return-Path: <palme@uni-wuppertal.de> Delivered-To: samba@samba.org Received: from mail.urz.uni-wuppertal.de (mail.urz.uni-wuppertal.de [132.195.64.1]) by lists.samba.org (Postfix) with ESMTP id 8183D477F for <samba@samba.org>; Mon, 11 Jun 2001 05:27:03 -0700 (PDT) Received: from wrpc3.urz.uni-wuppertal.de (wrpc3.urz.uni-wuppertal.de [132.195.20.7]) by mail.urz.uni-wuppertal.d...
2005 Jul 27
4
odesolve/lsoda differences on Windows and Mac
Hi - I am getting different results when I run the numerical integrator function lsoda (odesolve package) on a Mac and a PC. I am trying to simulating a system of 10 ODE's with two exogenous pulsed inputs to the system, and have had reasonably good success with many model parameter sets. Under some parameter sets, however, the simulations fail on the Mac (see error message below). The
2004 Aug 06
0
live broadcasting my lecture about icecast2
...:30 (5:30 p.m.) CEST. Unfortunately the lecture is going to be in German but at least it might be interesting to all the German Icecast User. Find more information about the lecture, the audio stream and the presentation here: http://www.tu-chemnitz.de/~mie/audiostreaming/ http://www.tu-chemnitz.de/urz/stammtisch Regards, Enrico Minack -- Radio UNiCC - Chemnitz, Germany Student of Applied Computer Science at Chemnitz University of Technology
2000 Dec 07
0
pictex device
..._____________________________________________________________________ Karsten Rinke Technische Universit?t Dresden Tel: (0)351-463-5612 Institut fuer Hydrobiologie Fax: (0)351-463-7108 D-01062 Dresden, Germany mailto:karsten.rinke at mailbox.tu-dresden.de http://rcswww.urz.tu-dresden.de/~kr283138/engl.html -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subje...
2001 Feb 05
1
get vector data from contour
...solution to get the internal data from contour(). Is there a possibility to extract contour lines as x-y-polygon from a grid without hacking plot3d.c? Thank you in advance! Thomas P. -- Thomas Petzoldt Dresden University of Technology Institute for Hydrobiology mailto:petzoldt at rcs.urz.tu-dresden.de 01062 Dresden http://www.tu-dresden.de/fghhihb/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]sub...
2003 Mar 04
0
implementing ecological models in R
...be changed soon). Thank you for your feedback! Many thanks to all the people who are making the R-project possible! Thomas -- Thomas Petzoldt Tel. +49-351-463 3 4954 Dresden University of Technology Fax +49-351-463 3 7108 Institute for Hydrobiology petzoldt at rcs.urz.tu-dresden.de 01062 Dresden http://www.tu-dresden.de/fghhihb/petzoldt/
2003 Sep 08
2
R video
Hi Does anybody know of any R packages under Windows to produce video files from a sequence of R graphs -- e.g. in .wmv or avi format? Thanks David
2003 Sep 12
2
Getting greek letters in plot labels and title
Hi, Does any one knows how to include greek letters in plot labels and plot titles ? Thanks a lot paul --- [[alternative HTML version deleted]]
2004 Feb 19
1
efficient matrix approx
Hello, I am looking for a highly efficient matrix version of linear interpolation (like approx). As an example I have data like follows: x<-data.frame(time=1:20, x=(1:20)/10, y=runif(20)) t <- seq(1.5, 15.5 ,by=0.5) # and I found the following solution: nam <- names(x) app <- lapply(x[2:3],approx,x=x$time, xout=t) r <- c(1, 2*(1:(ncol(x)-1))) x.new <-
2005 Sep 06
0
model selection vs. H0 based testing
> -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch]On Behalf Of Thomas Petzoldt > Sent: 06 September 2005 06:34 > Cc: petzoldt at rcs.urz.tu-dresden.de; R-Help > Subject: Re: [R] model selection vs. H0 based testing > > > Hello, > > I wish to thank Douglas Bates very much for clarification and > pointing me to the MCMC simulation method to get p values even for cases where > Wald tests are inappropriate....
2010 Feb 15
2
Printing 2 digits after decimal point
Hi there, i'm not getting along with the following problem. I'd like to print a real number, e.g. x <- 12.3 with exactly two digits after the decimal point, e.g. 12.30 I've tried the whole format(), formatC() and prettyNum() functions but did not have any success with it. This should work with all real numbers, in case even with 0.0 (-> 0.00). For cracks this thing is pretty