Displaying 8 results from an estimated 8 matches for "dummheit".
2001 Aug 23
2
difficulies with boxplot
...y on top
of the boxplot of the lower bounds. The reason I don't want to have them
next to each other is that I have another "grouping" variable. I tried
"add" but didn't succeed.
I'm using R 0.64.2 on Windows NT.
Thanks for your help,
Nina Lieske
--
Das Recht auf Dummheit geh?rt zur Garantie der freien Entfaltung der
Pers?nlichkeit. [Mark Twain]
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe&qu...
2006 Apr 20
2
nlminb( ) : one compartment open PK model
...ood function that assumes the plasma values are normally
distributed on the semilog scale (ie, modeling log(conc) over
time). nlminb( ) keeps telling me that it has converged, but
the estimated parameters are always identical to the initial
values.... I am certain that I have committed "ein dummheit"
somewhere in the following code, but not sure what... Any help
would be greatly appreciated.
Kind regards,
Greg
model2 <- function(parms, dose, time, log.conc)
{
exp1 <- exp(-parms[1]*time)
exp2 <- exp(-parms[2]*time)
right.hand <- log(exp1 - exp2)
numerator <- do...
2020 Jun 11
0
handling spam from gmail.
...gt;hitrate of spam combine with a zero-false-positive policy i am likely
>smarter than you
I would argue it is quite difficult to identify intelligence. I am
pretty
sure I would not start with your reasoning. I have a favourite German
saying I like to quote in matters like these
"gegen Dummheit k?mpfen G?tter selbst vergebens"
>> My solution would solve the problem others create (see the other
mail).
>> Your solution wastes your time and will always be carrying water to
the
>> sea. I think if 50% of providers in the world would do this, it
would
>>...
2007 Mar 19
1
Font confusion
In my attempts to get Fractal Mapper
(http://appdb.winehq.org/appview.php?iAppId=3117) to work I am a bit
confused about the behaviour of text and fonts.
The application's documentation says you should be able to use any
TrueType fonts. I see a menu with the fonts I have on the system. If
I select one of them and enter some text I see the text as I enter it,
but when I finish it disappears.
2012 Oct 29
2
Out of memory/Managesieve
Hello,
I have here a problem with managesieve. With the login about
webmail (roundcube) comes here in the log:
--snip
dovecot: managesieve-login: Fatal: pool_system_realloc(4294967296):
Out of memory
dovecot: managesieve-login: Fatal: master: service(managesieve-login):
child 10157 returned error 83 (Out of memory (service
managesieve-login { vsz_limit=1024 MB }, you may need to increase it))
2007 Apr 22
2
lda reports a lot of errors
...r -d ${recipient}
the dovecot.conf is attached, the mailuser-file looks like:
user1 at domain.tld:password:1005:1005::/home/vmail/domain.tld
can someone help?
thanks a lot.
regards
thomas
--
thomas balsfulland tbals at ctrl-c.de
zwischen mut und dummheit liegt nur ein grat
der sich durch das vorbereitetsein unterscheidet
-------------- next part --------------
protocols = imaps imap pop3s pop3
disable_plaintext_auth = no
log_path = /var/log/dovecot.log
info_log_path = /var/log/dovecot.log
log_timestamp = "%Y-%m-%d %H:%M:%S "
s...
2007 Mar 20
1
pop3 seems to be down sometimes
...digest-md5 cram-md5
passdb passwd-file {
args = /etc/dovecot/mailuser
}
userdb passwd-file {
args = /etc/dovecot/mailuser
}
user = root
}
are there any ideas?
regards
thomas
--
thomas balsfulland tbals at ctrl-c.de
zwischen mut und dummheit liegt nur ein grat
der sich durch das vorbereitetsein unterscheidet
2017 Dec 08
0
trying to find the multiple combinations...
Please keep all replies onlist if there is no reason to keep them private.
I am not a free, private consultant (and so might choose to ignore your
followups); and I don't have all or necessarily the best answers anyway. So
give yourself the maximal chance to be helped by others.
Anyway,
?expand.grid is what you're looking for I think as an alternative to nested
loops. If