search for: qua

Displaying 20 results from an estimated 223 matches for "qua".

Did you mean: quad
2005 Sep 13
1
logistic regression with nominal predictors
(Sorry for obvious mistakes, as I am quite a newby with no Statistics background). My question is going to be what is the gain of logistic regression over odds ratios when none of the input variables is continuous. My experiment: Outcome: ordinal scale, ``quality'' (QUA=1,2,3) Predictors: ``segment'' (SEG) and ``stress'' (STR). SEG is nominal scale with 24 levels, and STR is dychotomous (0,1). Considering the outcome continuous, two-way ANOVA with aov(as.integer(QUA) ~ SEG * STR) doesn't find evidence of in...
2010 Jun 04
1
Creating a maxtrix from "conditional prints"
...). If that's true, I want to add a further column with value 1 (if true) or NA (if false). Thus, I obtain 100 matrices (for each columns I will have 1-1, 1-2, 1-3 etc). Now, I want R to consider only those matrices whose "new" column has value = 1 & whose total number of rows is equal to 2. I can get R to "print" this result inside the "for" cycle, yet I can't manage to build a single matrix, to store all the results altoghether - which is what I really want. Code example: for (x in 1:10) { for (y in 1:10) { qui <- ifelse((mac[,1] == x) & (mac[...
2010 Dec 03
1
Passwords not returned without auth_bind ?
...lt): new auth connection: pid=2449 dovecot: auth(default): client in: AUTH#0111#011PLAIN#011service=imap#011secured#011lip=127.0.0.1#011rip=127.0.0.1#011lport=143#011rport=43458#011resp=<hidden> dovecot: auth(default): ldap(foo,127.0.0.1): pass search: base=uid=foo,ou=people,dc=djb,dc=hell,dc=qua scope=base filter=(accountStatus=noaccess) fields=(none) slapd[1834]: conn=1083 op=1 SRCH base="uid=foo,ou=people,dc=djb,dc=hell,dc=qua" scope=0 deref=0 filter="(accountStatus=noaccess)" slapd[1834]: conn=1083 op=1 SRCH attr=(none) slapd[1834]: conn=1083 op=1 SEARCH RESULT tag=1...
2012 Oct 19
1
quantile regression using copulas
Hi all, Has anyone used the qua.regressCOP2 function from the copBasic package??? The default copula function used in this function is plackett copula and I wanted to use archimedean copula. Attached below is my code: mycop<-frankCopula V=seq(0.001,0.99,by=0.000217) R<-qua.regressCOP2(0.25,V,cop=mycop,para=c(3.504)) And t...
2024 Nov 06
1
Add an arbiter when have multiple bricks at same server.
...ride this behavior. pve01:~# gluster volume add-brick VMS replica 3 arbiter 1 arbiter:/arbiter1 arbiter:/arbiter2 arbiter:/arbiter3 force volume add-brick: success But I don't know if this is the right thing to do. --- Gilberto Nunes Ferreira (47) 99676-7530 - Whatsapp / Telegram Em qua., 6 de nov. de 2024 ?s 13:10, Gilberto Ferreira < gilberto.nunes32 at gmail.com> escreveu: > But if I change replica 2 arbiter 1 to replica 3 arbiter 1 > > gluster volume add-brick VMS replica 3 arbiter 1 arbiter:/arbiter1 > arbiter:/arbiter2 arbiter:/arbiter3 > I got thir err...
2024 Nov 08
1
Add an arbiter when have multiple bricks at same server.
...de this behavior. ? pve01:~# gluster volume add-brick VMS replica 3 arbiter 1 arbiter:/arbiter1 arbiter:/arbiter2 arbiter:/arbiter3 forcevolume add-brick: success But I don't know if this is the right thing to do. --- Gilberto Nunes Ferreira(47) 99676-7530 - Whatsapp / Telegram Em qua., 6 de nov. de 2024 ?s 13:10, Gilberto Ferreira <gilberto.nunes32 at gmail.com> escreveu: But if I change replica 2 arbiter 1 to replica 3 arbiter 1 gluster volume add-brick VMS replica 3 arbiter 1 arbiter:/arbiter1 arbiter:/arbiter2 arbiter:/arbiter3I got thir error: volume add-brick: faile...
2024 Nov 06
1
Add an arbiter when have multiple bricks at same server.
...the same server. This setup is not optimal. Bricks should be on different nodes to have best fault tolerant configuration. Use 'force' at the end of the command if you want to override this behavior. Should I maybe add the force and live with this? --- Gilberto Nunes Ferreira Em qua., 6 de nov. de 2024 ?s 12:53, Gilberto Ferreira < gilberto.nunes32 at gmail.com> escreveu: > Ok. > I have a 3rd host with Debian 12 installed and Gluster v11. The name of > the host is arbiter! > > I already add this host into the pool: > arbiter:~# gluster pool list > U...
2013 Jun 20
0
how to run copula-based quantile regression
Hi, I want to run a quantile regression (Y=a+bX+e) using normal and t copula for my dissertation. I 've read the documentation of "copula" and "copBasic". However, I still have difficulty to deal with my data. Details are as following: I've already loaded xls data into r using "XLConnec...
2003 May 28
2
Numbers that look equal, should be equal, but if() doesn'tsee as equal (repost with code included)
Try the following function (the name is supposed to be a joke, by the way), which will also do the right thing with NAs and characters. Use it as if(equal.enough(x,y)) rather than if(x==y), e.g. > equal.enough(0.1+0.2, 0.3) [1] TRUE My default of 15 significant figures may be overkill in many applications; be prepared to reduce this. Simon Fear "equal.enough" <- function(x, y, sig.figs=15, d.p.zero=-Inf) { # set argument d.p.zer...
2003 Aug 12
8
capturing output from Win 98 shell
...following workaround (but what I'm after is a more generic solution): shell("dir D:\\tmp\\*.sasb7dat /b > D:\\tmp\\Paula\\dirlist.lst") dataset.names <- scan("D:\\tmp\\dirlist.lst", what="", sep="\n") TIA SF Simon Fear Senior Statistician Syne qua non Ltd Tel: +44 (0) 1379 644449 Fax: +44 (0) 1379 644445 email: Simon.Fear at synequanon.com web: http://www.synequanon.com Number of attachments included with this message: 0 This message (and any associated files) is confidential and\...{{dropped}}
2024 Nov 08
1
Add an arbiter when have multiple bricks at same server.
...arbiter:/arbiter1 arbiter:/arbiter2 arbiter:/arbiter3 force > volume add-brick: success > > But I don't know if this is the right thing to do. > > > > --- > > > Gilberto Nunes Ferreira > (47) 99676-7530 - Whatsapp / Telegram > > > > > > > Em qua., 6 de nov. de 2024 ?s 13:10, Gilberto Ferreira < > gilberto.nunes32 at gmail.com> escreveu: > > But if I change replica 2 arbiter 1 to replica 3 arbiter 1 > > gluster volume add-brick VMS replica 3 arbiter 1 arbiter:/arbiter1 > arbiter:/arbiter2 arbiter:/arbiter3 > I got...
2003 Nov 18
3
plot, plot, methods, crash (PR#5173)
...status = major = 1 minor = 8.0 year = 2003 month = 10 day = 08 language = R Windows 98 SE 4.10 (build 2222) A Search Path: .GlobalEnv, package:methods, package:ctest, package:mva, package:modreg, package:nls, package:ts, Autoloads, package:base Simon Fear Senior Statistician Syne qua non Ltd Tel: +44 (0) 1379 644449 Fax: +44 (0) 1379 644445 email: Simon.Fear@synequanon.com web: http://www.synequanon.com Number of attachments included with this message: 0 This message (and any associated files) is confidential and\...{{dropped}}
2003 Jun 11
2
scan() crash in Windows 98 (PR#3234)
...32 status = major = 1 minor = 7.0 year = 2003 month = 04 day = 16 language = R Windows 98 SE 4.10 (build 2222) A Search Path: .GlobalEnv, package:methods, package:ctest, package:mva, package:modreg, package:nls, package:ts, Autoloads, package:base Simon Fear Senior Statistician Syne qua non Ltd Tel: +44 (0) 1379 644449 Fax: +44 (0) 1379 644445 email: Simon.Fear@synequanon.com web: http://www.synequanon.com Number of attachments included with this message: 0 This message (and any associated files) is confidential and contains information which may be legally privileged. It is...
2006 Jan 25
7
Xen reboots on booting
Hi, i have a problem with xen. the output of uname is:Linux xen 2.6.12-gentoo-r6 #9 SMP Mon Jan 23 18:13:25 CET 2006 i686 AMD Opteron(tm) Processor 844 AuthenticAMD GNU/Linux i user the SAME config of the kernel, for xen0 domain, and when i boot with xen0 kernel it reboots after this output... . . . ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>.
2019 Aug 28
2
Problems joining station in domain
Hi, >What i hoped it to try to "upgrade" you internal DNS to bind9_dlz >And with doing that, avoid this bug. My production DCs use DNS Internal, so can I join a new DC using Bin9_dlz without problems? Regards, M?rcio Bacci Em qua, 28 de ago de 2019 ?s 12:14, L.P.H. van Belle via samba < samba at lists.samba.org> escreveu: > Hai Marcio, > > > ________________________________ > > Van: Marcio Demetrio Bacci [mailto:marciobacci at gmail.com] > Verzonden: woensdag 28 augustus 2019 15:5...
2018 Aug 22
1
Re: libvirt and virt-manager - Unable to complete install: 'internal error: unsupported input bus usb'
I updated my version and the problem no longer occurred. Thank you! =D Em qua, 22 de ago de 2018 às 17:08, Cole Robinson <crobinso@redhat.com> escreveu: > On 08/22/2018 03:30 PM, Eduardo Lúcio Amorim Costa wrote: > > I'm trying create a virtual machine using Xen as hypervisor and > > virt-manager (libvirt) as the management module. When trying to cr...
2003 Sep 17
1
Just don't do it, surely? (was RE: Retrieve ... argument values)
...plot, col.boxplot etc and then within the function I call boxplot(x, cex=boxplot.cex) and so on. I wouldn't expect a single argument "cex" to magically work out whether it was being used in a boxplot or matplot and change to a different default?? Simon Fear Senior Statistician Syne qua non Ltd Tel: +44 (0) 1379 644449 Fax: +44 (0) 1379 644445 email: Simon.Fear at synequanon.com web: http://www.synequanon.com Number of attachments included with this message: 0 This message (and any associated files) is confidential and\...{{dropped}}
2024 Nov 06
1
Add an arbiter when have multiple bricks at same server.
...amily: inet storage.fips-mode-rchecksum: on cluster.granular-entry-heal: on cluster.data-self-heal: off cluster.metadata-self-heal: off cluster.entry-self-heal: off cluster.self-heal-daemon: off What am I doing wrong? --- Gilberto Nunes Ferreira (47) 99676-7530 - Whatsapp / Telegram Em qua., 6 de nov. de 2024 ?s 11:32, Strahil Nikolov <hunter86_bg at yahoo.com> escreveu: > Right now you have 3 "sets" of replica 2 on 2 hosts. > In your case you don't need so much space for arbiters (10-15GB with 95 > maxpct is enough for each "set") and you need...
2023 Apr 12
1
Rename volume?
I think gluster volume rename is not available anymore since version 6.5. --- Gilberto Nunes Ferreira (47) 99676-7530 - Whatsapp / Telegram Em qua., 12 de abr. de 2023 ?s 11:51, Ruediger Kupper <kup at kg-fds.de> escreveu: > Hi! > Is it possible to rename a gluster volume? If so, what is to be done? > (Context: I'm trying to recover from a misconfiguration by copying all > contents of a volume to a new one. After that t...
2019 Aug 28
0
Problems joining station in domain
....keytab" in my server: tkey-gssapi-keytab "/var/lib/samba/bind-dns/dns.keytab"; There isn't the file "named.conf" in the follow path: include "/var/lib/samba/private/named.conf"; Are these files generated after joining the domain? Regards, M?rcio Bacci Em qua, 28 de ago de 2019 ?s 13:17, Marcio Demetrio Bacci < marciobacci at gmail.com> escreveu: > Hi, > > >What i hoped it to try to "upgrade" you internal DNS to bind9_dlz > >And with doing that, avoid this bug. > My production DCs use DNS Internal, so can I join a...