Displaying 20 results from an estimated 22 matches for "15.52".
Did you mean:
15.5
2011 Feb 28
4
mlogit.data
I am trying to estimate multinomial logit models off of a .csv table in
IDCASE IDALT format where I have
ROWS HHID PERID CASE ALTNUM NUMALTS CHOSEN IVTT OVTT TVTT COST DIST
WKZONE HMZONE RSPOPDEN RSEMPDEN WKPOPDEN....
1 1 2 1 1 1 5 1 13.38 2.00 15.38 70.63 7.69
664 726 15.52 9.96 37.26
2 2 2 1 1 2 5 0 18.38 2.00
2008 May 29
1
plotting zoo using datetime as xlim
is there a way to use the actual index value for plotting zoo objects
this is the way that the index is set up and a sample range of what I would
like to plot
01/01/06 00:00:00 - 01/01/06 23:45:00
{
library(zoo)
# chron
library(chron)
fmt.chron <- function(x) {
chron(sub(" .*", "", x), gsub(".* (.*)", "\\1:00", x))
}}
x <- structure(c(15.57, 15.5,
2012 May 19
5
default plot, but stripes appear (and other plot problems)
Hey,
I'm doing my thesis and I need to produce a lot of plots. With 2 I have a
problem that I can't get past:
http://r.789695.n4.nabble.com/file/n4630611/question.png
The left one has lines instead of dots. All I want is a basic line (it's a
time series). So I used the type="l" command, but that doesn't work, and so
do other commands I tried. I only get a line when I
2012 Jul 10
2
Refresh not working with launchd service provider?
Hi,
Refresh doesn''t seem to be working with the launched service provider on OS X Lion (10.7.4).
I''ve come up with a simple "service" script, plist file and puppet script to apply to demonstrate. The problem.
Here''s the shell script which logs an initial starting message and then just loops logging a "Still running…" message.
2024 Jun 10
1
Spotlight performance
Hi Pertu,
On 6/3/24 10:34 AM, Perttu Aaltonen via samba wrote:
> I see a lot of back and forth network traffic when the results are
> displayed, so to me it looks like it could be due to fragmentation,
> while the native results seem to come back in a big chunk.
iirc I recently added fragmentation support to the mdssvc client, but
it's still not implemented in the client. Though
2005 May 03
1
the profiles keeps mapping!
I just cant stop this! The remote profiles of the users keeps mapping
everytime they login so they have this new remote unit with the contents
of the profile of the user logged in. How can i stop this?
2013 Apr 13
2
Dict quota question
Hi all,
I'm using Dovecot 2.1.16 and I'd like to know if the following
configuration is supported:
* An SQL dictionary quota
* A static userdb to get uid/gid/home information
* An SQL userdb to get per-user quota limit
Currenlty, current quota usage are properly stored into the database but
per-user limits are not found. If I replace the SQL dictionary by the
maildir backend (my
2014 Jun 11
1
ACL configuration migration from Dovecot 2.1.17 to 2.2.13
Hello,
I'm preparing migration to the latest Dovecot version 2.2.13
from the previous stable branch 2.1.17 which is deployed on my servers.
With version 2.1.17 I use global acl dir to prevent all mail users to
delete their INBOX.Junk Mail folder, which is part from our spam
protection system.
My current config is:
cat /etc/dovecot/acls/INBOX.Junk\ Mail
owner lrwstiae
With version
2014 Jul 03
1
imap(hardy): Panic: file istream-tee.c: line 138 (i_stream_tee_read): assertion failed: (last_high_offset == input->v_offset + size)
Hello,
I'm copy with imapsync (on the new server with dovecot) with a single
user all mails from a old server to the new server.
The error-message ist after 20-30 minutes in the log, and I must restart
the imapsync. The next mail is normal store on the destination box.
Hardy
2011 Jan 24
1
Questiosn about dbox
Hello
I have read carefully about dbox
(/http://wiki2.dovecot.org/MailboxFormat/dbox/) and I have some questions:
- One of the main advantages (speed wise) of dbox over maildir is
that index files are the only storage for message flags and keywords.
What happens when we want to recover some messages from backup? With
maildir we can rebuild message indexes, but I am not sure about
2003 Apr 15
1
current cvs
hi,
so after upgrade to the current cvs all of our problem disappear:-)
but we don't have time to test the ssl part...
although after I compile and install the new dovecot I stop it I do a
--------------------
find /home/*/Maildir -name '.imap*' -exec rm {} \;
find /home/*/Maildir -name 'dovecot-uidlist' -exec rm {} \;
find /home/*/Maildir -name 'msgid.cache' -exec rm
2006 Jul 24
4
safenet on debian etch
Hi List,
I just got myself a new everpower-1000va.
according to the compatibility list, the 'safenet' driver supposed to
support it,
however, when I try, I get this in syslog:
Jul 24 15:05:22 tv upsd[26458]: Can't connect to UPS [everpower1000]
(safenet-ttyS1): No such file or directory
this is my ups.conf:
[everpower1000]
driver = safenet
port = /dev/ttyS1
desc =
2007 Jan 29
3
weird hvm performance issue.
(I posted this on xen-users last week, and nobody seemed to know what was
up. It is time, I suppose then, to dust off the debugger; I was hoping
one of you could point me in the correct direction to begin
troubleshooting this.)
I''m HVM booting our install-disks (systemimager) here, and I''m spotting some
weird performance issues. Our install uses rsync and prints every
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Sat, 2011-10-29 at 15:16 -0500, Hal Finkel wrote:
> On Sat, 2011-10-29 at 14:02 -0500, Hal Finkel wrote:
> > On Sat, 2011-10-29 at 12:30 -0500, Hal Finkel wrote:
> > > Ralf, et al.,
> > >
> > > Attached is the latest version of my autovectorization patch. llvmdev
> > > has been CC'd (as had been suggested to me); this e-mail contains
> >
2009 Oct 07
3
two plots on the same axis
Good morning. I wish to plot two data on the same axis. I tried plot(x,y,
type = "l") for the first and tried to use lines or points(x,y, lty = 2, col
= 4) to add or plot the second data on alongside the first. However, what I
got was not encouraging.
I have attached the two data and would be pleased if anybody could be of
help.
Thank you
Best regards
Ogbos
-------------- next part
2013 Jun 01
3
[LLVMdev] Polyhedron 2005 results for dragonegg 3.3svn
Hi Jack,
On 29/05/13 22:04, Jack Howarth wrote:
> On Wed, May 29, 2013 at 03:25:30PM +0200, Duncan Sands wrote:
>> Hi Jack, I pulled the loop vectorizer and fast math changes into the 3.3 branch,
>> so hopefully they will be part of 3.3 rc3 (and 3.3 final!). It would be great
>> if you could redo the benchmarks rc3.
>>
>
> Duncan,
> As requested, appended
2014 Sep 01
1
Correlation Matrix with a Covariate
R Help -
I'm trying to run a correlation matrix with a covariate of "age" and will
at some point will also want to covary other variables concurrently.
I'm using the "psych" package and have tried other methods such as writing
a loop to extract semi-partial correlations, but it does not seem to be
working. How can I accomplish this?
library(psych)
> set.cor(y =
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Sat, 2011-10-29 at 14:02 -0500, Hal Finkel wrote:
> On Sat, 2011-10-29 at 12:30 -0500, Hal Finkel wrote:
> > Ralf, et al.,
> >
> > Attached is the latest version of my autovectorization patch. llvmdev
> > has been CC'd (as had been suggested to me); this e-mail contains
> > additional benchmark results.
> >
> > First, these are preliminary
2013 Nov 05
1
Problem migration from cyrus with imapc
Hi all,
i have problem with namespace when i try to migrate from cyrus to
dovecot with imapc.
If i login to the old cyrus i get:
telnet 192.168.8.164 143
Trying 192.168.8.164...
Connected to 192.168.8.164.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5]
Dovecot ready.
a
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users,
For the last few days I am struggling with the following task:
my data.frame:
A1 A2 A3 B1 B2
B3
58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15
10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218
13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934