Displaying 5 results from an estimated 5 matches for "ceteris".
Did you mean:
centeris
2004 Aug 18
3
Revert a factor to its numeric values
I'm trying a recommendation on the help page for 'factor':
> x <- c(1, 2, 1, 2)
> x <- factor(x, labels = c("one", "two"))
> x
[1] one two one two
Levels: one two
> as.numeric(levels(x))[x]
[1] NA NA NA NA
Warning message:
NAs introduced by coercion
Also,
> as.numeric(as.character(x))
[1] NA NA NA NA
Warning message:
NAs introduced by
2007 Jun 26
2
Power calculation with measurement error
Hi all,
Hopefully this will be quick, I'm looking for pointers to packages/
functions that would allow me to calculate the power of a t.test when
the DV has measurement error. That is, I understand that, ceteris
paribus, experiments using measure with more error (lower
reliability) will have lower power.
Mike
--
Mike Lawrence
Graduate Student, Department of Psychology, Dalhousie University
Website: http://memetic.ca
Public calendar: http://icalx.com/public/informavore/Public
"The road to wisd...
2007 Aug 06
4
Marking and remarking of incoming traffic
I can use DSMARK to mark on the Egress side. Is there a way to
mark/change the DSCP value of an incoming packet on the ingress side?
Thanks.
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
2015 Feb 06
0
PSJIP Leak handle
...pe
asterisk 4077 root *455r FIFO 0,8 0t0 110426507 pipe
asterisk 4077 root *456w FIFO 0,8 0t0 110426507 pipe^
It looks like
https://issues.asterisk.org/jira/browse/ASTERISK-823
but in fact I am using PJSIP.
It is definitely PJSIP, for I replaced the dialplan with plain SIP, and
there is no issue, ceteris paribus.
Note: I am not a developer and have no idea how to troubleshoot this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150206/dd594be7/attachment.html>
2009 Sep 30
3
Choose IAX or SIP trunking?
Asterisk 1.6 behind a firewall and NAT. We are terminating multiple DID
calls, originating and transferring.
A provider offers both SIP and IAX trunking. Cateris paribus, what is
the preferred solution to choose? What points to consider?
I can name the provider if this is not against this list policy--is it?
Thanks,
-kkm