search for: holl

Displaying 20 results from an estimated 29 matches for "holl".

Did you mean: hold
2013 Apr 06
1
Plotting a curve for a Holling Type III Functional Response
Hey, So I have a scatter plot and I am trying to plot a curve to fit the data based on a Holling Type III functional response. My function is this: nll2<-function(a,b) { conefun<-(a*DBH^2)/(b^2+DBH^2) nlls2<-dnbinom(x=cones ,size=DBH, mu=conefun,log=TRUE) -sum(nlls) } and my plot is this: plot (DBH,cones) DBH is on the x-axis and cones is on the y-axis. How do I get the c...
2002 Jul 09
3
writing to a png file with a script
...# writing section > x11() Error in x11() : the x11 device has not been loaded Execution halted I do not know what to do! thanks for your help cheers steph -- Linux: the operating system with a CLUE... Command Line User Environment. -------------------------------------- Stephan Holl GnuPG Key-ID: 11946A09 ICQ# 117277975 -------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments...
2005 Mar 02
4
Action ''display'' doesn''t work in 0.10.0
...ule gets included in the inheritance chain, od some module gets extended, the list changes. I don''t think this behaviour is correct: in an OO environment I want to be able to override methods that are above me in the inheritance chain, not forbidden to use the same name. Cheers, Han Holl
2006 Jul 30
4
Dovecot copy with imapsync
Hi List, I am trying to migrate my dovecot 0.9 (mbox-Storage) to 1.0rc2 with maildir-storage using imapsync. I cannot manage to copy the emails from one server to the other, however the dry-run from imapsync works nicely. Is it possible to make dovecot more verbose to see what is happening (or not happening)? Thank you very much. Best Stephan
2002 Sep 02
2
ifelse behavior
...dex.s) num 100 it is a numeric value as well, but the result of the ifelse-check is different!! > ifelse(blah$index.s == 100 ,1,2) [1] 1 that's the result which is correct! Can anybody explain this behavior please ?! thank you - -- - -------------------------------------- Stephan Holl GnuPG Key-ID: 11946A09 ICQ# 117277975 - -------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9c3bbEg9SKhGUagkRAi3UAJ46mOt/FsDdwzyaZ7vrauarVLpEjgCdHUIp K6XkXwhVxW65Sw1iiOlk9cE= =roN2 -----END PGP SIGNATURE----- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2002 Jul 29
2
Database-conversion
...SELECT-statement, the -9999-values are treated as normal vectors. How can I tell R not to fetch the datasets containig -9999-values? thanks for your help stephan -- Linux: the operating system with a CLUE... Command Line User Environment. -------------------------------------- Stephan Holl GnuPG Key-ID: 11946A09 ICQ# 117277975 -------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments...
2002 Aug 02
2
variables inside an Rdi-select statement?!
...") </code> the error is, that SELECT searches for the relation ezg, but it should use value stored in ezg. Any suggestions? thanks in advance stephan -- Linux: the operating system with a CLUE... Command Line User Environment. -------------------------------------- Stephan Holl GnuPG Key-ID: 11946A09 ICQ# 117277975 -------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments...
2006 Jan 16
3
routing to controller inside module
...ame result: map.connect ''admin/my_controller/:action/:id'', :controller => ''admin/my_controller'' Are controllers within modules still supported? Ciao, Norman -- Norman Timmler - inlet media e.K. Phone: +49 (0)40 / 43 25 10 81 Fax: +49 (0)40 / 43 25 10 82 Holl?ndische Reihe 31 22765 Hamburg http://www.inlet-media.de
2002 Jul 10
5
plotting only text as a table
...nd the empty 4.th space. http://frosch.2y.net/tmp/ws_34_geol_20.png Perhaps there is a nice sollution. btw. I produce the plot in BATCH-mode. Thanks so far. steph -- Linux: the operating system with a CLUE... Command Line User Environment. -------------------------------------- Stephan Holl GnuPG Key-ID: 11946A09 ICQ# 117277975 -------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments...
2007 Mar 26
2
imaps listen only at localhost
Hello list, I try to get dovecot listen only at localhost. I try listen localhost:993 and it did not work. The installation I made from http://holl.co.at/howto-email/ How it is possible that dovecot with imaps only work on localhost? Thanks for the help. Best regards Dirk
2002 Jul 21
3
boxplot(): formating median in another linethickness?
...in another line-thickness and another color. I do not know, what to do in order to realise my wishes. Sorry for that question, but I am new to R. cheers steph -- Linux: the operating system with a CLUE... Command Line User Environment. -------------------------------------- Stephan Holl GnuPG Key-ID: 11946A09 ICQ# 117277975 -------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments...
2005 May 30
2
Migration from pop3 to imapd
...re its mail in mbox-format in ~/mail, where also e.g. pine or mutt can access the mbox? Pretty dumb question I guess, but I want to make sure that nothing goes wrong during installation. It is a must that nothing changes on the server for my users. Best regards and thanks for your help Stephan Holl
2001 Feb 09
1
Bug in auth-options.c
Hi, There's a nasty bug in auth-open.c that causes all options in a line of authorized_keys to be applied to all subsequent lines without options. IMNSHO this clearly shows the evil of global variables, and using extern whatever as a means of information sharing. Cheers, Han Holl --- auth-options.c.orig Fri Feb 9 14:14:51 2001 +++ auth-options.c Fri Feb 9 14:18:43 2001 @@ -57,11 +57,12 @@ auth_parse_options(struct passwd *pw, char *options, unsigned long linenum) { const char *cp; - if (!options) - return 1; /* reset options */ auth_clear_options(); + + if (!o...
2010 Apr 28
1
NLS "Singular Gradient" Error
Hello, I am trying to model a type II functional response of number of prey eaten (Ne) against number supplied (No) with a non-linear least squares regression (nls). I am using a modification of Holling's (1959) disc equation to account for non-replacement of prey; Ne=No{1-exp[a(bNe-T)]} where a is the attack rate, b is the handling time, and T is the experimental period. My script is as follows; model<-nls(Ne~No*(1-exp(a*(b*Ne-T))),start=list(a=1.2,b=0.015,T=24)) This returns the f...
2005 Jun 13
3
recycle with debian-package of sambe 3.0.10
Hello Stephan, Monday, June 13, 2005, 12:58:54 PM, you wrote: SH> I am struggeling around with the permissions of the recycle-vfs-module. SH> While working mostly good( placing deleted files inside the .recycle- SH> folder), the touch-option does not work. I am experiencing the same problem. The recycle vfs module is quite buggy, IMHO. The touch option does not seem to work,
2011 Oct 17
1
simultaneously maximizing two independent log likelihood functions using mle2
...likelihood ratio tests and AIC. Can anyone give advice on how to do this? My likelihood functions are long so I'll use the tadpole predation example from Ben Bolker's book, Ecological Data and Models in R (p. 268-270). library(emdbook) data(ReedfrogFuncresp) attach(ReedfrogFuncresp) # Holling Type II Equation holling2.pred = function(N0, a, h, P, T) { a * N0 * P * T/(1 + a * h * N0) } # Negative log likelihood function NLL.holling2 = function(a, h, P = 1, T = 1) { -sum(dbinom(Killed, prob = a * T * P/(1 + a * h * Initial), size = Initial, log = TRUE)) } # MLE statement FFR.h...
2011 Jan 02
1
Clusteranalysis Chi-square test and SingleLinkage
...lysis. So first I want to take the data which would look something like this: Plastikbecher Kartonbox Papier Rama 24 65 12 Homa 83 30 21 Flora 75 28 22 SB 35 55 21 Holl. Butter 20 40 75 And then run a chi-square test over it (I think that makes the most sense or does anybody think something different)? So for that I will put each row with every other row in a single different matrix (mat1) and use the use the chisq.test. So mat 1 would for...
2007 Aug 25
2
Migrate 0.99 MBox into 1.0rc15-2
Hello, I have old MBOX-trees from a dovecot-0.99-installation. I would like to integrate them into dovecot 1.0.0rc15 with Maildir. Sadly the old dovecot is no lonfger running, otherwise imapsync could be used. Does anybody can give some hints how to start? TIA Stephan
2004 Nov 18
0
Ruby 1.8.2 breaks dispatch.fcgi
...ruby/site_ruby /usr/lib/ruby/1.8 /usr/lib/ruby/1.8/i686-linux This means that fcgi.so is found first, and you get: ./dispatch.fcgi:7: undefined method `each_cgi'' for FCGI:Class (NoMethodError) It''s therefore better to require ''fcgi.rb'' explicitly. Cheers, Han Holl
2001 Feb 19
0
Restarting with kill -HUP
Hi, If sshd is started with 'sshd', restarting with kill -HUP will fail. I've included the most obvious patch, but making sure that the full pathname is in saved_argv[0] just might be more secure. Cheers, Han Holl --- sshd.c.orig Mon Feb 19 10:55:54 2001 +++ sshd.c Mon Feb 19 10:56:15 2001 @@ -208,7 +208,7 @@ { log("Received SIGHUP; restarting."); close_listen_socks(); - execv(saved_argv[0], saved_argv); + execvp(saved_argv[0], saved_argv); log("RESTART FAILED: av0='%s', error:...