Displaying 4 results from an estimated 4 matches for "eral".
Did you mean:
earl
2017 Sep 02
1
what erally means --with-dnsupdate?
Hi all,
Using help of configure script we can found taht:
--with-dnsupdate
Build with dnsupdate support (default=yes)
what does taht really enable/disable?
A - Is this option related to DC only?
A1 - Is this to allow internal DNS to support DNS updates?
A2- Is this to allow all DNS sub-system to support DNS updates?
B - Is this for Samba as AD client?
2005 Feb 22
2
Custom Menu Not Working
Greetings *`s,
I am having what appears to be a small problem, but the frustration is
erally getting to me, what am I doing wrong here ?
I used AMP to set up a custom menu, so if caller presses 1 it goes to
ext200, if caller presses 2 it goes to ext201 etc etc...
Now I have created a third option that when the caller presses 3 it must
play a sound and hang up.
No rocket science yet.
W...
2009 Oct 08
2
intersection of 2 density curves
...d(123)
x1 <- rnorm(100, 1, 1)
x2 <- rnorm(100, 0, 1)
d1 <- density(x1)
d2 <- density(x2)
plot(d1, col = 2)
lines(d2, col = 4)
Now i would like to know the coordinates of the intersection point. I did some "trial and error" and i come up with these .... (that means i did several vertical and horizontal lines through the graph until visually i "hit" the intersection point)
abline(v = 0.35, lty = 2)
abline(h = 0.34, lty = 2)
I really appreciate any hints you may have, thanks so much,
Monica
_________________________________________________________...
2000 Jan 06
1
nlme
Among others, datam contains the columns: logconc, tm, dose, subj, bilirubin.
None of these are factor variables.
The following compartment models work (the first still has not
converged after 100 interations):
res1 <- nlme(logconc~p2+p3+log(dose/(exp(p1)-exp(p2))*
(exp(-exp(p2)*tm)-exp(-exp(p1)*tm))),start=list(fixed=c(5,-2,-0.1)),
fixed=list(p1+p2+p3~1),control=list(maxIter=100),