Displaying 3 results from an estimated 3 matches for "schaetz".
Did you mean:
schaetzl
2005 Feb 16
2
Windows share "bridge"
...ters = no
log level = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 IPTOS_LOWDELAY
read raw = yes
write raw = yes
max xmit = 65535
[gloin_e]
comment = Data
path = /mnt/test
read only = No
guest ok = Yes
--- snip
Running Linux version 2.6.10-gentoo-r6.
Thanks in advance
Sebastian Schaetz
2002 Aug 07
2
Constructing titles from list of expressions
...match("I(", var.names[i], nomatch=0)
!=1) {b<-c(b,i)}}
var.names <- var.names[b]
}
var.names <- var.names[1:3]
resp.name <- names(x.lm$model)[1]
ranges <- t(apply(data[,var.names], 2, range))
extremum <- as.list(extremum)
names(extremum) <- var.names
schaetz <- predict(x.lm, as.data.frame(extremum), interval="confidence", level
=conf.level)
result <- list(prognose=schaetz[1], conf.interval=schaetz[-1], conf.level=conf
.level)
# Graphen zeichnen
old.pty <- par()$pty
par(pty="s", ask=T)
if (singleplot) layout(matrix(...
2008 Jul 07
4
script.aculo.us slider - this and event handler - depending sliders
Hi,
I successfully created depending sliders with prototype and slider.js.
See the result here: http://www.soa-world.de/dev/slider/slider.html
(here''s the code: http://pastebin.com/ma1e82eb)
There is one problem with my code. What I do is I have a sliders class
"function sliders()"
inside I create the 5 sliders in a for loop and store them inside an
array which is a member of