Displaying 7 results from an estimated 7 matches for "ng2".
Did you mean:
nb2
2007 Nov 22
3
anova planned comparisons/contrasts
...ween the contrasted groups be more appropriate, or am I (likely)
misinterpreting this?
Thanks!
Tyler
MyContrast <- function(Var, Group, G1, G2, G3=NULL) {
## Var == data vector, Group == factor
## G1, G2, G3 == character vectors of factor levels to contrast
nG1 = sum(Group %in% G1)
nG2 = sum(Group %in% G2)
GrandMean = mean(Var[Group %in% c(G1, G2, G3)])
G1Mean = mean(Var[Group %in% G1])
G2Mean = mean(Var[Group %in% G2])
if(is.null(G3))
MScontr = nG1 * ((G1Mean - GrandMean)^2) +
nG2 * ((G2Mean - GrandMean)^2)
else {
nG3 = sum(Group %in% G3)...
2010 Aug 18
2
Help with ANOVA
...round in either R or statistics, but have been pointed in the direction
of doing ANOVA and then multiple comparisons on the data to give me the
information I need. I was wondering if some of you could help me out. What
I want to do is to do ANOVA on a data set like the following:
ID G1 G2 G3 NG1 NG2 NG3.................
A 4 3 2 5 4 3
B 5 3 5 4 4 2
C 3 3 2 2 4 4
........
There are many more rows and columns, but basically each G or NG equivalent
has replicates and these are found in every A, B, or C. What I want to do
is run ANOVA on this large data set, then be able to use a multiple
compari...
2003 Jun 30
1
Fw: VPN setup problem - proxy arp I think
...INTOPOINT,LINK2,MULTICAST> mtu 552
faith0: flags=8002<BROADCAST,MULTICAST> mtu 1500
ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1256
inet 10.77.1.2 --> 10.77.1.50 netmask 0xffffffff
ng1: flags=8890<POINTOPOINT,NOARP,SIMPLEX,MULTICAST> mtu 1500
ng2: flags=8890<POINTOPOINT,NOARP,SIMPLEX,MULTICAST> mtu 1500
ng3: flags=8890<POINTOPOINT,NOARP,SIMPLEX,MULTICAST> mtu 1500
ng4: flags=8890<POINTOPOINT,NOARP,SIMPLEX,MULTICAST> mtu 1500
===============
DELL2# pwd
/usr/local/etc/mpd
DELL2# cat mpd.conf
default:
load client1...
2009 Dec 30
0
wcte12xp0: Missed interrupt. when disable echocanceller
Hello!
I run asterisk 1.6.1.0, dahdi 2.1.0.4 with TE122.
I always (and only) have missed interrupt when dahdi disables echo
canceller (ng2 or oslec- no difference).
Dec 29 14:00:54 asterisk kernel: dahdi: Disabled echo canceller because
of tone (rx) on channel 1
Dec 29 14:00:54 asterisk kernel: wcte12xp0: Missed interrupt. Increasing
latency to 6 ms in order to compensate.
Is it possible to solve this problem?
Thank you!
P.S.
May...
2004 May 12
2
Calling CHRIS BARNET (PRI / E100P / ntl)
Chris you might know the answer to my HUUUUUUGE problem
A few weeks ago you posted this message:
"I have an ISDN PRI supplied by NTL (ex Diamond Cable, Nottingham) which
is currently working happily with an SDX Index phone system. I have to
replace this phone system shortly and I've been trying to get a * system
working for some weeks now. I have configured the dial plan (which
works)
2004 Oct 25
1
LDAP: strange "net groupmap" behaviour
...)
ms_fnmatch(fxp*,lo0) -> -1
[2004/10/24 16:43:24, 10] lib/ms_fnmatch.c:ms_fnmatch(240)
ms_fnmatch(fxp*,ng0) -> -1
[2004/10/24 16:43:24, 10] lib/ms_fnmatch.c:ms_fnmatch(240)
ms_fnmatch(fxp*,ng1) -> -1
[2004/10/24 16:43:24, 10] lib/ms_fnmatch.c:ms_fnmatch(240)
ms_fnmatch(fxp*,ng2) -> -1
[2004/10/24 16:43:24, 10] lib/ms_fnmatch.c:ms_fnmatch(240)
ms_fnmatch(lo,fxp0) -> -1
[2004/10/24 16:43:24, 10] lib/ms_fnmatch.c:ms_fnmatch(240)
ms_fnmatch(lo,fxp1) -> -1
[2004/10/24 16:43:24, 10] lib/ms_fnmatch.c:ms_fnmatch(240)
ms_fnmatch(lo,fxp3) -> -1
[2004/10/24...
2016 Mar 11
4
The sad state of samba 4 adaption for home/small business routers.
...ot be submitted, since only arm target crossanswers are used in
the makefile.
Buildroot: made some progress in the recent weeks to add more cross answer
files, but its basically a full install that is too big.
openembedded: seems to haven given up after the 4.0 experimental support
optware2/entware-ng2: no real efforts are made
So i welcome a discussion on how to help fixing this situation, so also
home/sbu can enjoy a up-to-date samba 4 version.
thx
Andy