search for: sdv

Displaying 20 results from an estimated 32 matches for "sdv".

Did you mean: sdev
2013 Mar 06
6
Ggplot2: Moving legend, change fill and removal of space between plots when using grid.arrange() possible use of facet_grid?
...taEF <- mydata[(mydata$factor1) %in% c("E", "F"), ] DataAB library(plyr) library(ggplot2) #Plot: levels A and B: # Summary (means etc) SummAB <- ddply(DataAB, .(factor3,factor1), summarize, mean = mean(var1, na.rm = FALSE), sdv = sd(var1, na.rm = FALSE), se = 1.96*(sd(var1, na.rm=FALSE)/sqrt(length(var1)))) SummAB p1 <- ggplot(SummAB, aes(factor3, mean, colour = factor1, group = factor1, shape = factor1)) + geom_point(aes(shape=...
2004 Apr 05
1
normalized regression output
Hi: I would like to write a function that takes as its input a formula and outputs normalized coefficients ( coef(x)*sdv(x)/sdv(y) ). now, a formula is an object, and I cannot see how to extract the variables for obtaining sdv's. the intent is to write something like my.print.lm( formula ) { model <- lm(formula); coefs <- (t(summary.lm(model)))[1,]; tvals <- (t(summary.lm(model)))[3,];...
2013 Mar 07
3
ggpliot2: reordering of factors in facets facet.grid(). Reordering of factor on x-axis no problem.
...quot;F", "E", "C", "D", "A", "B"), order=T) # summarizing the data with factor1 and factor3: Summ <- ddply(mydata, .(factor3,factor1), summarize, mean = mean(var1, na.rm = FALSE), sdv = sd(var1, na.rm = FALSE), se = 1.96*(sd(var1, na.rm=FALSE)/sqrt(length(var1)))) Summ$Grouping <- c("F", "E", "C", "D", "A", "B")[Summ$factor1] # Trying to order factor 1 accordingly: Summ$factor1 <- factor(Summ$fac...
2006 Aug 09
4
IMAP/POP3 proxying and capability
...make sens to activate the quota feature on the proxy. Any other suggestion ? Perdition can hardcode the capability string the his configuration file. This is not perfect as the capability can change but it's an acceptable workaround for me. -- Laurent Papier - 03 88 75 80 50 Admin. syst?me - SdV Plurimedia - <http://www.sdv.fr/>
2006 Aug 09
3
Pb with ssl_disable in 1.0RC6
...start with the following error message "dovecot: Login process died too early - shutting down". Setting 'ssl_disable = no' resolves the problem but now dovecot announce TLS capability which is not what I want. Any suggestion ? -- Laurent Papier - 03 88 75 80 50 Admin. syst?me - SdV Plurimedia - <http://www.sdv.fr/>
2008 Apr 18
2
dovecot 1.1.rc4 -> 1.0.10 : Recent counter wrong
...pr 15 14:46:49 dev dovecot: IMAP(lolo at gretel.com): Fixing header counts in index /data/mail/gretel.com/l/o/lolo//.z&AOkA4AD2-l/dovecot.index: Recent counter wrong Is it just some info messages or should I care about those lines ? Thanks. -- Laurent Papier - 03 88 75 80 50 Admin. syst?me - SdV Plurimedia - <http://www.sdv.fr/>
2006 Nov 27
2
problem in rc15 (proxy mode)
...nisms = plain # Userdb settings are not used with proxy but there need to be something. userdb static { args = static uid=5000 gid=5000 home=/dev/null } passdb sql { args = /etc/dovecot-mysql.conf } user = root count = 1 } -- Laurent Papier - 03 88 75 80 50 Admin. syst?me - SdV Plurimedia - <http://www.sdv.fr/>
2009 Jan 16
3
basic boxplot questions
...ot just the hollow outlier plots. Is there a description of when R draws hollow vs. fat dots somewhere? [and what is the parameter to change just the size of these dots?] Also, let me show my fundamental ignorance: I am a little surprised that the average box boxplot would not show the mean and sdv, too, at least optionally. Is there a common way to accomplish this (e.g., in a different color), or do I just construct it myself with standard R graphics line() commands? advice appreciated. regards, /iaw
2009 Oct 21
0
multiple imputation with mix package
...rk <- imp.mix(sWork,thetaTrain,workSet) This does not give realistic values for TC (they are around 0). My guess is that the part of the imputation model information is stored in sWork If I do this it looks like it works better (values of TC in the correct range): sWork$xbar = sTrain$xbar sWork$sdv = sTrain$sdv imputedWork <- imp.mix(sWork,thetaTrain,workSet) Can someone say whether what I am doing is correct? Is changing xbar and sdv by hand a proper solution? I'm not sure whether that could mess other things up. Thanks, Kurt
2015 Apr 10
1
raw disks used by guest unavailable to host - retrieve them?
hi everybody my guests had drives passed though, like here: <disk type='block' device='lun'> <driver name='qemu' type='raw' cache='none'/> <source dev='/dev/sdv'/> <target dev='sda' bus='scsi'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> guests were Windows 8/2012, now after de-defining guests those disks are still unavailable to host's lvm,...
2005 Jan 19
0
configure problem with MySQL 4
...me compiling dovecot (only check mysql with -lz). I know that this workaround is not a general solution. Full configure output and config.log available on demand. Execpting this problem, dovecot works fine for us (RedHat, MySQL auth, maildir). -- Laurent Papier - 03 88 75 80 50 Admin. systeme - Sdv Plurimedia - <http://www.sdv.fr/> -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot.patch Type: application/octet-stream Size: 531 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20050119/d56741e9/attachment-0001.ob...
2000 Oct 24
1
Skey with OpenSSH 2.2.0
...hout pam support. Even on my Linux box, I can't get it to compile. Could someone give me an URL of a ready to compile skey lib that will work for me ? Or tell me how to compile OpenBSD skey lib on a non OpenBSD host ? Thanks for your help, and for OpenSSH. -- Laurent Papier - Admin. systeme Sdv Plurimedia - <http://www.sdv.fr>
2010 Nov 23
2
How to do a stochastic model in R
...p from you. Here I attach you a model, that I would like to be stochastic so I would need each time the value of x changed, the values of parameters (ss, emrg, gf, spp, sr) did too according to a normal distribution, with mean its value and standard deviation given by the parameter name preceded by SDV (In the case of parameter ss, mean is 0.3 and Standad deviation 0.08). I explain myself, the model take the mean value of these parameter (ss, emrg, gf, spp, sr) and I would like for example, when x changed to the value 2, the parameters values changed randomly according to their normal distributio...
2007 Feb 03
2
IMAP/POP3 server with proxy feature
We are currently evaluating the migration from a proprietary, legacy mail server onto Dovecot for 20,000+ virtual domains. This is a big job and we intend to do it by initially proxying connections through to the legacy server, and moving customers over in batches by turning off the proxy feature for them. In the manual it states "This model is still a bit unfinished in current code"
2007 Nov 21
2
pop3_lock_session and NFS
Hello, I need an advice about POP3 and NFS with Dovecot 1.0 (as 1.1 is still tagged beta) . I currently have all messages and indexes under a NFS partition . I thus turned cache off using actimeo=0 . Of course, my current architecture does not allow me to keep the same user on the same dovecot server. Now, I have some NFS issues with high percentages of getattr() . If I understood well, the
2008 Apr 28
1
1.1rc4 problem with maildir++ quota and POP3
...tas,':messages=',quotai) AS userdb_quota_rule FROM `mail` WHERE email='%u' # for delivery user_query = SELECT home, concat('*:bytes=',quotas,':messages=',quotai) AS quota_rule FROM `mail` WHERE email='%u' -- Laurent Papier - 03 88 75 80 50 Admin. syst?me - SdV Plurimedia - <http://www.sdv.fr/>
2010 Sep 17
1
multipath troubleshoot
...sdq 65:0 1 [active][ready] XXX....... 7/20 5:0:0:4 sdr 65:16 1 [active][ready] XXX....... 7/20 5:0:0:16388 sds 65:32 1 [active][ready] XXX....... 7/20 5:0:0:32772 sdt 65:48 1 [active][ready] XXX....... 7/20 5:0:0:49156 sdu 65:64 1 [active][ready] XXX....... 7/20 5:0:0:5 sdv 65:80 0 [undef] [faulty] [orphan] 5:0:0:16389 sdw 65:96 0 [undef] [faulty] [orphan] 5:0:0:32773 sdx 65:112 0 [undef] [faulty] [orphan] 5:0:0:49157 sdy 65:128 0 [undef] [faulty] [orphan] multipathd> Thanks in Adv Paras.
2009 Mar 05
3
Maildir dirty syncs
http://dovecot.org/patches/1.1/maildir-dirty-syncs.diff This patch adds a new maildir_very_dirty_syncs setting. If set to "yes", Dovecot assumes it's the only one changing the cur/ directory (so other MDAs can add mails to new/ without problems). This makes it possible to avoid rescanning the cur/ directory all the time looking for filenames. It also looks like (in stress testing)
2001 Feb 27
4
AllowHosts / DenyHosts
I'd like to see a feature of the commercial ssh in openssh: AllowHosts xxx.yyy.xxx.yyy *.domain.net DenyHosts xxx.yyy.xxx.* name.domain.net This allows or denies connects from certain machines (including wildcard matching). Is there any chance for this feature to be included? No, we don't want to use tcp-wrapper for this. Bye.
2010 May 27
2
Multipathing with Sun 7310
...n" sdr: checker msg is "readsector0 checker reports path is down" sds: checker msg is "readsector0 checker reports path is down" sdt: checker msg is "readsector0 checker reports path is down" sdu: checker msg is "readsector0 checker reports path is down" sdv: checker msg is "readsector0 checker reports path is down" sdx: checker msg is "readsector0 checker reports path is down" sdz: checker msg is "readsector0 checker reports path is down" mpath0 (3600144f0fdf58b5c00004bc738070001) dm-0 SUN,Sun Storage 7310 [size=50G][feat...