search for: famil

Displaying 20 results from an estimated 23 matches for "famil".

Did you mean: family
2002 May 15
0
anova on aov with Error() [long question]
...one I run into often. This may be a problem in statistics, not R, in which case I shouldn't expect an answer. The punch line is at the end (III). The rest is motivational background. Forgive any idiocy. ------- In an experiment, suppose, each of 100 subjects reads 20 cases and rates their familiarity and emotion (how emotion-arousing they are). I want to know whether familiarity affects emotion. I'm not interested in individual differences among subjects, which I assume are due to differences in use of the scales. I have selected the 20 cases haphazardly. I assume that each measure...
2011 Oct 19
1
help with glmmADMB ZI; function maximizer failed
...(1 or 2) and land class (1 to 6). Ideally I would also like to build in a variance structure to allow a different spread per land class. This is the model I'm trying to run: (fm<-glmmadmb(count~species*btrees+species*built+species*btrees*built+(1|season)+(1|landclass)+(1|site), data=srp12, famil="nbinom", zeroInflation=TRUE)) I have read most of the supporting documents to glmmADMB and studied the examples but am still struggling to make headway. This is the error message I get; Memory allocation error -- Perhaps you are trying to allocate too much memory in your program War...
2023 Aug 05
2
Question on simultaneous IPv4 and IPv6 "any address" listening
...sible to bind to both - so depending on binding order I either lose IPv6 or lose IPv4 directly (but have it practically as IPv4-over-IPv6). Given that `LISTEN *` support is in fact not documented explicitly (I think), I am inclined to define it as listening to "any" on whatever address families are available and supported by the NUT build, and somehow ensuring that to the best of our capability (technical puzzles exist - see GitHub issue). Detailed musing and logs are posted in https://github.com/networkupstools/nut/issues/2012 Pro/Con ideas are welcome :) Jim -------------- nex...
2023 Aug 05
2
Question on simultaneous IPv4 and IPv6 "any address" listening
...sible to bind to both - so depending on binding order I either lose IPv6 or lose IPv4 directly (but have it practically as IPv4-over-IPv6). Given that `LISTEN *` support is in fact not documented explicitly (I think), I am inclined to define it as listening to "any" on whatever address families are available and supported by the NUT build, and somehow ensuring that to the best of our capability (technical puzzles exist - see GitHub issue). Detailed musing and logs are posted in https://github.com/networkupstools/nut/issues/2012 Pro/Con ideas are welcome :) Jim -------------- nex...
2023 Aug 05
1
Question on simultaneous IPv4 and IPv6 "any address" listening
...socket. For wildcard sockets, this can restrict connections to IPv6 only. which is 1 on my system. > Given that `LISTEN *` support is in fact not documented explicitly (I > think), I am inclined to define it as listening to "any" on whatever > address families are available and supported by the NUT build, and somehow > ensuring that to the best of our capability (technical puzzles exist - see > GitHub issue). It seems really obvious that * means anything, so agreed. I think it's important that the default, if there are no LISTEN directives...
2023 Aug 05
1
Question on simultaneous IPv4 and IPv6 "any address" listening
...socket. For wildcard sockets, this can restrict connections to IPv6 only. which is 1 on my system. > Given that `LISTEN *` support is in fact not documented explicitly (I > think), I am inclined to define it as listening to "any" on whatever > address families are available and supported by the NUT build, and somehow > ensuring that to the best of our capability (technical puzzles exist - see > GitHub issue). It seems really obvious that * means anything, so agreed. I think it's important that the default, if there are no LISTEN directives...
2004 Dec 15
0
AUC for logistic regression [was: (no subject)]
...fit logistic regression using "glm", the help file > says that glm > returns an object of class "glm", which is a list containing > among other > things an attribute aic. For example, suppose you fit a > model as follows: > > fit <- glm(y~x, famil=binomial()...) > > Then fit$aic returns the AIC. > > You may also wish to consider anova and anova.glm. > > hope this helps. spencer graves > > rrouzier at mdanderson.org wrote: > > >Dear R-helper, > > > >I would like to compare...
2005 Mar 18
1
best protocol/codec for dialup
...ion to use on dialup connections? I know iax is better than SIP, but I dont' know much of anything about the various codecs. Also, how well would an iax or sip solution work compared to skype as far as voice quality? If it helps, here is what I'm trying to do. We know about 30 different families in one area in Russia that have relatives here in the US. What I want to do is put in an * server with a couple of pstn lines in Russia so that all of them have the ability to call the US by making a local call. Most of the time these familes can't afford to call their relatives in the...
2004 Dec 15
3
(no subject)
Dear R-helper, I would like to compare the AUC of two logistic regression models (same population). Is it possible with R ? Thank you Roman Rouzier [[alternative HTML version deleted]]
2010 Mar 15
0
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
On 10 March 2010 16:57, 琬菁楊 <ching1119.cs96 at g2.nctu.edu.tw> wrote: > I think the main issue is that EFI C dialect is not ANSI-C compliant: the > size of pointer is determined at the run-time and therefore the layout of > the structure is not static. Does LLVM support this model? Hi Ching, The LLVM IR doesn't care about the size of your pointers, and this is why you have the
2010 Mar 10
3
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
Hello all, I am highly interestd in implementing C compiler for EFI Byte Code in LLVM and participate in Google Summer Code. EFI is a much larger, more complex,OS-like replacement for the older BIOS firmware interface present in all IBM PC-compatible personal computers. and the EFI specification provides for a processor-independent device driver environment(like virtualmachine), called EFI Byte
2023 Aug 06
1
Question on simultaneous IPv4 and IPv6 "any address" listening
...ts, this can restrict connections > to > IPv6 only. > > which is 1 on my system. > > > Given that `LISTEN *` support is in fact not documented explicitly (I > > think), I am inclined to define it as listening to "any" on whatever > > address families are available and supported by the NUT build, and > somehow > > ensuring that to the best of our capability (technical puzzles exist - > see > > GitHub issue). > > It seems really obvious that * means anything, so agreed. > > I think it's important that the defa...
2023 Aug 06
1
Question on simultaneous IPv4 and IPv6 "any address" listening
...ts, this can restrict connections > to > IPv6 only. > > which is 1 on my system. > > > Given that `LISTEN *` support is in fact not documented explicitly (I > > think), I am inclined to define it as listening to "any" on whatever > > address families are available and supported by the NUT build, and > somehow > > ensuring that to the best of our capability (technical puzzles exist - > see > > GitHub issue). > > It seems really obvious that * means anything, so agreed. > > I think it's important that the defa...
2004 Oct 21
3
Problem booting Dom0
...ache hash table entries: 512 (order: 0, 4096 bytes) CPU: Trace cache: 12K uops, L1 D cache: 8K CPU: L2 cache: 512K CPU: Intel(R) Xeon(TM) CPU 2.40GHz stepping 07 Enabling unmasked SIMD FPU exception support... done. Checking ''hlt'' instruction... disabled NET: Registered protocol famil PCI: Using configuration type Xen SCSI subsystem initialized PCI: Probing PCI hardware PCI: Probing PCI hardware (bus 00) PCI: Probing PCI hardware (bus 01) PCI: Probing PCI hardware (bus 02) PCI: Probing PCI hardware Initializing Cryptographic API RAMDISK driver initialized: 16 RAM disks of 4096K...
2003 Nov 29
3
performance gap between R 1.7.1 and 1.8.0
Dear R-help, A colleague of mine was running some code on two of our boxes, and noticed a rather large difference in running time. We've so far isolated the problem to the difference between R 1.7.1 and 1.8.0, but not more than that. The exact same code took 933.5 seconds in 1.7.1, and 3594.4 seconds in 1.8.1, on the same box. Basically, the code calls boot() to bootstrap fitting mixture
2006 Jan 06
0
Debian AD member server setup with winbind idmap_rid - us ers prompted for password - solved
...as described here: * Domain administrator acount on Windows server: administrator * Domain name: testdomain * Fully qualified domain name: testdomain.local * Hostname of Windows domain controller: win2003test * IP address of Windows domain controller: 192.168.1.101 You should familate yourself with what these cororsponds to, in your local domain, before continuing with this guide. [edit] Network setup First we need to make sure that DNS is working properly on the server running Samba, this is done by making the Windows Domain controller the default DNS server. To do this sub...
2017 Sep 29
0
Delivery Status Notification (Delay)
...al= Inte=3D restGroup/Storage/<wbr>Ceph</a><br> <span class=3D3D"HOEnZb"><font color=3D3D"#888888"><br> --<br> Giulio Fidente<br> GPG KEY: 08D733BA</font></span></blockquote><div><div style=3D3D"font-famil= y:=3D monospace,monospace;display:inline" class=3D3D"gmail_default">=3DE2=3D80=3D= 8BYou sh=3D ould have edit rights there now. Let us know if you find any issue.<br><br>= =3D </div><div style=3D3D"font-family:monospace,monospace;display:inline" cla...
2015 Jan 03
2
Samba4 Kerberos kinit does not resolve kdc hostname
...d everything works BUT kerberos has some strange problems resolving my raspberry hostname. First of all some information: Raspberry pi is DHCP Server and DNS-Server (BIND9). First of all the configurations: Code: /usr/local/samba/etc/smb.conf # Global parameters [global] workgroup = FAMILY realm = FAMILY.RAPSBERRY.LOCAL netbios name = RASP server role = active directory domain controller server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate allow dns updates = nonsecure and secure [netlogon...
2015 Jan 03
2
Samba4 Kerberos kinit does not resolve kdc hostname
Hi, /etc/resolv.conf looks exactly like this: domain family.rapsberry.local search family.rapsberry.local nameserver 192.168.178.222 So to answer your question: yes the only Nameserver the raspberry has is itself. Greetings Am 2015-01-03 um 7:40 PM schrieb Rowland Penny: > On 03/01/15 16:31, Robert Hartmann wrote: >> Hi, >> >> i a...
2015 Jan 03
1
Samba4 Kerberos kinit does not resolve kdc hostname
...d renaming my domain properly. I will write back concerning the Failng dns updates. Greetings Am 2015-01-03 um 7:58 PM schrieb Rowland Penny: > On 03/01/15 18:45, Robert Hartmann wrote: >> >> Hi, >> >> /etc/resolv.conf looks exactly like this: >> >> domain family.rapsberry.local >> search family.rapsberry.local >> nameserver 192.168.178.222 >> >> So to answer your question: yes the only Nameserver the raspberry has >> is itself. >> > > Hi, firstly, you might as well remove the 'domain' line, it will be &g...