search for: torsten

Displaying 20 results from an estimated 595 matches for "torsten".

Did you mean: thorsten
2004 Mar 12
1
plot.dendrogram and expressions
...text(mx, my, attr(child, "edgetext")) --- > text(mx, my, edgeText) 344c344 < text(xBot, my, attr(child, "edgetext")) --- > text(xBot, my, edgeText) and one could use expressions for plotting symbols. Best, Torsten
2016 Feb 15
2
APC Back-UPS BX1400U
...ded from the Raspberry an shut-down itselt at 30% battery capacity. The raspberry should shut-down at 20 %. Is that UPS not supported? Or does I have to use other settings? If you need any additional information, please let me know and I'll (tyr to) provide it! Raspberry PI OS information: torsten at raspberrypi:/ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)" NAME="Raspbian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL=&quot...
2001 Oct 18
1
vectors / matrices
...2 3 4 5 x 1 2 3 4 5 x is a vector and therefore has no dim-attribute. Obviously cbind treats x as a col-vector but rbind treats x as a row-vector, that is: two functions have a different view on x. I'm sure there is a good reason for this but I could not find it ... Torsten -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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-request at stat...
2013 Nov 29
0
[Bug 58378] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
https://bugs.freedesktop.org/show_bug.cgi?id=58378 --- Comment #14 from torsten.stocklossa at gmail.com --- HI again, in addition some error messages Nov 29 11:21:47 torsten-LIFEBOOK-E8410 kernel: [ 66.215782] nouveau E[ PGRAPH][0000:01:00.0] ch 2 [0x0007b23000] subc 7 class 0x8297 mthd 0x15e0 data 0x00000000 Nov 29 11:21:47 torsten-LIFEBOOK-E8410 kernel: [ 66.304180] n...
2016 Feb 15
0
APC Back-UPS BX1400U
Sorry, I forgot this: torsten at raspberrypi:/ $ sudo /lib/nut/usbhid-ups -a UPS -x vendorid=051d -DD Network UPS Tools - Generic HID driver 0.38 (2.7.2) USB communication driver 0.32 0.000000 debug level is '2' 0.004718 upsdrv_initups... 0.007534 Checking device (051D/0002) (001/004) 0.00891...
2000 Dec 12
1
r-sync down?
torsten@www:/raid/home/torsten > ping rsync.r-project.org PING franz.stat.wisc.edu (128.105.174.95): 56 data bytes --- franz.stat.wisc.edu ping statistics --- 12 packets transmitted, 0 packets received, 100% packet loss Torsten -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2003 Sep 16
1
`var' broken in 1.8.0 alpha (2003-09-15)
...Error in var(rnorm(100)) : 3 arguments passed to "cov" which requires 4. which I suspect is due to recent changes to `cov'. The same is true for R> cov(rnorm(100), rnorm(100)) Error in cov(rnorm(100), rnorm(100)) : 3 arguments passed to "cov" which requires 4. Best, Torsten R> version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status alpha major 1 minor 8.0 year 2003 month 09 day 15 language R
2002 Dec 09
2
APL?
Hi, is anybody out there who knows APL and would help me to translate 52 lines of APL code into propper R? best, Torsten
2009 Mar 02
1
comment on this book "A Handbook of Statistical Analyses Using R by Brian S. Everitt (Author), Torsten Hothorn (Author)"
...k a good reference to learn R for statistical analysis ? A Handbook of Statistical Analyses Using R by Brian S. Everitt<http://www.amazon.com/exec/obidos/search-handle-url/ref=ntt_athr_dp_sr_1?%5Fencoding=UTF8&search-type=ss&index=books&field-author=Brian%20S.%20Everitt>(Author), Torsten Hothorn<http://www.amazon.com/exec/obidos/search-handle-url/ref=ntt_athr_dp_sr_2?%5Fencoding=UTF8&search-type=ss&index=books&field-author=Torsten%20Hothorn>(Author) [[alternative HTML version deleted]]
2002 Jun 27
1
F90 in packages
Hi, did anybody manage to compile F90 sources in an R-package? The major problem is, at least in my opinion, that non of the "free" F90 -> F77 converters is working correctly, at least for the F90 sources I need to compile. Torsten -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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-devel-request@stat...
2006 May 17
6
ActiveRecord#to_param
...value1", "attr2" => "value2"}. I think I might solve the problem by appending a "[data]" to every key of the object.attributes_before_type_cast hash. Is there already a solution for my problem in Rails? Thanks for reading this longish text ;-) best regards Torsten
2004 Apr 26
1
Segfault: .Call and classes with logical slots
...representation(lgl = "logical")) [1] "test" R> R> a = .Call("foo") R> a An object of class "test" Slot "lgl": [1] TRUE R> R> gctorture(on = TRUE) R> a = .Call("foo") R> gctorture(on = FALSE) Segmentation fault Best, Torsten R> version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 9.0 year 2004 month 04 day 12 language R R> _______________________________________________________________________ | | | Dr. rer. nat...
2004 Mar 03
2
read.spss and time/date information
...rn Standard Time" An alternative might be to do this all in the GMT time zone: spss.orig <- as.POSIXct("2003/02/11", tz="GMT") - 13264300800 format(spss.orig + c(13264300800, 13142476800), tz="GMT") --- Date: Wed, 3 Mar 2004 15:57:10 +0100 (CET) From: Torsten Hothorn <Torsten.Hothorn at rzmail.uni-erlangen.de> To: <r-help at stat.math.ethz.ch> Subject: [R] read.spss and time/date information Hi, I could not find any information on how `read.spss' deals with date information. As an example, I created a file containing two varia...
1999 Mar 25
1
.C and character
...worked fine, but test1.c: void R2Cstr(char *str) { printf("\n my char: %s \n", str[0]); } test1.R: dyn.load("mylib.so"); .C("R2Cdouble", as.character("test")); caused a segmentation fault (Linux 2.0.36, R-0.62.4). Is there a mechanism to do that? Torsten -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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-request at st...
2006 Jul 13
2
Write a summary or a longer text to a graphical device
How can I write a text, such as a result of a function or an explanation to a graphic device? When I try plot, I'm unable to reduce the axes. Greetings torsten
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
>>>>> "Torsten" == Torsten Hothorn <torsten@hothorn.de> >>>>> on Thu, 11 Dec 2003 18:03:07 +0100 (CET) writes: Torsten> On Thu, 11 Dec 2003, Jeffrey Chang wrote: >> Hello everybody, >> >> I'm running R 1.8.1 on both Linux and OS X compiled w...
2003 Dec 13
0
chisq.test() and r2dtable() freezing on certain inputs (PR#5701)
>>>>> "MM" == Martin Maechler <maechler@stat.math.ethz.ch> >>>>> on Thu, 11 Dec 2003 18:29:05 +0100 (CET) writes: >>>>> "Torsten" == Torsten Hothorn <torsten@hothorn.de> >>>>> on Thu, 11 Dec 2003 18:03:07 +0100 (CET) writes: Torsten> On Thu, 11 Dec 2003, Jeffrey Chang wrote: >>> Hello everybody, >>> >>> I'm running R 1.8.1 on both Linux and OS...
2016 Feb 15
2
APC Back-UPS BX1400U
On Feb 15, 2016, at 12:55 PM, T. Ermlich <pelegrine at gmail.com> wrote: > > torsten at raspberrypi:/ $ sudo /lib/nut/usbhid-ups -a UPS -x vendorid=051d -DD > Network UPS Tools - Generic HID driver 0.38 (2.7.2) If the driver is crashing, you might be affected by this bug: https://github.com/networkupstools/nut/issues/258 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=81260...
2006 Jun 22
7
iptables match u32
hello, I try to use iptables rules to drop skype trafic. The iptables rule is : iptables -I FORWARD -p udp -m length --length 39 -m u32 --u32 ''27&0x8f=7'' --u32 ''31=0x01020304'' -j ACCEPT the problem I encounter is that i can''t have the match u32 for iptables. Could someone help me ?
2003 Jan 14
2
Using win2k non-pdc as password server
...9d} So pretty clear, I have to start some service on the win2k box, but which one please ?? My first guess was NETLOGON, but the server refuses to start that up, because it is not a PDC. Thanks for anyone telling me the right service name before dawn, Torsten -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr f?r 1 ct/ Min. surfen!