search for: goertz

Displaying 17 results from an estimated 17 matches for "goertz".

Did you mean: coert
2005 Mar 11
3
IP in rawlog
Hi, i'm using dovecot with rawlog enabled. Well, i need to log the IP of the user, too. Could you give me a hint, how this can be implemented? Thanks and regards, Andreas Goertz.
2017 Sep 01
3
patch: automatically adjust width option when terminal is resized
On Fri, 1 Sep 2017, Ralf Goertz wrote: > Am Mon, 28 Aug 2017 09:33:31 +0200 > schrieb Ralf Goertz <r_goertz at web.de>: > > > Hello, me again > >> Hi, >> >> I guess there have been discussions about this in the past and from >> what I understood hooking an R-function to facilitate...
2017 Aug 28
2
patch: automatically adjust width option when terminal is resized
Hi, I guess there have been discussions about this in the past and from what I understood hooking an R-function to facilitate automatic adjustment is problematic. So why not doing it like this: --- R-3.4.1/src/unix/sys-std.c 2017-03-24 00:03:59.000000000 +0100 +++ R-3.4.1/src/unix/sys-std.patched.c 2017-08-28 09:16:02.714204023 +0200 @@ -1005,6 +1005,9 @@ // introduced in
2001 Jul 02
2
Shapiro-Wilk test
Hi, does the shapiro wilk test in R-1.3.0 work correctly? Maybe it does, but can anybody tell me why the following sample doesn't give "W = 1" and "p-value = 1": R> x<-1:9/10;x [1] 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 R> shapiro.test(qnorm(x)) Shapiro-Wilk normality test data: qnorm(x) W = 0.9925, p-value = 0.9986 I can't imagine a sample being
1998 Feb 24
0
R-beta: newbie question on repeated measure anovas
Hi, is there a way to use a repeated measure anova approach in R? I can't believe there isn't, but I couldn't figure out how. Please Help ------------------------------- Ralf Goertz Institute for Psychology, Jena, Germany E-mail Ralf.Goertz at uni-jena.de http://www.uni-jena.de/allgpsy/rg ------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Sen...
2005 Apr 28
1
error: received another "not listening" notification
...ike this in th elogs: Apr 28 14:53:45 marge dovecot: child 25819 (auth) killed with signal 4 Apr 28 14:55:09 marge dovecot: login: received another "not listening" notification (if you can't login at all, see src/lib/fdpass.c) Any idea, how to solve this? Thanks in advance, Andreas Goertz. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCcOjTpAOZWzj6viQRAtz+AKCjfTe3ib3tsBUeqZjTuLY/hcJ2mACgqePc /T4TGvBNzmY0snTpOMHuUdE= =t5Ev -----END PGP SIGNATURE-----
2008 Apr 28
2
completion doesn't work anymore
Hi, after updating to 2.7.0, command line completion doesn't work anymore. I understand that the package rcompgen is now part of utils. I hadn't used rcompgen before but completion worked without it (I double checked it using an 2.6.2 version on another machine). Now, it doesn't work, even after switching on all option via "rc.settings". I updated R using the opensuse 10.3
2017 Sep 01
0
patch: automatically adjust width option when terminal is resized
Accidentally dropped R-devel from this reply. On Fri, 1 Sep 2017, luke-tierney at uiowa.edu wrote: > On Fri, 1 Sep 2017, Ralf Goertz wrote: > >> Am Fri, 1 Sep 2017 07:20:58 -0500 (CDT) >> schrieb luke-tierney at uiowa.edu: >> >>> On Fri, 1 Sep 2017, Ralf Goertz wrote: >>> >>>> Many good programs like vim adjust their internal width >>>> representation automatically...
2007 Oct 18
5
R-squared value for linear regression passing through origin using lm()
Hi, A have small technical question about the calculation of R-squared using lm(). In a study case with experimental values, it seems more logical to force the regression line to pass through origin with lm(y ~ x +0). However, R-squared values are higher in this case than when I compute the linear regression with lm(y ~ x). It seems to be surprising to me: is this result normal ? Is there
2017 Sep 01
0
patch: automatically adjust width option when terminal is resized
Am Mon, 28 Aug 2017 09:33:31 +0200 schrieb Ralf Goertz <r_goertz at web.de>: Hello, me again > Hi, > > I guess there have been discussions about this in the past and from > what I understood hooking an R-function to facilitate automatic > adjustment is problematic. So why not doing it like this: would anybody care to comment?...
2008 Apr 29
1
deleting variables
How can I automatically exclude one variable from being saved in the workspace when I quit an R session? The problem is I don't know how to erase a variable once it has been created. Background: I open a connection called "con" to a database server in my ~/.Rprofile. Obviously, the connection expires when quitting the R session. Unfortunately, the workspace is loaded after
2005 Jun 23
1
getpeername() and SSL
Hi Timo, first of all: i'm using 0.99.14. You helped me to raw-log the client-IP using something like this in rawlog.c: if (net_getpeername(0, &ip, NULL) == 0) { str = t_strdup_printf("IP: %s\n", net_ip2addr(&ip)); write_full(log_out, str, strlen(str)); } Now i got the problem, that this doesn't work when the client is connected using SSL. After some testing i
2007 Oct 16
1
library(car): Anova and repeated measures without between subjects factors
Hi, sorry if this is explained somewhere but I didn't find anything. How can I use "Anova" from the car package to test a modell without between subject's factors? Suppose I have the following data mat.1 mat.2 mat.3 di ex 1 85 85 88 1 1 2 90 92 93 1 1 3 97 97 94 1 1 4 80 82 83 1 1 5 91 92 91 1 1 6 83 83
2018 Apr 23
0
R 3.5.0 is released
..."all", no longer quote()s formulas as that may not re-parse identically. (PR#17378) * If the option setWidthOnResize is set and TRUE, R run in a terminal using a recent readline library will set the width option when the terminal is resized. Suggested by Ralf Goertz. * If multiple on.exit() expressions are set using add = TRUE then all expressions will now be run even if one signals an error. * mclapply() gets an option affinity.list which allows more efficient execution with heterogeneous processors, thanks to Helena Kotthaus....
2018 Apr 23
0
R 3.5.0 is released
..."all", no longer quote()s formulas as that may not re-parse identically. (PR#17378) * If the option setWidthOnResize is set and TRUE, R run in a terminal using a recent readline library will set the width option when the terminal is resized. Suggested by Ralf Goertz. * If multiple on.exit() expressions are set using add = TRUE then all expressions will now be run even if one signals an error. * mclapply() gets an option affinity.list which allows more efficient execution with heterogeneous processors, thanks to Helena Kotthaus....
2005 Nov 16
11
Need urgent help regarding security
Good Day! I think we have a serious problem. One of our old server running FreeBSD 4.9 have been compromised and is now connected to an ircd server.. 195.204.1.132.6667 ESTABLISHED However, we still haven't brought the server down in an attempt to track the intruder down. Right now we are clueless as to what we need to do.. Most of our servers are running legacy operating systems(old
2010 Sep 02
0
using R's svd from outside R
Hi, I have to compute the singular value decomposition of rather large matrices. My test matrix is 10558 by 4255 and it takes about three minutes in R to decompose on a 64bit quadruple core linux machine. (R is running svd in parallel, all four cores are at their maximum load while doing this.) I tried several blas and lapack libraries as well as the gnu scientific library in my C++ programm.